]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf
1, Change name of PcdPlatformBootTimeoutDefault to PcdPlatformBootTimeout, now this...
[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 - 2009, Intel Corporation. <BR>
18 # All rights reserved. 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 EFI_SPECIFICATION_VERSION = 0x00020000
35 ENTRY_POINT = BdsInitialize
36
37 #
38 # The following information is for reference only and not required by the build tools.
39 #
40 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
41 #
42
43 [Sources.common]
44 FrontPage.h
45 Language.h
46 Bds.h
47 Hotkey.h
48 BootMaint/BBSsupport.h
49 BootMngr/BootManager.h
50 BootMaint/BootMaint.h
51 String.h
52 BootMaint/FormGuid.h
53 HwErrRecSupport.c
54 HwErrRecSupport.h
55
56 DeviceMngr/DeviceManager.h
57 DeviceMngr/DeviceManagerVfr.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 IfrSupportLib
99 ExtendedIfrSupportLib
100 GenericBdsLib
101 ReportStatusCodeLib
102 PerformanceLib
103 MemoryAllocationLib
104 UefiLib
105 UefiBootServicesTableLib
106 BaseMemoryLib
107 DebugLib
108 PrintLib
109 HiiLib
110 ExtendedHiiLib
111 UefiDriverEntryPoint
112 PlatformBdsLib
113 CapsuleLib
114 PcdLib
115
116 [Guids]
117 gEfiGlobalVariableGuid ## SOMETIMES_PRODUCES ## Variable:L"BootNext" (The number of next boot option)
118 ## SOMETIMES_PRODUCES ## Variable:L"BootXX" (Boot option variable)
119 ## SOMETIMES_PRODUCES ## Variable:L"PlatformLang" (Platform supported languange in Rfc3066 format)
120 ## SOMETIMES_PRODUCES ## Variable:L"Lang" (Platform supported languange in Iso639 format)
121 ## SOMETIMES_PRODUCES ## Variable:L"KeyOrder" (Number of hotkey)
122 ## SOMETIMES_PRODUCES ## Variable:L"KeyXX" (Hotkey option variable)
123 ## PRODUCES ## Variable:L"HwErrRecSupport" (The level of platform supported hardware Error Record Persistence)
124 ## 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
125 ## SOMETIMES_PRODUCES (not PcdUefiVariableDefaultLangDeprecate)## Variable:L"LangCodes" (Value of PcdUefiVariableDefaultLangCodes)
126 ## PRODUCES ## Variable:L"PlatformLangCodes" (Value of PcdUefiVariableDefaultPlatformLangCodes)
127 ## PRODUCES ## Variable:L"Timeout" (The time out value in second of showing progress bar)
128 ## SOMETIMES_PRODUCES ## Variable:L"BootOrder" (The boot option array)
129 ## SOMETIMES_PRODUCES ## Variable:L"DriverOrder" (The driver order list)
130 ## SOMETIMES_CONSUMES ## Variable:L"ConIn" (The device path of console in device)
131 ## SOMETIMES_CONSUMES ## Variable:L"ConOut" (The device path of console out device)
132 ## SOMETIMES_CONSUMES ## Variable:L"ErrOut" (The device path of error out device)
133 gEfiBootStateGuid ## SOMETIMES_PRODUCES (Produce when status has not been set yet) ## Variable:L"BootState" (Indicate the state of last boot)
134 gEfiFileSystemVolumeLabelInfoIdGuid ## CONSUMES ## GUID (Indicate the information type is volume)
135 gEfiFileInfoGuid ## CONSUMES ## GUID (Indicate the information type is file)
136 gEfiMiscSubClassGuid ## CONSUMES ## GUID (Indicate the datahub for holding misc sub class record)
137 gEfiMemorySubClassGuid ## CONSUMES ## GUID (Indicate the datahub for holding memory record)
138 gEfiProcessorSubClassGuid ## CONSUMES ## GUID (Indicate the datahub for holding processor record)
139 gEfiCapsuleVendorGuid ## CONSUMES ## GUID (Indicate the hob for holding capsule update image)
140
141 [Protocols]
142 gEfiHiiStringProtocolGuid # PROTOCOL ALWAYS_CONSUMES
143 gEfiSimpleFileSystemProtocolGuid # PROTOCOL ALWAYS_CONSUMES
144 gEfiLoadFileProtocolGuid # PROTOCOL ALWAYS_CONSUMES
145 gEfiBdsArchProtocolGuid # PROTOCOL ALWAYS_PRODUCES
146 gEfiDataHubProtocolGuid # PROTOCOL ALWAYS_CONSUMES
147 gEfiGenericMemTestProtocolGuid # PROTOCOL ALWAYS_CONSUMES
148 gEfiLegacyBiosProtocolGuid # PROTOCOL ALWAYS_CONSUMES
149 gEfiConsoleControlProtocolGuid # PROTOCOL ALWAYS_CONSUMES
150 gEfiHiiDatabaseProtocolGuid # PROTOCOL ALWAYS_CONSUMES
151 gEfiUgaDrawProtocolGuid |PcdUgaConsumeSupport # PROTOCOL SOMETIMES_CONSUMES
152 gEfiBlockIoProtocolGuid # PROTOCOL ALWAYS_CONSUMES
153 gEfiGraphicsOutputProtocolGuid # PROTOCOL SOMETIMES_CONSUMES
154 gEfiSimpleTextInputExProtocolGuid # PROTOCOL ALWAYS_CONSUMES
155 gEfiHiiConfigRoutingProtocolGuid # PROTOCOL ALWAYS_CONSUMES
156 gEfiHiiConfigAccessProtocolGuid # PROTOCOL ALWAYS_CONSUMES
157 gEfiFormBrowser2ProtocolGuid # PROTOCOL ALWAYS_CONSUMES
158 gEfiSerialIoProtocolGuid # PROTOCOL ALWAYS_CONSUMES
159 gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMES
160
161 [FeaturePcd.common]
162 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultLangDeprecate
163 gEfiMdeModulePkgTokenSpaceGuid.PcdSupportHardwareErrorRecord
164 gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport
165
166 [Pcd.common]
167 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultLangCodes
168 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultLang
169 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLangCodes
170 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLang
171 gEfiMdeModulePkgTokenSpaceGuid.PcdHardwareErrorRecordLevel
172 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow
173 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn
174 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPlatformBootTimeOut
175
176 [Depex]
177 TRUE
178
179 #
180 # [BootMode]
181 # BOOT_ON_FLASH_UPDATE ## SOMETIMES_CONSUMES (Update Capsule Image)
182 #
183 #
184 # [Hob]
185 # HOB ## SOMETIMES_CONSUMES ## GUID EXTENSION Capsule Data Hob
186 #
187 #