]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkPkg/Library/FrameworkUefiLib/FrameworkUefiLib.inf
Remove several over-specific issues.
[mirror_edk2.git] / IntelFrameworkPkg / Library / FrameworkUefiLib / FrameworkUefiLib.inf
CommitLineData
b51e6bc4 1#/** @file\r
2# Component description file for the entry point to a EFIDXE Drivers\r
3#\r
4# Library to abstract Framework extensions that conflict with UEFI 2.0 Specification\r
5#\r
6# Help Port Framework/Tinao code that has conflicts with UEFI 2.0 by hiding the oldconflicts with library functions and supporting implementations of the old\r
7# (EDK/EFI 1.10) and new (EDK II/UEFI 2.0) way. This module is a DXE driver as it contains DXE enum extensions for EFI event services.\r
8# Copyright (c) 2006, Intel Corporation.\r
9#\r
10# All rights reserved. This program and the accompanying materials\r
11# are licensed and made available under the terms and conditions of the BSD License\r
12# which accompanies this distribution. The full text of the license may be found at\r
13# http://opensource.org/licenses/bsd-license.php\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\r
b51e6bc4 20[Defines]\r
21 INF_VERSION = 0x00010005\r
8e5b17b2 22 BASE_NAME = FrameworkUefiLib\r
950b9eec 23 FILE_GUID = B2F0D71A-A39F-4094-854B-0C6BA6910CCE\r
b51e6bc4 24 MODULE_TYPE = DXE_DRIVER\r
25 VERSION_STRING = 1.0\r
26 LIBRARY_CLASS = UefiLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
27 EDK_RELEASE_VERSION = 0x00020000\r
28 EFI_SPECIFICATION_VERSION = 0x00020000\r
29\r
30\r
31#\r
32# The following information is for reference only and not required by the build tools.\r
33#\r
34# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
35#\r
36\r
b51e6bc4 37[Sources.common]\r
38 UefiLibPrint.c\r
39 UefiNotTiano.c\r
40 Console.c\r
41 UefiLib.c\r
6313f115 42 UefiDriverModel.c\r
575bc2b2 43 FrameworkUefiLib.h\r
44 \r
b51e6bc4 45[Packages]\r
46 MdePkg/MdePkg.dec\r
8fb6b714 47 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
b51e6bc4 48\r
49\r
b51e6bc4 50[LibraryClasses]\r
51 PrintLib\r
52 PcdLib\r
53 MemoryAllocationLib\r
54 DebugLib\r
55 BaseMemoryLib\r
56 BaseLib\r
57 UefiBootServicesTableLib\r
a6d5e5f7 58 DevicePathLib\r
59 \r
c1809918 60[Protocols]\r
61 gEfiDriverBindingProtocolGuid # ALWAYS_CONSUMED\r
62 gEfiComponentNameProtocolGuid # SOMETIMES_CONSUMED\r
63 gEfiComponentName2ProtocolGuid # SOMETIMES_CONSUMED\r
64 gEfiDriverConfigurationProtocolGuid # SOMETIMES_CONSUMED\r
263480c6 65 gEfiDriverConfiguration2ProtocolGuid # SOMETIMES_CONSUMED\r
c1809918 66 gEfiDriverDiagnosticsProtocolGuid # SOMETIMES_CONSUMED\r
67 gEfiDriverDiagnostics2ProtocolGuid # SOMETIMES_CONSUMED\r
68 gEfiFirmwareVolume2ProtocolGuid # ALWAYS_CONSUMED\r
b51e6bc4 69\r
b51e6bc4 70[Guids]\r
71 gEfiFrameworkDevicePathGuid # ALWAYS_CONSUMED\r
72 gEfiEventReadyToBootGuid # ALWAYS_CONSUMED\r
73 gEfiEventLegacyBootGuid # ALWAYS_CONSUMED\r
74\r
75\r
bba9ad98 76[Pcd.common]\r
b3af5df6 77 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize\r
b51e6bc4 78\r
c1809918 79[FeaturePcd.common]\r
80 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable\r
81 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable\r
82 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable\r
83 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable\r