]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf
Program SD Cards into 4-bit mode (support for this is required in the spec). This...
[mirror_edk2.git] / IntelFrameworkModulePkg / Library / GenericBdsLib / GenericBdsLib.inf
CommitLineData
a7a523e0 1## @file\r
5c08e117 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
180a5a35
HT
8# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>\r
9# This program and the accompanying materials\r
5c08e117 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
a7a523e0 17##\r
5c08e117 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
9aa7ba01 26 CONSTRUCTOR = GenericBdsLibConstructor\r
5c08e117 27\r
28#\r
29# The following information is for reference only and not required by the build tools.\r
30#\r
31# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
32#\r
33\r
6bfbb5f0 34[Sources]\r
5c08e117 35 DevicePath.c\r
36 Performance.c\r
37 BdsConnect.c\r
38 BdsMisc.c\r
39 BdsConsole.c\r
40 BdsBoot.c\r
41 InternalBdsLib.h\r
3dcb6018 42 Bmp.h\r
9aa7ba01 43 String.h\r
44 String.c\r
45 GenericBdsStrings.uni\r
3dcb6018 46 \r
5c08e117 47[Sources.IPF]\r
48 Ipf/ShadowRom.c\r
49\r
50[Packages]\r
51 MdePkg/MdePkg.dec\r
52 MdeModulePkg/MdeModulePkg.dec\r
5c08e117 53 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
ddac74d1 54 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
5c08e117 55\r
56[LibraryClasses]\r
57 DevicePathLib\r
58 PeCoffGetEntryPointLib\r
59 BaseLib\r
60 HobLib\r
61 UefiRuntimeServicesTableLib\r
62 DxeServicesTableLib\r
63 MemoryAllocationLib\r
64 UefiLib\r
65 UefiBootServicesTableLib\r
66 BaseMemoryLib\r
67 DebugLib\r
68 PrintLib\r
69 PcdLib\r
70 PerformanceLib\r
71 TimerLib\r
72 PcdLib\r
73 DxeServicesLib\r
9aa7ba01 74 HiiLib\r
5c08e117 75\r
76[Guids]\r
8d6640c9 77 gEfiVT100PlusGuid ## CONSUMES ## GUID (The type of terminal)\r
e01fb259 78 gEfiVT100Guid ## CONSUMES ## GUID (The type of terminal)\r
8d6640c9 79 gEfiMemoryTypeInformationGuid ## CONSUMES ## GUID (The identifier of memory type information type in system table)\r
80 ## CONSUMES ## GUID HOB (The hob holding memory type information)\r
81 gEfiVTUTF8Guid ## CONSUMES ## GUID (The type of terminal)\r
8d6640c9 82 gEfiGlobalVariableGuid ## SOMETIMES_PRODUCES ## Variable:L"BootCurrent" (The boot option of current boot)\r
83 ## SOMETIMES_CONSUMES ## Variable:L"BootXX" (Boot option variable)\r
84 ## CONSUMES ## Variable:L"Timeout" (The time out value in second of showing progress bar)\r
85 ## SOMETIMES_CONSUMES ## Variable:L"BootOrder" (The boot option array)\r
86 ## SOMETIMES_CONSUMES ## Variable:L"DriverOrder" (The driver order list)\r
87 ## SOMETIMES_CONSUMES ## Variable:L"ConIn" (The device path of console in device)\r
88 ## SOMETIMES_CONSUMES ## Variable:L"ConOut" (The device path of console out device)\r
89 ## SOMETIMES_CONSUMES ## Variable:L"ErrOut" (The device path of error out device)\r
90 gEfiFileInfoGuid ## CONSUMES ## GUID\r
91 gEfiPcAnsiGuid ## CONSUMES ## GUID (The type of terminal)\r
6055758f 92 gPerformanceProtocolGuid ## SOMETIMES_PRODUCES ## Variable:L"PerfDataMemAddr" (The ACPI address of performance data)\r
8d6640c9 93 gEfiUartDevicePathGuid ## CONSUMES ## GUID (Identify the device path for UARD device)\r
94 gEfiSasDevicePathGuid ## CONSUMES ## GUID (Identify the device path for SAS device)\r
f999350b 95\r
5c08e117 96[Protocols]\r
8d6640c9 97 gEfiSimpleFileSystemProtocolGuid # PROTOCOL CONSUMES\r
ff482c56 98 gEfiLoadFileProtocolGuid # PROTOCOL CONSUMES\r
8d6640c9 99 gEfiSimpleTextOutProtocolGuid # PROTOCOL CONSUMES\r
100 gEfiPciIoProtocolGuid # PROTOCOL CONSUMES\r
101 gEfiLoadedImageProtocolGuid # PROTOCOL CONSUMES\r
50db9e55 102 gEfiDevicePathToTextProtocolGuid # PROTOCOL SOMETIMES_CONSUMES\r
8d6640c9 103 gEfiSimpleNetworkProtocolGuid # PROTOCOL CONSUMES\r
104 gEfiDebugPortProtocolGuid # PROTOCOL CONSUMES\r
105 gEfiSimpleTextInProtocolGuid # PROTOCOL CONSUMES\r
106 gEfiBlockIoProtocolGuid # PROTOCOL CONSUMES\r
107 gEfiFirmwareVolume2ProtocolGuid # PROTOCOL CONSUMES\r
108 gEfiLegacyBiosProtocolGuid # PROTOCOL SOMETIMES_CONSUMES\r
109 gEfiCpuArchProtocolGuid # PROTOCOL CONSUMES\r
110 gEfiDevicePathProtocolGuid # PROTOCOL CONSUMES\r
8d6640c9 111 gEfiAcpiS3SaveProtocolGuid # PROTOCOL CONSUMES\r
50db9e55
LG
112 gEfiGraphicsOutputProtocolGuid # PROTOCOL SOMETIMES_CONSUMES\r
113 gEfiUgaDrawProtocolGuid |PcdUgaConsumeSupport # PROTOCOL SOMETIMES_CONSUMES\r
8d6640c9 114 gEfiOEMBadgingProtocolGuid # PROTOCOL CONSUMES\r
115 gEfiHiiFontProtocolGuid # PROTOCOL CONSUMES\r
337661bb 116 gEfiUserManagerProtocolGuid # PROTOCOL CONSUMES\r
5c08e117 117\r
d46f3632 118[FeaturePcd]\r
5c08e117 119 gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport\r
120\r
d46f3632
LG
121[Pcd]\r
122 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile\r