]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkPkg/Library/FrameworkUefiLib/FrameworkUefiLib.inf
Program SD Cards into 4-bit mode (support for this is required in the spec). This...
[mirror_edk2.git] / IntelFrameworkPkg / Library / FrameworkUefiLib / FrameworkUefiLib.inf
CommitLineData
6bfbb5f0 1## @file\r
1b74e1c7 2# Component description file for the entry point to a EFIDXE Drivers\r
b51e6bc4 3#\r
1b74e1c7 4# Library to abstract Framework extensions that conflict with UEFI 2.0 Specification.\r
5# Help Port Framework/Tinao code that has conflicts with UEFI 2.0 by hiding the oldconflicts \r
6# with library functions and supporting implementations of the old (EDK/EFI 1.10) and new \r
7# (EDK II/UEFI 2.0) way. This module is a DXE driver as it contains DXE enum extensions for \r
8# EFI event services.\r
b51e6bc4 9#\r
2b3687db 10# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
b51e6bc4 11#\r
2b3687db 12# This program and the accompanying materials\r
b51e6bc4 13# are licensed and made available under the terms and conditions of the BSD License\r
14# which accompanies this distribution. The full text of the license may be found at\r
15# http://opensource.org/licenses/bsd-license.php\r
16# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
17# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
18#\r
19#\r
6bfbb5f0 20##\r
b51e6bc4 21\r
b51e6bc4 22[Defines]\r
23 INF_VERSION = 0x00010005\r
8e5b17b2 24 BASE_NAME = FrameworkUefiLib\r
950b9eec 25 FILE_GUID = B2F0D71A-A39F-4094-854B-0C6BA6910CCE\r
bf428cb3 26 MODULE_TYPE = UEFI_DRIVER\r
b51e6bc4 27 VERSION_STRING = 1.0\r
28 LIBRARY_CLASS = UefiLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
b51e6bc4 29\r
b51e6bc4 30#\r
31# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
32#\r
33\r
6bfbb5f0 34[Sources]\r
b51e6bc4 35 UefiLibPrint.c\r
36 UefiNotTiano.c\r
bf428cb3 37 UefiDriverModel.c\r
b51e6bc4 38 Console.c\r
39 UefiLib.c\r
bf428cb3 40 UefiLibInternal.h\r
41\r
b51e6bc4 42[Packages]\r
43 MdePkg/MdePkg.dec\r
8fb6b714 44 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
b51e6bc4 45\r
b51e6bc4 46[LibraryClasses]\r
47 PrintLib\r
48 PcdLib\r
49 MemoryAllocationLib\r
50 DebugLib\r
51 BaseMemoryLib\r
52 BaseLib\r
53 UefiBootServicesTableLib\r
a6d5e5f7 54 DevicePathLib\r
55 \r
bf428cb3 56[Guids]\r
bf428cb3 57 gEfiEventReadyToBootGuid # ALWAYS_CONSUMED\r
58 gEfiEventLegacyBootGuid # ALWAYS_CONSUMED\r
59\r
c1809918 60[Protocols]\r
61 gEfiDriverBindingProtocolGuid # ALWAYS_CONSUMED\r
bf428cb3 62 gEfiSimpleTextOutProtocolGuid # ALWAYS_CONSUMED\r
63 gEfiGraphicsOutputProtocolGuid # ALWAYS_CONSUMED\r
64 gEfiHiiFontProtocolGuid # ALWAYS_CONSUMED\r
c1809918 65 gEfiComponentNameProtocolGuid # SOMETIMES_CONSUMED\r
66 gEfiComponentName2ProtocolGuid # SOMETIMES_CONSUMED\r
67 gEfiDriverConfigurationProtocolGuid # SOMETIMES_CONSUMED\r
263480c6 68 gEfiDriverConfiguration2ProtocolGuid # SOMETIMES_CONSUMED\r
c1809918 69 gEfiDriverDiagnosticsProtocolGuid # SOMETIMES_CONSUMED\r
70 gEfiDriverDiagnostics2ProtocolGuid # SOMETIMES_CONSUMED\r
bf428cb3 71 gEfiUgaDrawProtocolGuid # SOMETIMES_CONSUMED\r
b51e6bc4 72\r
73\r
6bfbb5f0 74[Pcd]\r
b3af5df6 75 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize\r
b51e6bc4 76\r
6bfbb5f0 77[FeaturePcd]\r
c1809918 78 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable\r
79 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable\r
80 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable\r
81 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable\r
bf428cb3 82 gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport\r
83\r