]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf
Report the setting variable failure to platform through the status code when core...
[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
69fc8f08 8# Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>\r
180a5a35 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
566771b0 25 LIBRARY_CLASS = GenericBdsLib|DXE_DRIVER DXE_RUNTIME_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
9aa7ba01 42 String.h\r
43 String.c\r
44 GenericBdsStrings.uni\r
3dcb6018 45 \r
5c08e117 46[Packages]\r
47 MdePkg/MdePkg.dec\r
48 MdeModulePkg/MdeModulePkg.dec\r
5c08e117 49 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
ddac74d1 50 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
5c08e117 51\r
52[LibraryClasses]\r
53 DevicePathLib\r
54 PeCoffGetEntryPointLib\r
55 BaseLib\r
56 HobLib\r
57 UefiRuntimeServicesTableLib\r
58 DxeServicesTableLib\r
59 MemoryAllocationLib\r
60 UefiLib\r
61 UefiBootServicesTableLib\r
62 BaseMemoryLib\r
63 DebugLib\r
64 PrintLib\r
65 PcdLib\r
66 PerformanceLib\r
67 TimerLib\r
5c08e117 68 DxeServicesLib\r
9aa7ba01 69 HiiLib\r
79b7a6a1 70 ReportStatusCodeLib\r
5c08e117 71\r
72[Guids]\r
be1b1612 73 gEfiMemoryTypeInformationGuid ## CONSUMES ## GUID (The identifier of memory type information type in system table)\r
be1b1612 74 gEfiGlobalVariableGuid ## SOMETIMES_PRODUCES ## Variable:L"BootCurrent" (The boot option of current boot)\r
8d6640c9 75 gEfiFileInfoGuid ## CONSUMES ## GUID\r
6055758f 76 gPerformanceProtocolGuid ## SOMETIMES_PRODUCES ## Variable:L"PerfDataMemAddr" (The ACPI address of performance data)\r
8d6640c9 77 gEfiUartDevicePathGuid ## CONSUMES ## GUID (Identify the device path for UARD device)\r
e24fc103
LG
78 gLastEnumLangGuid ## SOMETIMES_PRODUCES ## Variable:L"LastEnumLang" (Platform language at last time enumeration.)\r
79 gHdBootDevicePathVariablGuid ## SOMETIMES_PRODUCES ## Variable:L"HDDP" (The device path of Boot file on Hard device.)\r
80 gBdsLibStringPackageGuid ## PRODUCES ## GUID (HII String PackageList Guid)\r
566771b0 81 gEfiLegacyDevOrderVariableGuid ## CONSUMES ## GUID\r
69fc8f08 82 gEdkiiStatusCodeDataTypeVariableGuid ## SOMETIMES_CONSUMES\r
f999350b 83\r
5c08e117 84[Protocols]\r
8d6640c9 85 gEfiSimpleFileSystemProtocolGuid # PROTOCOL CONSUMES\r
ff482c56 86 gEfiLoadFileProtocolGuid # PROTOCOL CONSUMES\r
8d6640c9 87 gEfiSimpleTextOutProtocolGuid # PROTOCOL CONSUMES\r
88 gEfiPciIoProtocolGuid # PROTOCOL CONSUMES\r
89 gEfiLoadedImageProtocolGuid # PROTOCOL CONSUMES\r
8d6640c9 90 gEfiSimpleNetworkProtocolGuid # PROTOCOL CONSUMES\r
91 gEfiDebugPortProtocolGuid # PROTOCOL CONSUMES\r
92 gEfiSimpleTextInProtocolGuid # PROTOCOL CONSUMES\r
93 gEfiBlockIoProtocolGuid # PROTOCOL CONSUMES\r
94 gEfiFirmwareVolume2ProtocolGuid # PROTOCOL CONSUMES\r
95 gEfiLegacyBiosProtocolGuid # PROTOCOL SOMETIMES_CONSUMES\r
96 gEfiCpuArchProtocolGuid # PROTOCOL CONSUMES\r
97 gEfiDevicePathProtocolGuid # PROTOCOL CONSUMES\r
8d6640c9 98 gEfiAcpiS3SaveProtocolGuid # PROTOCOL CONSUMES\r
50db9e55 99 gEfiGraphicsOutputProtocolGuid # PROTOCOL SOMETIMES_CONSUMES\r
d9a743c6 100 gEfiUgaDrawProtocolGuid |gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport # PROTOCOL SOMETIMES_CONSUMES\r
8d6640c9 101 gEfiOEMBadgingProtocolGuid # PROTOCOL CONSUMES\r
102 gEfiHiiFontProtocolGuid # PROTOCOL CONSUMES\r
337661bb 103 gEfiUserManagerProtocolGuid # PROTOCOL CONSUMES\r
7389fdd0 104 gEfiUsbIoProtocolGuid # PROTOCOL SOMETIMES_CONSUMES\r
a637802c 105 gEfiBootLogoProtocolGuid # PROTOCOL SOMETIMES_CONSUMES\r
5c08e117 106\r
d46f3632 107[FeaturePcd]\r
5c08e117 108 gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport\r
2df686c6 109 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdBootlogoOnlyEnable\r
5c08e117 110\r
d46f3632 111[Pcd]\r
7caf72a9 112 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange\r
79b7a6a1 113 gEfiMdeModulePkgTokenSpaceGuid.PcdProgressCodeOsLoaderLoad\r
114 gEfiMdeModulePkgTokenSpaceGuid.PcdProgressCodeOsLoaderStart\r
69fc8f08 115 gEfiMdeModulePkgTokenSpaceGuid.PcdErrorCodeSetVariable\r
79b7a6a1 116 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile\r