]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf
Clean up the private GUID definition in module Level.
[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 - 2011, Intel Corporation. All rights reserved.<BR>
9 # 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 CONSTRUCTOR = GenericBdsLibConstructor
27
28 #
29 # The following information is for reference only and not required by the build tools.
30 #
31 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
32 #
33
34 [Sources]
35 DevicePath.c
36 Performance.c
37 BdsConnect.c
38 BdsMisc.c
39 BdsConsole.c
40 BdsBoot.c
41 InternalBdsLib.h
42 Bmp.h
43 String.h
44 String.c
45 GenericBdsStrings.uni
46
47 [Packages]
48 MdePkg/MdePkg.dec
49 MdeModulePkg/MdeModulePkg.dec
50 IntelFrameworkPkg/IntelFrameworkPkg.dec
51 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
52
53 [LibraryClasses]
54 DevicePathLib
55 PeCoffGetEntryPointLib
56 BaseLib
57 HobLib
58 UefiRuntimeServicesTableLib
59 DxeServicesTableLib
60 MemoryAllocationLib
61 UefiLib
62 UefiBootServicesTableLib
63 BaseMemoryLib
64 DebugLib
65 PrintLib
66 PcdLib
67 PerformanceLib
68 TimerLib
69 DxeServicesLib
70 HiiLib
71 ReportStatusCodeLib
72
73 [Guids]
74 gEfiVT100PlusGuid ## CONSUMES ## GUID (The type of terminal)
75 gEfiVT100Guid ## CONSUMES ## GUID (The type of terminal)
76 ## CONSUMES ## GUID HOB (The hob holding memory type information)
77 gEfiMemoryTypeInformationGuid ## CONSUMES ## GUID (The identifier of memory type information type in system table)
78 gEfiVTUTF8Guid ## CONSUMES ## GUID (The type of terminal)
79 ## SOMETIMES_CONSUMES ## Variable:L"BootXX" (Boot option variable)
80 ## CONSUMES ## Variable:L"Timeout" (The time out value in second of showing progress bar)
81 ## SOMETIMES_CONSUMES ## Variable:L"BootOrder" (The boot option array)
82 ## SOMETIMES_CONSUMES ## Variable:L"DriverOrder" (The driver order list)
83 ## SOMETIMES_CONSUMES ## Variable:L"ConIn" (The device path of console in device)
84 ## SOMETIMES_CONSUMES ## Variable:L"ConOut" (The device path of console out device)
85 ## SOMETIMES_CONSUMES ## Variable:L"ErrOut" (The device path of error out device)
86 gEfiGlobalVariableGuid ## SOMETIMES_PRODUCES ## Variable:L"BootCurrent" (The boot option of current boot)
87 gEfiFileInfoGuid ## CONSUMES ## GUID
88 gEfiPcAnsiGuid ## CONSUMES ## GUID (The type of terminal)
89 gPerformanceProtocolGuid ## SOMETIMES_PRODUCES ## Variable:L"PerfDataMemAddr" (The ACPI address of performance data)
90 gEfiUartDevicePathGuid ## CONSUMES ## GUID (Identify the device path for UARD device)
91 gEfiSasDevicePathGuid ## CONSUMES ## GUID (Identify the device path for SAS device)
92 gLastEnumLangGuid ## SOMETIMES_PRODUCES ## Variable:L"LastEnumLang" (Platform language at last time enumeration.)
93 gHdBootDevicePathVariablGuid ## SOMETIMES_PRODUCES ## Variable:L"HDDP" (The device path of Boot file on Hard device.)
94 gBdsLibStringPackageGuid ## PRODUCES ## GUID (HII String PackageList Guid)
95
96 [Protocols]
97 gEfiSimpleFileSystemProtocolGuid # PROTOCOL CONSUMES
98 gEfiLoadFileProtocolGuid # PROTOCOL CONSUMES
99 gEfiSimpleTextOutProtocolGuid # PROTOCOL CONSUMES
100 gEfiPciIoProtocolGuid # PROTOCOL CONSUMES
101 gEfiLoadedImageProtocolGuid # PROTOCOL CONSUMES
102 gEfiDevicePathToTextProtocolGuid # PROTOCOL SOMETIMES_CONSUMES
103 gEfiSimpleNetworkProtocolGuid # PROTOCOL CONSUMES
104 gEfiDebugPortProtocolGuid # PROTOCOL CONSUMES
105 gEfiSimpleTextInProtocolGuid # PROTOCOL CONSUMES
106 gEfiBlockIoProtocolGuid # PROTOCOL CONSUMES
107 gEfiFirmwareVolume2ProtocolGuid # PROTOCOL CONSUMES
108 gEfiLegacyBiosProtocolGuid # PROTOCOL SOMETIMES_CONSUMES
109 gEfiCpuArchProtocolGuid # PROTOCOL CONSUMES
110 gEfiDevicePathProtocolGuid # PROTOCOL CONSUMES
111 gEfiAcpiS3SaveProtocolGuid # PROTOCOL CONSUMES
112 gEfiGraphicsOutputProtocolGuid # PROTOCOL SOMETIMES_CONSUMES
113 gEfiUgaDrawProtocolGuid |gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport # PROTOCOL SOMETIMES_CONSUMES
114 gEfiOEMBadgingProtocolGuid # PROTOCOL CONSUMES
115 gEfiHiiFontProtocolGuid # PROTOCOL CONSUMES
116 gEfiUserManagerProtocolGuid # PROTOCOL CONSUMES
117 gEfiUsbIoProtocolGuid # PROTOCOL SOMETIMES_CONSUMES
118
119 [FeaturePcd]
120 gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport
121
122 [Pcd]
123 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange
124 gEfiMdeModulePkgTokenSpaceGuid.PcdProgressCodeOsLoaderLoad
125 gEfiMdeModulePkgTokenSpaceGuid.PcdProgressCodeOsLoaderStart
126 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile