]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkPkg/Library/FrameworkUefiLib/FrameworkUefiLib.inf
8192558492b2690fecd1ae4515cbba2096a57e4a
[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 = DXE_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 EDK_RELEASE_VERSION = 0x00020000
28 EFI_SPECIFICATION_VERSION = 0x00020000
29
30
31 #
32 # The following information is for reference only and not required by the build tools.
33 #
34 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
35 #
36
37 [Sources.common]
38 UefiLibPrint.c
39 UefiNotTiano.c
40 Console.c
41 UefiLib.c
42 UefiDriverModel.c
43 FrameworkUefiLib.h
44
45 [Packages]
46 MdePkg/MdePkg.dec
47 IntelFrameworkPkg/IntelFrameworkPkg.dec
48
49
50 [LibraryClasses]
51 PrintLib
52 PcdLib
53 MemoryAllocationLib
54 DebugLib
55 BaseMemoryLib
56 BaseLib
57 UefiBootServicesTableLib
58
59 [Protocols]
60 gEfiDriverBindingProtocolGuid # ALWAYS_CONSUMED
61 gEfiComponentNameProtocolGuid # SOMETIMES_CONSUMED
62 gEfiComponentName2ProtocolGuid # SOMETIMES_CONSUMED
63 gEfiDriverConfigurationProtocolGuid # SOMETIMES_CONSUMED
64 gEfiDriverConfiguration2ProtocolGuid # SOMETIMES_CONSUMED
65 gEfiDriverDiagnosticsProtocolGuid # SOMETIMES_CONSUMED
66 gEfiDriverDiagnostics2ProtocolGuid # SOMETIMES_CONSUMED
67 gEfiFirmwareVolume2ProtocolGuid # ALWAYS_CONSUMED
68
69 [Guids]
70 gEfiFrameworkDevicePathGuid # ALWAYS_CONSUMED
71 gEfiEventReadyToBootGuid # ALWAYS_CONSUMED
72 gEfiEventLegacyBootGuid # ALWAYS_CONSUMED
73
74
75 [Pcd.common]
76 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize
77
78 [FeaturePcd.common]
79 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable
80 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable
81 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable
82 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable