]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkPkg/Library/FrameworkUefiLib/FrameworkUefiLib.inf
Update following library class/Protocol for puting 'Framework' as prefix
[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
44 [Packages]
45 MdePkg/MdePkg.dec
46 IntelFrameworkPkg/IntelFrameworkPkg.dec
47
48
49 [LibraryClasses]
50 PrintLib
51 PcdLib
52 MemoryAllocationLib
53 DebugLib
54 BaseMemoryLib
55 BaseLib
56 UefiBootServicesTableLib
57
58 [Protocols]
59 gEfiDriverBindingProtocolGuid # ALWAYS_CONSUMED
60 gEfiComponentNameProtocolGuid # SOMETIMES_CONSUMED
61 gEfiComponentName2ProtocolGuid # SOMETIMES_CONSUMED
62 gEfiDriverConfigurationProtocolGuid # SOMETIMES_CONSUMED
63 gEfiDriverDiagnosticsProtocolGuid # SOMETIMES_CONSUMED
64 gEfiDriverDiagnostics2ProtocolGuid # SOMETIMES_CONSUMED
65 gEfiFirmwareVolume2ProtocolGuid # ALWAYS_CONSUMED
66
67 [Guids]
68 gEfiFrameworkDevicePathGuid # ALWAYS_CONSUMED
69 gEfiEventReadyToBootGuid # ALWAYS_CONSUMED
70 gEfiEventLegacyBootGuid # ALWAYS_CONSUMED
71
72
73 [Pcd.common]
74 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize
75
76 [FeaturePcd.common]
77 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable
78 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable
79 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable
80 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable