]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/GenericBdsLib/GenericBdsLib.inf
Parameter checking in BdsLibMatchDevicePaths() is wrong. This bug was found because...
[mirror_edk2.git] / MdeModulePkg / Library / GenericBdsLib / GenericBdsLib.inf
CommitLineData
93e3992d 1#/** @file\r
93e3992d 2# \r
b0dd8108 3# General BDS defines and produce general interfaces for platform BDS driver including:\r
4# 1) BDS boot policy interface;\r
5# 2) BDS boot device connect interface;\r
6# 3) BDS Misc interfaces for mainting boot variable, ouput string, etc.\r
897f0eee 7# \r
8# Copyright (c) 2007 - 2008, Intel Corporation. <BR>\r
9# All rights reserved. This program and the accompanying materials\r
10# are licensed and made available under the terms and conditions of the BSD License\r
11# which accompanies this distribution. The full text of the license may be found at\r
12# http://opensource.org/licenses/bsd-license.php\r
13# \r
14# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
93e3992d 15# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
897f0eee 16# \r
93e3992d 17#**/\r
18\r
19[Defines]\r
20 INF_VERSION = 0x00010005\r
21 BASE_NAME = GenericBdsLib\r
22 FILE_GUID = e405ec31-ccaa-4dd4-83e8-0aec01703f7e\r
23 MODULE_TYPE = DXE_DRIVER\r
24 VERSION_STRING = 1.0\r
25 LIBRARY_CLASS = GenericBdsLib|DXE_DRIVER \r
26 EDK_RELEASE_VERSION = 0x00020000\r
27 EFI_SPECIFICATION_VERSION = 0x0002000A\r
28\r
29\r
30#\r
31# The following information is for reference only and not required by the build tools.\r
32#\r
33# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
34#\r
35\r
36[Sources.common]\r
37 DevicePath.c\r
38 Performance.c\r
39 BdsConnect.c\r
40 BdsMisc.c\r
93e3992d 41 BdsConsole.c\r
42 BdsBoot.c\r
43 InternalBdsLib.h\r
93e3992d 44\r
93e3992d 45[Sources.IPF]\r
8c15c092 46 Ipf/ShadowRom.c\r
93e3992d 47\r
48[Packages]\r
49 MdePkg/MdePkg.dec\r
50 MdeModulePkg/MdeModulePkg.dec\r
51 #\r
52 #This dependency is because of gEfiLegacyBiosProtocolGuid. It may be removed if a Library class is created to\r
53 #abstract away definition in Framework specification or PI spec incorporates the Legacy Booting Protocols.\r
54 #\r
55 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
56\r
57\r
58[LibraryClasses]\r
59 DevicePathLib\r
60 PeCoffGetEntryPointLib\r
61 BaseLib\r
62 HobLib\r
63 UefiRuntimeServicesTableLib\r
64 DxeServicesTableLib\r
65 MemoryAllocationLib\r
66 UefiLib\r
67 UefiBootServicesTableLib\r
68 BaseMemoryLib\r
69 DebugLib\r
70 PrintLib\r
71 PcdLib\r
72 PerformanceLib\r
73 TimerLib\r
519f076a 74 PcdLib\r
75 DxeServicesLib\r
93e3992d 76\r
77[Guids]\r
78 gEfiVT100PlusGuid # ALWAYS_CONSUMED\r
79 gEfiMemoryTypeInformationGuid # ALWAYS_CONSUMED\r
80 gEfiVTUTF8Guid # ALWAYS_CONSUMED\r
93e3992d 81 gEfiShellFileGuid # ALWAYS_CONSUMED\r
82 gEfiGlobalVariableGuid # ALWAYS_CONSUMED\r
83 gEfiVT100Guid # ALWAYS_CONSUMED\r
84 gEfiFileInfoGuid # ALWAYS_CONSUMED\r
85 gEfiPcAnsiGuid # ALWAYS_CONSUMED\r
86 gEfiGenericPlatformVariableGuid # ALWAYS_CONSUMED\r
ec8cd35c 87 gEfiUartDevicePathGuid # ALWAYS_CONSUMED\r
88 gEfiSasDevicePathGuid # ALWAYS_CONSUMED\r
89 \r
93e3992d 90[Protocols]\r
91 gEfiSimpleFileSystemProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
92 gEfiSimpleTextOutProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
93 gEfiPciIoProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
94 gEfiLoadedImageProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
95 gEfiDevicePathToTextProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
96 gEfiSimpleNetworkProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
97 gEfiDebugPortProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
98 gEfiSimpleTextInProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
99 gEfiBlockIoProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
519f076a 100 gEfiFirmwareVolume2ProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
93e3992d 101 gEfiLegacyBiosProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
102 gEfiCpuArchProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
103 gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
a1a99cca 104 gEfiFirmwareVolumeDispatchProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
0581905a 105 gEfiAcpiS3SaveProtocolGuid\r
519f076a 106 gEfiGraphicsOutputProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
107 gEfiUgaDrawProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
108 gEfiConsoleControlProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
109 gEfiOEMBadgingProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
110 gEfiHiiFontProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
111\r
112[FeaturePcd.common]\r
113 gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport\r
93e3992d 114\r
115[Pcd]\r
0581905a 116 gEfiMdeModulePkgTokenSpaceGuid.PcdPlatformBootTimeOutDefault\r
ec8cd35c 117 gEfiMdeModulePkgTokenSpaceGuid.PcdDefaultBootFileName