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.
8 # Copyright (c) 2007 - 2010, 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
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.
20 INF_VERSION = 0x00010005
21 BASE_NAME = GenericBdsLib
22 FILE_GUID = e405ec31-ccaa-4dd4-83e8-0aec01703f7e
23 MODULE_TYPE = DXE_DRIVER
25 LIBRARY_CLASS = GenericBdsLib|DXE_DRIVER UEFI_APPLICATION
26 CONSTRUCTOR = GenericBdsLibConstructor
29 # The following information is for reference only and not required by the build tools.
31 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
52 MdeModulePkg/MdeModulePkg.dec
53 IntelFrameworkPkg/IntelFrameworkPkg.dec
54 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
58 PeCoffGetEntryPointLib
61 UefiRuntimeServicesTableLib
65 UefiBootServicesTableLib
77 gEfiVT100PlusGuid ## CONSUMES ## GUID (The type of terminal)
78 gEfiVT100Guid ## CONSUMES ## GUID (The type of terminal)
79 gEfiMemoryTypeInformationGuid ## CONSUMES ## GUID (The identifier of memory type information type in system table)
80 ## CONSUMES ## GUID HOB (The hob holding memory type information)
81 gEfiVTUTF8Guid ## CONSUMES ## GUID (The type of terminal)
82 gEfiGlobalVariableGuid ## SOMETIMES_PRODUCES ## Variable:L"BootCurrent" (The boot option of current boot)
83 ## SOMETIMES_CONSUMES ## Variable:L"BootXX" (Boot option variable)
84 ## CONSUMES ## Variable:L"Timeout" (The time out value in second of showing progress bar)
85 ## SOMETIMES_CONSUMES ## Variable:L"BootOrder" (The boot option array)
86 ## SOMETIMES_CONSUMES ## Variable:L"DriverOrder" (The driver order list)
87 ## SOMETIMES_CONSUMES ## Variable:L"ConIn" (The device path of console in device)
88 ## SOMETIMES_CONSUMES ## Variable:L"ConOut" (The device path of console out device)
89 ## SOMETIMES_CONSUMES ## Variable:L"ErrOut" (The device path of error out device)
90 gEfiFileInfoGuid ## CONSUMES ## GUID
91 gEfiPcAnsiGuid ## CONSUMES ## GUID (The type of terminal)
92 gPerformanceProtocolGuid ## SOMETIMES_PRODUCES ## Variable:L"PerfDataMemAddr" (The ACPI address of performance data)
93 gEfiUartDevicePathGuid ## CONSUMES ## GUID (Identify the device path for UARD device)
94 gEfiSasDevicePathGuid ## CONSUMES ## GUID (Identify the device path for SAS device)
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 |PcdUgaConsumeSupport # PROTOCOL SOMETIMES_CONSUMES
114 gEfiOEMBadgingProtocolGuid # PROTOCOL CONSUMES
115 gEfiHiiFontProtocolGuid # PROTOCOL CONSUMES
116 gEfiUserManagerProtocolGuid # PROTOCOL CONSUMES
119 gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport
122 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile