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