]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf
6796adc43674574df55cfa7d7fc7eee39dad891c
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / BdsDxe / BdsDxe.inf
1 ## @file
2 #
3 # BDSDxe module is core driver for BDS phase.
4 # When DxeCore dispatching all DXE driver, this module will produce architecture protocol
5 # gEfiBdsArchProtocolGuid. After DxeCore finish dispatching, DxeCore will invoke Entry
6 # interface of protocol gEfiBdsArchProtocolGuid, then BDS phase is entered.
7 #
8 # Generally, this module take reposiblity to connect all necessary devices for platform boot,
9 # these boot device path are hold in PlatformBdsLib library instance produced by platform.
10 # For legacy boot, BDS will transfer control to legacy BIOS after legacy boot device is select.
11 # For EFI boot, BDS will load boot loader file EFI\BOOT\BOOTIA32.EFI, EFI\BOOT\BOOTX64.EFI,
12 # EFI\BOOT\BOOTIA64.EFI file from selected boot device and transfer control to boot loader.
13 #
14 # BDSDxe also maintain the UI for "Boot Manager, Boot Maintaince Manager, Device Manager" which
15 # is used for user to configure boot option or maintain hardware device.
16 #
17 # Copyright (c) 2008 - 2014, Intel Corporation. All rights reserved.<BR>
18 # This program and the accompanying materials
19 # are licensed and made available under the terms and conditions of the BSD License
20 # which accompanies this distribution. The full text of the license may be found at
21 # http://opensource.org/licenses/bsd-license.php
22 #
23 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
24 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
25 #
26 ##
27
28 [Defines]
29 INF_VERSION = 0x00010005
30 BASE_NAME = BdsDxe
31 FILE_GUID = FC5C7020-1A48-4198-9BE2-EAD5ABC8CF2F
32 MODULE_TYPE = DXE_DRIVER
33 VERSION_STRING = 1.0
34 ENTRY_POINT = BdsInitialize
35
36 #
37 # The following information is for reference only and not required by the build tools.
38 #
39 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
40 #
41
42 [Sources]
43 FrontPage.h
44 Language.h
45 Bds.h
46 Hotkey.h
47 BootMaint/BBSsupport.h
48 BootMngr/BootManager.h
49 BootMaint/BootMaint.h
50 String.h
51 BootMaint/FormGuid.h
52 HwErrRecSupport.c
53 HwErrRecSupport.h
54
55 DeviceMngr/DeviceManager.h
56 DeviceMngr/DeviceManagerVfr.h
57 DeviceMngr/DeviceManagerVfr.Vfr
58 DeviceMngr/DriverHealthVfr.Vfr
59 DeviceMngr/DeviceManagerStrings.uni
60 DeviceMngr/DeviceManager.c
61 BootMngr/BootManagerVfr.Vfr
62 BootMngr/BootManagerStrings.uni
63 BootMngr/BootManager.c
64 BootMaint/FE.vfr
65 BootMaint/FileExplorer.c
66 BootMaint/BootMaint.c
67 BootMaint/BBSsupport.c
68 BootMaint/UpdatePage.c
69 BootMaint/Variable.c
70 BootMaint/Data.c
71 BootMaint/ConsoleOption.c
72 BootMaint/BootOption.c
73 BootMaint/BmLib.c
74 BootMaint/Bm.vfr
75 BootMaint/Bmstring.uni
76 Hotkey.c
77 MemoryTest.c
78 Capsules.c
79 Strings.uni
80 String.c
81 Language.c
82 FrontPageVfr.Vfr
83 FrontPageStrings.uni
84 FrontPage.c
85 BdsEntry.c
86
87
88 [Packages]
89 MdePkg/MdePkg.dec
90 MdeModulePkg/MdeModulePkg.dec
91 IntelFrameworkPkg/IntelFrameworkPkg.dec
92 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
93
94 [LibraryClasses]
95 DevicePathLib
96 BaseLib
97 HobLib
98 UefiRuntimeServicesTableLib
99 GenericBdsLib
100 ReportStatusCodeLib
101 PerformanceLib
102 MemoryAllocationLib
103 UefiLib
104 UefiBootServicesTableLib
105 BaseMemoryLib
106 DebugLib
107 PrintLib
108 HiiLib
109 UefiDriverEntryPoint
110 PlatformBdsLib
111 CapsuleLib
112 PcdLib
113 UefiHiiServicesLib
114
115 [Guids]
116 ## SOMETIMES_PRODUCES ## Variable:L"BootXX" (Boot option variable)
117 ## SOMETIMES_PRODUCES ## Variable:L"PlatformLang" (Platform supported languange in Rfc4646 format)
118 ## SOMETIMES_PRODUCES ## Variable:L"Lang" (Platform supported languange in Iso639 format)
119 ## SOMETIMES_PRODUCES ## Variable:L"KeyXX" (Hotkey option variable)
120 ## PRODUCES ## Variable:L"HwErrRecSupport" (The level of platform supported hardware Error Record Persistence)
121 ## SOMETIMES_PRODUCES ## Variable:L"BootOptionSupport" (The feature supported in boot option menu, value could be: EFI_BOOT_OPTION_SUPPORT_KEY, EFI_BOOT_OPTION_SUPPORT_APP
122 ## SOMETIMES_PRODUCES (not PcdUefiVariableDefaultLangDeprecate)## Variable:L"LangCodes" (Value of PcdUefiVariableDefaultLangCodes)
123 ## PRODUCES ## Variable:L"PlatformLangCodes" (Value of PcdUefiVariableDefaultPlatformLangCodes)
124 ## PRODUCES ## Variable:L"Timeout" (The time out value in second of showing progress bar)
125 ## SOMETIMES_PRODUCES ## Variable:L"BootOrder" (The boot option array)
126 ## SOMETIMES_PRODUCES ## Variable:L"DriverOrder" (The driver order list)
127 ## SOMETIMES_CONSUMES ## Variable:L"ConIn" (The device path of console in device)
128 ## SOMETIMES_CONSUMES ## Variable:L"ConOut" (The device path of console out device)
129 ## SOMETIMES_CONSUMES ## Variable:L"ErrOut" (The device path of error out device)
130 gEfiGlobalVariableGuid ## SOMETIMES_PRODUCES ## Variable:L"BootNext" (The number of next boot option)
131 gEfiFileSystemVolumeLabelInfoIdGuid ## CONSUMES ## GUID (Indicate the information type is volume)
132 gEfiFileInfoGuid ## CONSUMES ## GUID (Indicate the information type is file)
133 gEfiHiiPlatformSetupFormsetGuid ## CONSUMES ## GUID (Indicate the formset class guid to be displayed)
134 gEfiIfrTianoGuid ## CONSUMES ## GUID (Extended IFR Guid Opcode)
135 gEfiHiiDriverHealthFormsetGuid ## CONSUMES ## GUID (Indicate the Driver Health formset class guid to be displayed)
136 gEfiLegacyDevOrderVariableGuid ## SOMETIMES_PRODUCES ## Variable:L"LegacyDevOrder"
137 gFrontPageFormSetGuid ## PRODUCES ## FrontPage HII Package
138 gBootMaintFormSetGuid ## SOMETIMES_PRODUCES ## BootMaint HII Package
139 gFileExploreFormSetGuid ## SOMETIMES_PRODUCES ## FileExplore HII Package
140 gBootManagerFormSetGuid ## SOMETIMES_PRODUCES ## BootManager HII Package
141 gDeviceManagerFormSetGuid ## SOMETIMES_PRODUCES ## DeviceManager HII Package
142 gDriverHealthFormSetGuid ## SOMETIMES_PRODUCES ## DriverHealth HII Package
143 gConnectConInEventGuid ## CONSUMES ## GUID (Connect ConIn Event)
144 gEfiFmpCapsuleGuid ## CONSUMES ## GUID (FMP Capsule)
145 gEdkiiStatusCodeDataTypeVariableGuid ## SOMETIMES_CONSUMES
146
147 [Protocols]
148 gEfiSimpleFileSystemProtocolGuid ## PROTOCOL CONSUMES
149 gEfiLoadFileProtocolGuid ## PROTOCOL CONSUMES
150 gEfiBdsArchProtocolGuid ## PROTOCOL PRODUCES
151 gEfiSmbiosProtocolGuid ## PROTOCOL CONSUMES
152 gEfiGenericMemTestProtocolGuid ## PROTOCOL CONSUMES
153 gEfiLegacyBiosProtocolGuid ## PROTOCOL CONSUMES
154 gEfiUgaDrawProtocolGuid |gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport ## PROTOCOL SOMETIMES_CONSUMES
155 gEfiBlockIoProtocolGuid ## PROTOCOL CONSUMES
156 gEfiGraphicsOutputProtocolGuid ## PROTOCOL SOMETIMES_CONSUMES
157 gEfiSimpleTextInputExProtocolGuid ## PROTOCOL CONSUMES
158 gEfiHiiConfigAccessProtocolGuid ## PROTOCOL CONSUMES
159 gEfiFormBrowser2ProtocolGuid ## PROTOCOL CONSUMES
160 gEfiSerialIoProtocolGuid ## PROTOCOL CONSUMES
161 gEfiDevicePathProtocolGuid ## PROTOCOL CONSUMES
162 gEfiDriverHealthProtocolGuid ## PROTOCOL SOMETIMES_CONSUMES
163 gEfiPciIoProtocolGuid ## PROTOCOL CONSUMES
164 gEfiBootLogoProtocolGuid ## PROTOCOL SOMETIMES_CONSUMES
165 gEdkiiVariableLockProtocolGuid ## PROTOCOL CONSUMES
166
167 [FeaturePcd]
168 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultLangDeprecate
169 gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport
170 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdBootlogoOnlyEnable
171
172 [Pcd]
173 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultLangCodes
174 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultLang
175 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLangCodes
176 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLang
177 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdHardwareErrorRecordLevel
178 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow
179 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn
180 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPlatformBootTimeOut
181 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdBootState
182 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVendor
183 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareRevision
184 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution
185 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution
186 gEfiMdeModulePkgTokenSpaceGuid.PcdConInConnectOnDemand
187 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdSetupConOutColumn
188 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdSetupConOutRow
189 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution
190 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution
191 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile
192 gEfiMdeModulePkgTokenSpaceGuid.PcdErrorCodeSetVariable
193
194 [Depex]
195 TRUE
196
197 #
198 # [BootMode]
199 # BOOT_ON_FLASH_UPDATE ## SOMETIMES_CONSUMES (Update Capsule Image)
200 #
201 #
202 # [Hob]
203 # HOB ## SOMETIMES_CONSUMES ## GUID EXTENSION Capsule Data Hob
204 #
205 #