]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf
Update header file comments.
[mirror_edk2.git] / IntelFrameworkModulePkg / Library / GenericBdsLib / GenericBdsLib.inf
CommitLineData
5c08e117 1#/** @file\r
2# \r
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
7# \r
5d7c1609 8# Copyright (c) 2007 - 2009, Intel Corporation. <BR>\r
5c08e117 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
15# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
16# \r
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 UEFI_APPLICATION \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
38 BdsConsole.c\r
39 BdsBoot.c\r
40 InternalBdsLib.h\r
41\r
42[Sources.IPF]\r
43 Ipf/ShadowRom.c\r
44\r
45[Packages]\r
46 MdePkg/MdePkg.dec\r
47 MdeModulePkg/MdeModulePkg.dec\r
5c08e117 48 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
ddac74d1 49 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
5c08e117 50\r
51[LibraryClasses]\r
52 DevicePathLib\r
53 PeCoffGetEntryPointLib\r
54 BaseLib\r
55 HobLib\r
56 UefiRuntimeServicesTableLib\r
57 DxeServicesTableLib\r
58 MemoryAllocationLib\r
59 UefiLib\r
60 UefiBootServicesTableLib\r
61 BaseMemoryLib\r
62 DebugLib\r
63 PrintLib\r
64 PcdLib\r
65 PerformanceLib\r
66 TimerLib\r
67 PcdLib\r
68 DxeServicesLib\r
69\r
70[Guids]\r
8d6640c9 71 gEfiVT100PlusGuid ## CONSUMES ## GUID (The type of terminal)\r
e01fb259 72 gEfiVT100Guid ## CONSUMES ## GUID (The type of terminal)\r
8d6640c9 73 gEfiMemoryTypeInformationGuid ## CONSUMES ## GUID (The identifier of memory type information type in system table)\r
74 ## CONSUMES ## GUID HOB (The hob holding memory type information)\r
75 gEfiVTUTF8Guid ## CONSUMES ## GUID (The type of terminal)\r
76 gEfiShellFileGuid ## CONSUMES ## GUID (Identify the shell file)\r
77 gEfiGlobalVariableGuid ## SOMETIMES_PRODUCES ## Variable:L"BootCurrent" (The boot option of current boot)\r
78 ## SOMETIMES_CONSUMES ## Variable:L"BootXX" (Boot option variable)\r
79 ## CONSUMES ## Variable:L"Timeout" (The time out value in second of showing progress bar)\r
80 ## SOMETIMES_CONSUMES ## Variable:L"BootOrder" (The boot option array)\r
81 ## SOMETIMES_CONSUMES ## Variable:L"DriverOrder" (The driver order list)\r
82 ## SOMETIMES_CONSUMES ## Variable:L"ConIn" (The device path of console in device)\r
83 ## SOMETIMES_CONSUMES ## Variable:L"ConOut" (The device path of console out device)\r
84 ## SOMETIMES_CONSUMES ## Variable:L"ErrOut" (The device path of error out device)\r
85 gEfiFileInfoGuid ## CONSUMES ## GUID\r
86 gEfiPcAnsiGuid ## CONSUMES ## GUID (The type of terminal)\r
6055758f 87 gPerformanceProtocolGuid ## SOMETIMES_PRODUCES ## Variable:L"PerfDataMemAddr" (The ACPI address of performance data)\r
8d6640c9 88 gEfiUartDevicePathGuid ## CONSUMES ## GUID (Identify the device path for UARD device)\r
89 gEfiSasDevicePathGuid ## CONSUMES ## GUID (Identify the device path for SAS device)\r
f999350b 90\r
5c08e117 91[Protocols]\r
8d6640c9 92 gEfiSimpleFileSystemProtocolGuid # PROTOCOL CONSUMES\r
93 gEfiSimpleTextOutProtocolGuid # PROTOCOL CONSUMES\r
94 gEfiPciIoProtocolGuid # PROTOCOL CONSUMES\r
95 gEfiLoadedImageProtocolGuid # PROTOCOL CONSUMES\r
50db9e55 96 gEfiDevicePathToTextProtocolGuid # PROTOCOL SOMETIMES_CONSUMES\r
8d6640c9 97 gEfiSimpleNetworkProtocolGuid # PROTOCOL CONSUMES\r
98 gEfiDebugPortProtocolGuid # PROTOCOL CONSUMES\r
99 gEfiSimpleTextInProtocolGuid # PROTOCOL CONSUMES\r
100 gEfiBlockIoProtocolGuid # PROTOCOL CONSUMES\r
101 gEfiFirmwareVolume2ProtocolGuid # PROTOCOL CONSUMES\r
102 gEfiLegacyBiosProtocolGuid # PROTOCOL SOMETIMES_CONSUMES\r
103 gEfiCpuArchProtocolGuid # PROTOCOL CONSUMES\r
104 gEfiDevicePathProtocolGuid # PROTOCOL CONSUMES\r
8d6640c9 105 gEfiAcpiS3SaveProtocolGuid # PROTOCOL CONSUMES\r
50db9e55
LG
106 gEfiGraphicsOutputProtocolGuid # PROTOCOL SOMETIMES_CONSUMES\r
107 gEfiUgaDrawProtocolGuid |PcdUgaConsumeSupport # PROTOCOL SOMETIMES_CONSUMES\r
8d6640c9 108 gEfiOEMBadgingProtocolGuid # PROTOCOL CONSUMES\r
109 gEfiHiiFontProtocolGuid # PROTOCOL CONSUMES\r
920d2c23 110 gEfiSecurityArchProtocolGuid # PROTOCOL CONSUMES\r
5c08e117 111\r
112[FeaturePcd.common]\r
113 gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport\r
114\r