]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf
[BDS] Device Manager was requested to add more sub-level menu about network device.
[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 - 2010, 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.Vfr
57 DeviceMngr/DriverHealthVfr.Vfr
58 DeviceMngr/DeviceManagerStrings.uni
59 DeviceMngr/DeviceManager.c
60 BootMngr/BootManagerVfr.Vfr
61 BootMngr/BootManagerStrings.uni
62 BootMngr/BootManager.c
63 BootMaint/FE.vfr
64 BootMaint/FileExplorer.c
65 BootMaint/BootMaint.c
66 BootMaint/BBSsupport.c
67 BootMaint/UpdatePage.c
68 BootMaint/Variable.c
69 BootMaint/Data.c
70 BootMaint/ConsoleOption.c
71 BootMaint/BootOption.c
72 BootMaint/BmLib.c
73 BootMaint/Bm.vfr
74 BootMaint/Bmstring.uni
75 Hotkey.c
76 MemoryTest.c
77 Capsules.c
78 Strings.uni
79 String.c
80 Language.c
81 FrontPageVfr.Vfr
82 FrontPageStrings.uni
83 FrontPage.c
84 BdsEntry.c
85
86
87 [Packages]
88 MdePkg/MdePkg.dec
89 MdeModulePkg/MdeModulePkg.dec
90 IntelFrameworkPkg/IntelFrameworkPkg.dec
91 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
92
93 [LibraryClasses]
94 DevicePathLib
95 BaseLib
96 HobLib
97 UefiRuntimeServicesTableLib
98 GenericBdsLib
99 ReportStatusCodeLib
100 PerformanceLib
101 MemoryAllocationLib
102 UefiLib
103 UefiBootServicesTableLib
104 BaseMemoryLib
105 DebugLib
106 PrintLib
107 HiiLib
108 UefiDriverEntryPoint
109 PlatformBdsLib
110 CapsuleLib
111 PcdLib
112 UefiHiiServicesLib
113
114 [Guids]
115 gEfiGlobalVariableGuid ## SOMETIMES_PRODUCES ## Variable:L"BootNext" (The number of next boot option)
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"KeyOrder" (Number of hotkey)
120 ## SOMETIMES_PRODUCES ## Variable:L"KeyXX" (Hotkey option variable)
121 ## PRODUCES ## Variable:L"HwErrRecSupport" (The level of platform supported hardware Error Record Persistence)
122 ## 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
123 ## SOMETIMES_PRODUCES (not PcdUefiVariableDefaultLangDeprecate)## Variable:L"LangCodes" (Value of PcdUefiVariableDefaultLangCodes)
124 ## PRODUCES ## Variable:L"PlatformLangCodes" (Value of PcdUefiVariableDefaultPlatformLangCodes)
125 ## PRODUCES ## Variable:L"Timeout" (The time out value in second of showing progress bar)
126 ## SOMETIMES_PRODUCES ## Variable:L"BootOrder" (The boot option array)
127 ## SOMETIMES_PRODUCES ## Variable:L"DriverOrder" (The driver order list)
128 ## SOMETIMES_CONSUMES ## Variable:L"ConIn" (The device path of console in device)
129 ## SOMETIMES_CONSUMES ## Variable:L"ConOut" (The device path of console out device)
130 ## SOMETIMES_CONSUMES ## Variable:L"ErrOut" (The device path of error out device)
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
137 [Protocols]
138 gEfiSimpleFileSystemProtocolGuid ## PROTOCOL CONSUMES
139 gEfiLoadFileProtocolGuid ## PROTOCOL CONSUMES
140 gEfiBdsArchProtocolGuid ## PROTOCOL PRODUCES
141 gEfiSmbiosProtocolGuid ## PROTOCOL CONSUMES
142 gEfiGenericMemTestProtocolGuid ## PROTOCOL CONSUMES
143 gEfiLegacyBiosProtocolGuid ## PROTOCOL CONSUMES
144 gEfiUgaDrawProtocolGuid |PcdUgaConsumeSupport ## PROTOCOL SOMETIMES_CONSUMES
145 gEfiBlockIoProtocolGuid ## PROTOCOL CONSUMES
146 gEfiGraphicsOutputProtocolGuid ## PROTOCOL SOMETIMES_CONSUMES
147 gEfiSimpleTextInputExProtocolGuid ## PROTOCOL CONSUMES
148 gEfiHiiConfigAccessProtocolGuid ## PROTOCOL CONSUMES
149 gEfiFormBrowser2ProtocolGuid ## PROTOCOL CONSUMES
150 gEfiSerialIoProtocolGuid ## PROTOCOL CONSUMES
151 gEfiDevicePathProtocolGuid ## PROTOCOL CONSUMES
152 gEfiDriverHealthProtocolGuid ## PROTOCOL SOMETIMES_CONSUMES
153 gEfiPciIoProtocolGuid ## PROTOCOL CONSUMES
154
155 [FeaturePcd]
156 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultLangDeprecate
157 gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport
158
159 [Pcd]
160 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultLangCodes
161 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultLang
162 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLangCodes
163 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLang
164 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdHardwareErrorRecordLevel
165 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow
166 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn
167 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPlatformBootTimeOut
168 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdBootState
169 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVendor
170 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareRevision
171
172 [Depex]
173 TRUE
174
175 #
176 # [BootMode]
177 # BOOT_ON_FLASH_UPDATE ## SOMETIMES_CONSUMES (Update Capsule Image)
178 #
179 #
180 # [Hob]
181 # HOB ## SOMETIMES_CONSUMES ## GUID EXTENSION Capsule Data Hob
182 #
183 #