]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/BdsDxe/BdsDxe.inf
MdeModulePkg: Add BdsDxe driver and PlatformBootManagerNull library.
[mirror_edk2.git] / MdeModulePkg / Universal / BdsDxe / BdsDxe.inf
1 ## @file
2 # BdsDxe module is core driver for BDS phase.
3 #
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 # Copyright (c) 2008 - 2015, Intel Corporation. All rights reserved.<BR>
9 # This program and the accompanying materials
10 # are licensed and made available under the terms and conditions of the BSD License
11 # which accompanies this distribution. The full text of the license may be found at
12 # http://opensource.org/licenses/bsd-license.php
13 #
14 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
15 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
16 #
17 ##
18
19 [Defines]
20 INF_VERSION = 0x00010005
21 BASE_NAME = BdsDxe
22 FILE_GUID = 6D33944A-EC75-4855-A54D-809C75241F6C
23 MODULE_TYPE = DXE_DRIVER
24 VERSION_STRING = 1.0
25 ENTRY_POINT = BdsInitialize
26
27 #
28 # The following information is for reference only and not required by the build tools.
29 #
30 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
31 #
32
33 [Sources]
34 Language.h
35 Bds.h
36 HwErrRecSupport.c
37 HwErrRecSupport.h
38 Language.c
39 BdsEntry.c
40
41
42 [Packages]
43 MdePkg/MdePkg.dec
44 MdeModulePkg/MdeModulePkg.dec
45
46 [LibraryClasses]
47 DevicePathLib
48 BaseLib
49 MemoryAllocationLib
50 UefiDriverEntryPoint
51 UefiBootServicesTableLib
52 UefiRuntimeServicesTableLib
53 ReportStatusCodeLib
54 UefiLib
55 BaseMemoryLib
56 DebugLib
57 UefiBootManagerLib
58 PlatformBootManagerLib
59 PcdLib
60
61 [Guids]
62 gEfiGlobalVariableGuid ## SOMETIMES_PRODUCES ## Variable:L"BootNext" (The number of next boot option)
63 ## SOMETIMES_PRODUCES ## Variable:L"Boot####" (Boot option variable)
64 ## SOMETIMES_PRODUCES ## Variable:L"PlatformLang" (Platform supported languange in Rfc4646 format)
65 ## SOMETIMES_PRODUCES ## Variable:L"Lang" (Platform supported languange in Iso639 format)
66 ## SOMETIMES_PRODUCES ## Variable:L"Key####" (Hotkey option variable)
67 ## PRODUCES ## Variable:L"HwErrRecSupport" (The level of platform supported hardware Error Record Persistence)
68 ## 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
69 ## SOMETIMES_PRODUCES (not PcdUefiVariableDefaultLangDeprecate) ## Variable:L"LangCodes" (Value of PcdUefiVariableDefaultLangCodes)
70 ## PRODUCES ## Variable:L"PlatformLangCodes" (Value of PcdUefiVariableDefaultPlatformLangCodes)
71 ## PRODUCES ## Variable:L"Timeout" (The time out value in second of showing progress bar)
72 ## SOMETIMES_PRODUCES ## Variable:L"BootOrder" (The boot option array)
73 ## SOMETIMES_PRODUCES ## Variable:L"DriverOrder" (The driver order list)
74 ## SOMETIMES_CONSUMES ## Variable:L"ConIn" (The device path of console in device)
75 ## SOMETIMES_CONSUMES ## Variable:L"ConOut" (The device path of console out device)
76 ## SOMETIMES_CONSUMES ## Variable:L"ErrOut" (The device path of error out device)
77 gConnectConInEventGuid ## SOMETIMES_CONSUMES ## Event
78 gEdkiiStatusCodeDataTypeVariableGuid ## SOMETIMES_CONSUMES ## GUID
79
80 [Protocols]
81 gEfiBdsArchProtocolGuid ## PRODUCES
82 gEfiSimpleTextInputExProtocolGuid ## CONSUMES
83 gEdkiiVariableLockProtocolGuid ## CONSUMES
84
85 [FeaturePcd]
86 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultLangDeprecate ## CONSUMES
87
88 [Pcd]
89 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultLangCodes ## CONSUMES
90 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultLang ## SOMETIMES_CONSUMES
91 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLangCodes ## CONSUMES
92 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLang ## CONSUMES
93 gEfiMdePkgTokenSpaceGuid.PcdHardwareErrorRecordLevel ## CONSUMES
94 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut ## CONSUMES
95 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVendor ## CONSUMES
96 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareRevision ## CONSUMES
97 gEfiMdeModulePkgTokenSpaceGuid.PcdConInConnectOnDemand ## CONSUMES
98 gEfiMdeModulePkgTokenSpaceGuid.PcdErrorCodeSetVariable ## SOMETIMES_CONSUMES
99
100 [Depex]
101 TRUE