]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf
52467067cd9c14ccb291a78c48520e404e6df61d
[mirror_edk2.git] / IntelFrameworkModulePkg / Library / GenericBdsLib / GenericBdsLib.inf
1 #/** @file
2 #
3 # General BDS defines and produce general interfaces for platform BDS driver including:
4 # 1) BDS boot policy interface;
5 # 2) BDS boot device connect interface;
6 # 3) BDS Misc interfaces for mainting boot variable, ouput string, etc.
7 #
8 # Copyright (c) 2007 - 2009, Intel Corporation. <BR>
9 # All rights reserved. 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 = GenericBdsLib
22 FILE_GUID = e405ec31-ccaa-4dd4-83e8-0aec01703f7e
23 MODULE_TYPE = DXE_DRIVER
24 VERSION_STRING = 1.0
25 LIBRARY_CLASS = GenericBdsLib|DXE_DRIVER UEFI_APPLICATION
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.common]
34 DevicePath.c
35 Performance.c
36 BdsConnect.c
37 BdsMisc.c
38 BdsConsole.c
39 BdsBoot.c
40 InternalBdsLib.h
41
42 [Sources.IPF]
43 Ipf/ShadowRom.c
44
45 [Packages]
46 MdePkg/MdePkg.dec
47 MdeModulePkg/MdeModulePkg.dec
48 IntelFrameworkPkg/IntelFrameworkPkg.dec
49 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
50
51 [LibraryClasses]
52 DevicePathLib
53 PeCoffGetEntryPointLib
54 BaseLib
55 HobLib
56 UefiRuntimeServicesTableLib
57 DxeServicesTableLib
58 MemoryAllocationLib
59 UefiLib
60 UefiBootServicesTableLib
61 BaseMemoryLib
62 DebugLib
63 PrintLib
64 PcdLib
65 PerformanceLib
66 TimerLib
67 PcdLib
68 DxeServicesLib
69
70 [Guids]
71 gEfiVT100PlusGuid ## CONSUMES ## GUID (The type of terminal)
72 gEfiVT100Guid ## CONSUMES ## GUID (The type of terminal)
73 gEfiMemoryTypeInformationGuid ## CONSUMES ## GUID (The identifier of memory type information type in system table)
74 ## CONSUMES ## GUID HOB (The hob holding memory type information)
75 gEfiVTUTF8Guid ## CONSUMES ## GUID (The type of terminal)
76 gEfiShellFileGuid ## CONSUMES ## GUID (Identify the shell file)
77 gEfiGlobalVariableGuid ## SOMETIMES_PRODUCES ## Variable:L"BootCurrent" (The boot option of current boot)
78 ## SOMETIMES_CONSUMES ## Variable:L"BootXX" (Boot option variable)
79 ## CONSUMES ## Variable:L"Timeout" (The time out value in second of showing progress bar)
80 ## SOMETIMES_CONSUMES ## Variable:L"BootOrder" (The boot option array)
81 ## SOMETIMES_CONSUMES ## Variable:L"DriverOrder" (The driver order list)
82 ## SOMETIMES_CONSUMES ## Variable:L"ConIn" (The device path of console in device)
83 ## SOMETIMES_CONSUMES ## Variable:L"ConOut" (The device path of console out device)
84 ## SOMETIMES_CONSUMES ## Variable:L"ErrOut" (The device path of error out device)
85 gEfiFileInfoGuid ## CONSUMES ## GUID
86 gEfiPcAnsiGuid ## CONSUMES ## GUID (The type of terminal)
87 gPerformanceProtocolGuid ## SOMETIMES_PRODUCES ## Variable:L"PerfDataMemAddr" (The ACPI address of performance data)
88 gEfiUartDevicePathGuid ## CONSUMES ## GUID (Identify the device path for UARD device)
89 gEfiSasDevicePathGuid ## CONSUMES ## GUID (Identify the device path for SAS device)
90
91 [Protocols]
92 gEfiSimpleFileSystemProtocolGuid # PROTOCOL CONSUMES
93 gEfiSimpleTextOutProtocolGuid # PROTOCOL CONSUMES
94 gEfiPciIoProtocolGuid # PROTOCOL CONSUMES
95 gEfiLoadedImageProtocolGuid # PROTOCOL CONSUMES
96 gEfiDevicePathToTextProtocolGuid # PROTOCOL SOMETIMES_CONSUMES
97 gEfiSimpleNetworkProtocolGuid # PROTOCOL CONSUMES
98 gEfiDebugPortProtocolGuid # PROTOCOL CONSUMES
99 gEfiSimpleTextInProtocolGuid # PROTOCOL CONSUMES
100 gEfiBlockIoProtocolGuid # PROTOCOL CONSUMES
101 gEfiFirmwareVolume2ProtocolGuid # PROTOCOL CONSUMES
102 gEfiLegacyBiosProtocolGuid # PROTOCOL SOMETIMES_CONSUMES
103 gEfiCpuArchProtocolGuid # PROTOCOL CONSUMES
104 gEfiDevicePathProtocolGuid # PROTOCOL CONSUMES
105 gEfiAcpiS3SaveProtocolGuid # PROTOCOL CONSUMES
106 gEfiGraphicsOutputProtocolGuid # PROTOCOL SOMETIMES_CONSUMES
107 gEfiUgaDrawProtocolGuid |PcdUgaConsumeSupport # PROTOCOL SOMETIMES_CONSUMES
108 gEfiOEMBadgingProtocolGuid # PROTOCOL CONSUMES
109 gEfiHiiFontProtocolGuid # PROTOCOL CONSUMES
110 gEfiSecurityArchProtocolGuid
111
112 [FeaturePcd.common]
113 gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport
114