]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - 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
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# 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
9#\r
10# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
11#\r
12# This program and the accompanying materials\r
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
20##\r
21\r
22[Defines]\r
23 INF_VERSION = 0x00010005\r
24 BASE_NAME = FrameworkUefiLib\r
25 FILE_GUID = B2F0D71A-A39F-4094-854B-0C6BA6910CCE\r
26 MODULE_TYPE = UEFI_DRIVER\r
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
29\r
30#\r
31# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
32#\r
33\r
34[Sources]\r
35 UefiLibPrint.c\r
36 UefiNotTiano.c\r
37 UefiDriverModel.c\r
38 Console.c\r
39 UefiLib.c\r
40 UefiLibInternal.h\r
41\r
42[Packages]\r
43 MdePkg/MdePkg.dec\r
44 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
45\r
46[LibraryClasses]\r
47 PrintLib\r
48 PcdLib\r
49 MemoryAllocationLib\r
50 DebugLib\r
51 BaseMemoryLib\r
52 BaseLib\r
53 UefiBootServicesTableLib\r
54 DevicePathLib\r
55 \r
56[Guids]\r
57 gEfiEventReadyToBootGuid # ALWAYS_CONSUMED\r
58 gEfiEventLegacyBootGuid # ALWAYS_CONSUMED\r
59\r
60[Protocols]\r
61 gEfiDriverBindingProtocolGuid # ALWAYS_CONSUMED\r
62 gEfiSimpleTextOutProtocolGuid # ALWAYS_CONSUMED\r
63 gEfiGraphicsOutputProtocolGuid # ALWAYS_CONSUMED\r
64 gEfiHiiFontProtocolGuid # ALWAYS_CONSUMED\r
65 gEfiComponentNameProtocolGuid # SOMETIMES_CONSUMED\r
66 gEfiComponentName2ProtocolGuid # SOMETIMES_CONSUMED\r
67 gEfiDriverConfigurationProtocolGuid # SOMETIMES_CONSUMED\r
68 gEfiDriverConfiguration2ProtocolGuid # SOMETIMES_CONSUMED\r
69 gEfiDriverDiagnosticsProtocolGuid # SOMETIMES_CONSUMED\r
70 gEfiDriverDiagnostics2ProtocolGuid # SOMETIMES_CONSUMED\r
71 gEfiUgaDrawProtocolGuid # SOMETIMES_CONSUMED\r
72\r
73\r
74[Pcd]\r
75 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize\r
76\r
77[FeaturePcd]\r
78 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable\r
79 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable\r
80 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable\r
81 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable\r
82 gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport\r
83\r