]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/BdsDxe/BdsDxe.inf
1.retried graphics library class from MdePkg
[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
93e3992d 98 UefiLib\r
99 UefiBootServicesTableLib\r
100 BaseMemoryLib\r
101 DebugLib\r
102 PrintLib\r
103 HiiLib\r
9226efe5 104 ExtendedHiiLib\r
93e3992d 105 UefiDriverEntryPoint\r
106 PlatformBdsLib\r
107 CapsuleLib\r
108\r
109[Guids]\r
110 gEfiGlobalVariableGuid # ALWAYS_CONSUMED\r
93e3992d 111 gEfiBootStateGuid # ALWAYS_CONSUMED\r
112 gEfiFileSystemVolumeLabelInfoIdGuid # ALWAYS_CONSUMED\r
113 gEfiFileInfoGuid # ALWAYS_CONSUMED\r
114 gEfiGenericPlatformVariableGuid\r
115 gEfiMiscSubClassGuid\r
116 gEfiMemorySubClassGuid\r
117 gEfiProcessorSubClassGuid\r
118 gEfiCapsuleVendorGuid\r
8541adab 119\r
93e3992d 120[Protocols]\r
121 gEfiHiiStringProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
122 gEfiSimpleFileSystemProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
123 gEfiLoadFileProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
93e3992d 124 gEfiBdsArchProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
125 gEfiDataHubProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
126 gEfiGenericMemTestProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
127 gEfiLegacyBiosProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
128 gEfiConsoleControlProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
129 gEfiHiiDatabaseProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
130 gEfiUgaDrawProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
131 gEfiBlockIoProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
132 gEfiGraphicsOutputProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
133 gEfiSimpleTextInputExProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
134 gEfiHiiConfigRoutingProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
135 gEfiHiiConfigAccessProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
136 gEfiFormBrowser2ProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
137 gEfiSerialIoProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
138 gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
8541adab 139\r
93e3992d 140[FeaturePcd.common]\r
ca65d105 141 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultLangDeprecate\r
93e3992d 142 gEfiMdeModulePkgTokenSpaceGuid.PcdSupportHardwareErrorRecord\r
b3154720 143 gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport\r
93e3992d 144\r
145[Pcd.common]\r
146 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultLangCodes\r
147 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultLang\r
148 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLangCodes\r
149 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLang\r
150 gEfiMdeModulePkgTokenSpaceGuid.PcdHardwareErrorRecordLevel\r
151\r
152[Depex]\r
153 gEfiHiiDatabaseProtocolGuid\r
154\r