]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/UefiLib/UefiLib.inf
Removed CommonHeader.h generated file from the MdePkg.
[mirror_edk2.git] / MdePkg / Library / UefiLib / UefiLib.inf
CommitLineData
e386b444 1#/** @file\r
2# Component description file for the entry point to a EFIDXE Drivers\r
3#\r
4# Library to abstract Framework extensions that conflict with UEFI 2.0 Specification\r
43fcd999 5#\r
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\r
e386b444 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.\r
8# Copyright (c) 2007, Intel Corporation.\r
9#\r
10# All rights reserved. This program and the accompanying materials\r
11# are licensed and made available under the terms and conditions of the BSD License\r
12# which accompanies this distribution. The full text of the license may be found at\r
13# http://opensource.org/licenses/bsd-license.php\r
14# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
15# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
16#\r
17#\r
18#**/\r
19\r
20################################################################################\r
21#\r
22# Defines Section - statements that will be processed to create a Makefile.\r
23#\r
24################################################################################\r
25[Defines]\r
26 INF_VERSION = 0x00010005\r
27 BASE_NAME = UefiLib\r
28 FILE_GUID = 3a004ba5-efe0-4a61-9f1a-267a46ae5ba9\r
29 MODULE_TYPE = DXE_DRIVER\r
30 VERSION_STRING = 1.0\r
43fcd999 31 LIBRARY_CLASS = UefiLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
e386b444 32 EDK_RELEASE_VERSION = 0x00020000\r
33 EFI_SPECIFICATION_VERSION = 0x00020000\r
34\r
35\r
36#\r
37# The following information is for reference only and not required by the build tools.\r
38#\r
39# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
40#\r
41\r
42################################################################################\r
43#\r
44# Sources Section - list of files that are required for the build to succeed.\r
45#\r
46################################################################################\r
47\r
48[Sources.common]\r
49 UefiLibPrint.c\r
50 UefiNotTiano.c\r
c7d265a9 51 UefiDriverModel.c\r
e386b444 52 Console.c\r
53 UefiLib.c\r
f734a10a 54 UefiLibInternal.h\r
e386b444 55\r
56\r
e386b444 57################################################################################\r
58#\r
59# Package Dependency Section - list of Package files that are required for\r
60# this module.\r
61#\r
62################################################################################\r
63\r
64[Packages]\r
65 MdePkg/MdePkg.dec\r
66\r
67\r
68################################################################################\r
69#\r
70# Library Class Section - list of Library Classes that are required for\r
71# this module.\r
72#\r
73################################################################################\r
74\r
75[LibraryClasses]\r
76 PrintLib\r
77 PcdLib\r
78 MemoryAllocationLib\r
79 DebugLib\r
80 BaseMemoryLib\r
81 BaseLib\r
82 UefiBootServicesTableLib\r
83\r
84\r
85################################################################################\r
86#\r
87# Guid C Name Section - list of Guids that this module uses or produces.\r
88#\r
89################################################################################\r
90\r
91[Guids]\r
e386b444 92 gEfiEventReadyToBootGuid # ALWAYS_CONSUMED\r
93 gEfiEventLegacyBootGuid # ALWAYS_CONSUMED\r
94\r
95\r
96[Protocols]\r
97 gEfiDriverBindingProtocolGuid # ALWAYS_CONSUMED\r
98 gEfiComponentNameProtocolGuid # SOMETIMES_CONSUMED\r
dfbb4581 99 gEfiComponentName2ProtocolGuid # SOMETIMES_CONSUMED\r
e386b444 100 gEfiDriverConfigurationProtocolGuid # SOMETIMES_CONSUMED\r
101 gEfiDriverDiagnosticsProtocolGuid # SOMETIMES_CONSUMED\r
dfbb4581 102 gEfiDriverDiagnostics2ProtocolGuid # SOMETIMES_CONSUMED\r
103\r
e386b444 104\r
105################################################################################\r
106#\r
107# Pcd FIXED_AT_BUILD - list of PCDs that this module is coded for.\r
108#\r
109################################################################################\r
110\r
111[PcdsFixedAtBuild.common]\r
112 PcdUefiLibMaxPrintBufferSize|gEfiMdePkgTokenSpaceGuid\r
c7d265a9 113\r
114[PcdsFeatureFlag.common]\r
e386b444 115 PcdDriverDiagnosticsDisable|gEfiMdePkgTokenSpaceGuid\r
116 PcdComponentNameDisable|gEfiMdePkgTokenSpaceGuid\r
c7d265a9 117 PcdDriverDiagnostics2Disable|gEfiMdePkgTokenSpaceGuid\r
118 PcdComponentName2Disable|gEfiMdePkgTokenSpaceGuid\r
e386b444 119\r