-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathAppT.inf
More file actions
154 lines (134 loc) · 4.94 KB
/
Copy pathAppT.inf
File metadata and controls
154 lines (134 loc) · 4.94 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
## @file
# A simple, basic, EDK II native, "hello" application.
#
# Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
# which accompanies this distribution. The full text of the license may be found at
# http://opensource.org/licenses/bsd-license.
#
# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#
##
[Defines]
INF_VERSION = 0x00010007
BASE_NAME = OSBoot
FILE_GUID = 1a2b3c4d-ED34-44db-AE97-1FA5E4ED2116
MODULE_TYPE = UEFI_APPLICATION
VERSION_STRING = 0.1
ENTRY_POINT = UefiAppMain
#
# VALID_ARCHITECTURES = IA32 X64 IPF
#
[Sources]
AppT.c
#BASELIB
.\baselib\common.c
.\baselib\DevicePathToText.c
.\baselib\DevicePathFromText.c
.\baselib\DevicePathUtilities.c
.\baselib\fileopt.c
.\baselib\diskrw.c
.\baselib\scanfs.c
.\baselib\buffer.c
.\baselib\Log.c
#PROKERNEL
.\prokernel\arith.c
#GUILIB
.\guilib\GUILib.c
#MAINFUNC
#common
.\mainfunc\common\biosinterface.c
.\mainfunc\common\smi.asm
.\mainfunc\common\Misc.c
.\mainfunc\common\mainfunc.c
.\mainfunc\common\para_use.c
.\mainfunc\common\EnterGptReboot.c
# Multi language string
.\mainfunc\common\FontLanguage.c
#install
.\mainfunc\install\install.c
#bootsel
.\mainfunc\bootsel\bootsel.c
#settings
.\mainfunc\admin\admin.c
#netset
.\mainfunc\admin\NetConfigSet.c
.\mainfunc\admin\NetConfigSetWnd.c
.\mainfunc\admin\NetConfig_Param.c
.\mainfunc\common\NetValidityCheck.c
#partop
.\mainfunc\partop\partop.c
#hookblokio
.\mainfunc\hookblkio\hkblkio.c
.\mainfunc\hookblkio\debug\dghkblkio.c
#password
.\mainfunc\password\Base64.c
.\mainfunc\password\RC4.c
.\mainfunc\password\Password_trans.c
#pci_e_register
.\mainfunc\pci_e_register\pci_e_register.c
.\mainfunc\pci_e_register\GetIoBaseAddr.c
.\mainfunc\pci_e_register\encrypkey.c
.\mainfunc\pci_e_register\asm_print.c
.\mainfunc\pci_e_register\base.inc
.\mainfunc\pci_e_register\base.asm
#HDSplit
.\hdsplit\HDSplit.c
.\hdsplit\partition\disk.c
.\hdsplit\HardDiskManage\PartManage.c
.\hdsplit\HardDiskManage\PartManage_BasePartInfo.c
.\hdsplit\HardDiskManage\PartManage_ExtraPartInfo.c
.\hdsplit\HardDiskManage\PartManage_ProtectPartInfo.c
.\hdsplit\HardDiskManage\PartDetailList\PartDetailList.c
.\hdsplit\HardDiskManage\PartDetailList\PartDetailListWnd.c
.\hdsplit\HardDiskManage\PartDetailList\PartCreateOrModifyWnd.c
.\hdsplit\HardDiskManage\PartOwnership\PartOwnershipWnd.c
.\hdsplit\HardDiskManage\PartOwnership\PartReleationListWnd.c
.\hdsplit\HardDiskManage\PartManage_CommandList.c
#bootvar
.\bootvar\setupfile.c
.\bootvar\variable.c
#probation
.\mainfunc\probation\probation.c
[Packages]
MdePkg/MdePkg.dec
[LibraryClasses]
UefiApplicationEntryPoint
UefiLib
BaseLib
BaseMemoryLib
PciLib
PcdLib
[Guids]
gEfiPartTypeSystemPartGuid
gEfiPartTypeUnusedGuid
gEfiFileSystemInfoGuid
gEfiFileInfoGuid
gEfiVTUTF8Guid | gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText OR gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText ## SOMETIMES_CONSUMES ## GUID
gEfiVT100Guid | gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText OR gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText ## SOMETIMES_CONSUMES ## GUID
gEfiVT100PlusGuid | gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText OR gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText ## SOMETIMES_CONSUMES ## GUID
gEfiPcAnsiGuid | gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText OR gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText ## SOMETIMES_CONSUMES ## GUID
gEfiUartDevicePathGuid | gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText OR gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText ## SOMETIMES_CONSUMES ## GUID
gEfiSasDevicePathGuid | gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText OR gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText ## SOMETIMES_CONSUMES ## GUID
gEfiVTUTF8Guid
gEfiVT100Guid
gEfiVT100PlusGuid
gEfiPcAnsiGuid
gEfiUartDevicePathGuid
gEfiSasDevicePathGuid
[Protocols]
gEfiDevicePathToTextProtocolGuid
gEfiLoadedImageProtocolGuid
gEfiDevicePathProtocolGuid
gEfiBlockIoProtocolGuid # PROTOCOL BY_START
gEfiSimpleFileSystemProtocolGuid
gEfiSimpleTextInputExProtocolGuid
gEfiSimplePointerProtocolGuid
gEfiUdp4ServiceBindingProtocolGuid
gEfiUdp4ProtocolGuid
gEfiNetworkInterfaceIdentifierProtocolGuid_31
gEfiDebugPortProtocolGuid
[Pcd]
gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize ## CONSUMES