]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkPkg/Library/UefiLibFramework/UefiLibFramework.inf
927efa8ad49ae79f9a9899e25134880db13d537a
[mirror_edk2.git] / IntelFrameworkPkg / Library / UefiLibFramework / UefiLibFramework.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 = UefiLibFramework
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
43
44 [Packages]
45 MdePkg/MdePkg.dec
46
47
48 [LibraryClasses]
49 PrintLib
50 PcdLib
51 MemoryAllocationLib
52 DebugLib
53 BaseMemoryLib
54 BaseLib
55 UefiBootServicesTableLib
56
57
58 [Guids]
59 gEfiFrameworkDevicePathGuid # ALWAYS_CONSUMED
60 gEfiEventReadyToBootGuid # ALWAYS_CONSUMED
61 gEfiEventLegacyBootGuid # ALWAYS_CONSUMED
62
63
64 [FixedPcd.common]
65 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize
66