]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/GenericBdsLib/GenericBdsLib.inf
Clean up BootMaint module in BdsDxe.
[mirror_edk2.git] / MdeModulePkg / Library / GenericBdsLib / GenericBdsLib.inf
CommitLineData
93e3992d 1#/** @file\r
93e3992d 2# \r
897f0eee 3# Component name for module GenericBdsLib\r
4# \r
5# Copyright (c) 2007 - 2008, Intel Corporation. <BR>\r
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
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10# \r
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
897f0eee 13# \r
93e3992d 14#**/\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = GenericBdsLib\r
19 FILE_GUID = e405ec31-ccaa-4dd4-83e8-0aec01703f7e\r
20 MODULE_TYPE = DXE_DRIVER\r
21 VERSION_STRING = 1.0\r
22 LIBRARY_CLASS = GenericBdsLib|DXE_DRIVER \r
23 EDK_RELEASE_VERSION = 0x00020000\r
24 EFI_SPECIFICATION_VERSION = 0x0002000A\r
25\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 DevicePath.c\r
35 Performance.c\r
36 BdsConnect.c\r
37 BdsMisc.c\r
93e3992d 38 BdsConsole.c\r
39 BdsBoot.c\r
40 InternalBdsLib.h\r
93e3992d 41\r
42[Sources.Ia32]\r
8c15c092 43 Ia32/BmMachine.h\r
93e3992d 44\r
45[Sources.X64]\r
8c15c092 46 x64/BmMachine.h\r
93e3992d 47\r
48[Sources.IPF]\r
8c15c092 49 Ipf/ShadowRom.c\r
50 Ipf/BmMachine.h\r
93e3992d 51\r
52[Sources.EBC]\r
8c15c092 53 Ebc/BmMachine.h\r
93e3992d 54\r
55\r
56[Packages]\r
57 MdePkg/MdePkg.dec\r
58 MdeModulePkg/MdeModulePkg.dec\r
59 #\r
60 #This dependency is because of gEfiLegacyBiosProtocolGuid. It may be removed if a Library class is created to\r
61 #abstract away definition in Framework specification or PI spec incorporates the Legacy Booting Protocols.\r
62 #\r
63 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
64\r
65\r
66[LibraryClasses]\r
67 DevicePathLib\r
68 PeCoffGetEntryPointLib\r
69 BaseLib\r
70 HobLib\r
71 UefiRuntimeServicesTableLib\r
72 DxeServicesTableLib\r
73 MemoryAllocationLib\r
74 UefiLib\r
75 UefiBootServicesTableLib\r
76 BaseMemoryLib\r
77 DebugLib\r
78 PrintLib\r
79 PcdLib\r
80 PerformanceLib\r
81 TimerLib\r
82\r
83\r
84[Guids]\r
85 gEfiVT100PlusGuid # ALWAYS_CONSUMED\r
86 gEfiMemoryTypeInformationGuid # ALWAYS_CONSUMED\r
87 gEfiVTUTF8Guid # ALWAYS_CONSUMED\r
88 gEfiHobListGuid # ALWAYS_CONSUMED\r
89 gEfiShellFileGuid # ALWAYS_CONSUMED\r
90 gEfiGlobalVariableGuid # ALWAYS_CONSUMED\r
91 gEfiVT100Guid # ALWAYS_CONSUMED\r
92 gEfiFileInfoGuid # ALWAYS_CONSUMED\r
93 gEfiPcAnsiGuid # ALWAYS_CONSUMED\r
94 gEfiGenericPlatformVariableGuid # ALWAYS_CONSUMED\r
95\r
96\r
97[Protocols]\r
98 gEfiSimpleFileSystemProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
99 gEfiSimpleTextOutProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
100 gEfiPciIoProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
101 gEfiLoadedImageProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
102 gEfiDevicePathToTextProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
103 gEfiSimpleNetworkProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
104 gEfiDebugPortProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
105 gEfiSimpleTextInProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
106 gEfiBlockIoProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
107 gEfiFirmwareVolume2ProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
108 gEfiLegacyBiosProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
109 gEfiCpuArchProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
110 gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
a1a99cca 111 gEfiFirmwareVolumeDispatchProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
0581905a 112 gEfiAcpiS3SaveProtocolGuid\r
93e3992d 113\r
114[Pcd]\r
0581905a 115 gEfiMdeModulePkgTokenSpaceGuid.PcdPlatformBootTimeOutDefault\r