]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf
Update GenericBdsLib to support BootOption for VLAN device.
[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 Bmp.h
42
43 [Sources.IPF]
44 Ipf/ShadowRom.c
45
46 [Packages]
47 MdePkg/MdePkg.dec
48 MdeModulePkg/MdeModulePkg.dec
49 IntelFrameworkPkg/IntelFrameworkPkg.dec
50 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
51
52 [LibraryClasses]
53 DevicePathLib
54 PeCoffGetEntryPointLib
55 BaseLib
56 HobLib
57 UefiRuntimeServicesTableLib
58 DxeServicesTableLib
59 MemoryAllocationLib
60 UefiLib
61 UefiBootServicesTableLib
62 BaseMemoryLib
63 DebugLib
64 PrintLib
65 PcdLib
66 PerformanceLib
67 TimerLib
68 PcdLib
69 DxeServicesLib
70
71 [Guids]
72 gEfiVT100PlusGuid ## CONSUMES ## GUID (The type of terminal)
73 gEfiVT100Guid ## CONSUMES ## GUID (The type of terminal)
74 gEfiMemoryTypeInformationGuid ## CONSUMES ## GUID (The identifier of memory type information type in system table)
75 ## CONSUMES ## GUID HOB (The hob holding memory type information)
76 gEfiVTUTF8Guid ## CONSUMES ## GUID (The type of terminal)
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 gEfiManagedNetworkServiceBindingProtocolGuid # PROTOCOL CONSUMES
94 gEfiLoadFileProtocolGuid # PROTOCOL CONSUMES
95 gEfiSimpleTextOutProtocolGuid # PROTOCOL CONSUMES
96 gEfiPciIoProtocolGuid # PROTOCOL CONSUMES
97 gEfiLoadedImageProtocolGuid # PROTOCOL CONSUMES
98 gEfiDevicePathToTextProtocolGuid # PROTOCOL SOMETIMES_CONSUMES
99 gEfiSimpleNetworkProtocolGuid # PROTOCOL CONSUMES
100 gEfiDebugPortProtocolGuid # PROTOCOL CONSUMES
101 gEfiSimpleTextInProtocolGuid # PROTOCOL CONSUMES
102 gEfiBlockIoProtocolGuid # PROTOCOL CONSUMES
103 gEfiFirmwareVolume2ProtocolGuid # PROTOCOL CONSUMES
104 gEfiLegacyBiosProtocolGuid # PROTOCOL SOMETIMES_CONSUMES
105 gEfiCpuArchProtocolGuid # PROTOCOL CONSUMES
106 gEfiDevicePathProtocolGuid # PROTOCOL CONSUMES
107 gEfiAcpiS3SaveProtocolGuid # PROTOCOL CONSUMES
108 gEfiGraphicsOutputProtocolGuid # PROTOCOL SOMETIMES_CONSUMES
109 gEfiUgaDrawProtocolGuid |PcdUgaConsumeSupport # PROTOCOL SOMETIMES_CONSUMES
110 gEfiOEMBadgingProtocolGuid # PROTOCOL CONSUMES
111 gEfiHiiFontProtocolGuid # PROTOCOL CONSUMES
112
113 [FeaturePcd]
114 gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport
115
116 [Pcd]
117 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile