]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/BdsDxe/BdsDxe.inf
Remove over specific information from BdsDxe module.
[mirror_edk2.git] / MdeModulePkg / Universal / BdsDxe / BdsDxe.inf
CommitLineData
93e3992d 1#/** @file\r
fd6a62f3 2# \r
3# Component discription file for Bds module\r
4# \r
5# Copyright (c) 2008, Intel Corporation. <BR>\r
8541adab 6# All rights reserved. This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
fd6a62f3 8# which accompanies this distribution. The full text of the license may be found at\r
8541adab 9# http://opensource.org/licenses/bsd-license.php\r
fd6a62f3 10# \r
8541adab 11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
93e3992d 12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
fd6a62f3 13# \r
93e3992d 14#**/\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
062539cf 18 BASE_NAME = BdsDxe\r
93e3992d 19 FILE_GUID = FC5C7020-1A48-4198-9BE2-EAD5ABC8CF2F\r
20 MODULE_TYPE = DXE_DRIVER\r
21 VERSION_STRING = 1.0\r
22 EDK_RELEASE_VERSION = 0x00020000\r
23 EFI_SPECIFICATION_VERSION = 0x00020000\r
24\r
25 ENTRY_POINT = BdsInitialize\r
26\r
27#\r
28# The following information is for reference only and not required by the build tools.\r
29#\r
30# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
31#\r
32\r
33[Sources.common]\r
34 FrontPage.h\r
35 Language.h\r
36 Bds.h\r
37 Hotkey.h\r
38 BootMaint/BBSsupport.h\r
39 BootMngr/BootManager.h\r
40 BootMaint/BootMaint.h\r
41 String.h\r
42 BootMaint/FormGuid.h\r
43 HwErrRecSupport.c\r
44 HwErrRecSupport.h\r
45\r
46 DeviceMngr/DeviceManager.h\r
47 DeviceMngr/DeviceManagerVfr.Vfr\r
48 DeviceMngr/DeviceManagerStrings.uni\r
49 DeviceMngr/DeviceManager.c\r
50 BootMngr/BootManagerVfr.Vfr\r
51 BootMngr/BootManagerStrings.uni\r
52 BootMngr/BootManager.c\r
53 BootMaint/FE.vfr\r
54 BootMaint/FileExplorer.c\r
55 BootMaint/BootMaint.c\r
56 BootMaint/BBSsupport.c\r
57 BootMaint/UpdatePage.c\r
58 BootMaint/Variable.c\r
59 BootMaint/Data.c\r
60 BootMaint/ConsoleOption.c\r
61 BootMaint/BootOption.c\r
62 BootMaint/BmLib.c\r
63 BootMaint/Bm.vfr\r
64 BootMaint/Bmstring.uni\r
65 Hotkey.c\r
66 MemoryTest.c\r
67 Capsules.c\r
68 Strings.uni\r
69 String.c\r
70 Language.c\r
71 FrontPageVfr.Vfr\r
72 FrontPageStrings.uni\r
73 FrontPage.c\r
74 BdsEntry.c\r
75\r
76\r
77[Packages]\r
78 MdePkg/MdePkg.dec\r
79 MdeModulePkg/MdeModulePkg.dec\r
dce655e8 80 #\r
81 #This dependency is because of gEfiLegacyBiosProtocolGuid and gEfiDataHubProtocolGuid. It may be removed if a Library class is created to\r
82 #abstract away definition in Framework specification or PI spec incorporates the Legacy Booting Protocols and Data Hub Protocols.\r
83 #\r
93e3992d 84 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
85\r
86\r
87[LibraryClasses]\r
88 DevicePathLib\r
89 BaseLib\r
90 HobLib\r
91 UefiRuntimeServicesTableLib\r
92 IfrSupportLib\r
9226efe5 93 ExtendedIfrSupportLib\r
93e3992d 94 GenericBdsLib\r
95 ReportStatusCodeLib\r
96 PerformanceLib\r
93e3992d 97 MemoryAllocationLib\r
98 GraphicsLib\r
99 UefiLib\r
100 UefiBootServicesTableLib\r
101 BaseMemoryLib\r
102 DebugLib\r
103 PrintLib\r
104 HiiLib\r
9226efe5 105 ExtendedHiiLib\r
93e3992d 106 UefiDriverEntryPoint\r
107 PlatformBdsLib\r
108 CapsuleLib\r
109\r
110[Guids]\r
111 gEfiGlobalVariableGuid # ALWAYS_CONSUMED\r
93e3992d 112 gEfiBootStateGuid # ALWAYS_CONSUMED\r
113 gEfiFileSystemVolumeLabelInfoIdGuid # ALWAYS_CONSUMED\r
114 gEfiFileInfoGuid # ALWAYS_CONSUMED\r
115 gEfiGenericPlatformVariableGuid\r
116 gEfiMiscSubClassGuid\r
117 gEfiMemorySubClassGuid\r
118 gEfiProcessorSubClassGuid\r
119 gEfiCapsuleVendorGuid\r
8541adab 120\r
93e3992d 121[Protocols]\r
122 gEfiHiiStringProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
123 gEfiSimpleFileSystemProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
124 gEfiLoadFileProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
93e3992d 125 gEfiBdsArchProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
126 gEfiDataHubProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
127 gEfiGenericMemTestProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
128 gEfiLegacyBiosProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
129 gEfiConsoleControlProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
130 gEfiHiiDatabaseProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
131 gEfiUgaDrawProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
132 gEfiBlockIoProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
133 gEfiGraphicsOutputProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
134 gEfiSimpleTextInputExProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
135 gEfiHiiConfigRoutingProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
136 gEfiHiiConfigAccessProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
137 gEfiFormBrowser2ProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
138 gEfiSerialIoProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
139 gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
8541adab 140\r
93e3992d 141[FeaturePcd.common]\r
ca65d105 142 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultLangDeprecate\r
93e3992d 143 gEfiMdeModulePkgTokenSpaceGuid.PcdSupportHardwareErrorRecord\r
8541adab 144 gEfiMdeModulePkgTokenSpaceGuid.PcdUgaConsumeSupport\r
93e3992d 145\r
146[Pcd.common]\r
147 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultLangCodes\r
148 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultLang\r
149 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLangCodes\r
150 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLang\r
151 gEfiMdeModulePkgTokenSpaceGuid.PcdHardwareErrorRecordLevel\r
152\r
153[Depex]\r
154 gEfiHiiDatabaseProtocolGuid\r
155\r