]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkPkg/Library/FrameworkUefiLib/FrameworkUefiLib.inf
Sync UefiLib instance in IntelFrameworkPkg with the one in MdePkg.
[mirror_edk2.git] / IntelFrameworkPkg / Library / FrameworkUefiLib / FrameworkUefiLib.inf
1 #/** @file
2 # Component description file for the entry point to a EFIDXE Drivers
3 #
4 # Library to abstract Framework extensions that conflict with UEFI 2.0 Specification
5 #
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
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.
8 # Copyright (c) 2006, Intel Corporation.
9 #
10 # All rights reserved. This program and the accompanying materials
11 # are licensed and made available under the terms and conditions of the BSD License
12 # which accompanies this distribution. The full text of the license may be found at
13 # 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.
16 #
17 #
18 #**/
19
20 [Defines]
21 INF_VERSION = 0x00010005
22 BASE_NAME = FrameworkUefiLib
23 FILE_GUID = B2F0D71A-A39F-4094-854B-0C6BA6910CCE
24 MODULE_TYPE = UEFI_DRIVER
25 VERSION_STRING = 1.0
26 LIBRARY_CLASS = UefiLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER
27
28
29 #
30 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
31 #
32
33 [Sources.common]
34 UefiLibPrint.c
35 UefiNotTiano.c
36 UefiDriverModel.c
37 Console.c
38 UefiLib.c
39 UefiLibInternal.h
40
41
42 [Packages]
43 MdePkg/MdePkg.dec
44 IntelFrameworkPkg/IntelFrameworkPkg.dec
45
46
47 [LibraryClasses]
48 PrintLib
49 PcdLib
50 MemoryAllocationLib
51 DebugLib
52 BaseMemoryLib
53 BaseLib
54 UefiBootServicesTableLib
55 DevicePathLib
56
57 [Guids]
58 gEfiFrameworkDevicePathGuid # ALWAYS_CONSUMED
59 gEfiEventReadyToBootGuid # ALWAYS_CONSUMED
60 gEfiEventLegacyBootGuid # ALWAYS_CONSUMED
61
62
63 [Protocols]
64 gEfiDriverBindingProtocolGuid # ALWAYS_CONSUMED
65 gEfiSimpleTextOutProtocolGuid # ALWAYS_CONSUMED
66 gEfiGraphicsOutputProtocolGuid # ALWAYS_CONSUMED
67 gEfiHiiFontProtocolGuid # ALWAYS_CONSUMED
68 gEfiComponentNameProtocolGuid # SOMETIMES_CONSUMED
69 gEfiComponentName2ProtocolGuid # SOMETIMES_CONSUMED
70 gEfiDriverConfigurationProtocolGuid # SOMETIMES_CONSUMED
71 gEfiDriverConfiguration2ProtocolGuid # SOMETIMES_CONSUMED
72 gEfiDriverDiagnosticsProtocolGuid # SOMETIMES_CONSUMED
73 gEfiDriverDiagnostics2ProtocolGuid # SOMETIMES_CONSUMED
74 gEfiUgaDrawProtocolGuid # SOMETIMES_CONSUMED
75
76
77 [Pcd.common]
78 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize
79
80 [FeaturePcd.common]
81 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable
82 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable
83 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable
84 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable
85 gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport
86
87
88