]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/UefiLib/UefiLib.inf
Checked in part of MDE library instances following PI and UEFI. It includes:
[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
54 CommonHeader.h\r
55\r
56\r
57################################################################################\r
58#\r
59# Includes Section - list of Include locations that are required for\r
60# this module.\r
61#\r
62################################################################################\r
63\r
64[Includes]\r
65 $(WORKSPACE)/MdePkg\Include/Library\r
66\r
67################################################################################\r
68#\r
69# Package Dependency Section - list of Package files that are required for\r
70# this module.\r
71#\r
72################################################################################\r
73\r
74[Packages]\r
75 MdePkg/MdePkg.dec\r
76\r
77\r
78################################################################################\r
79#\r
80# Library Class Section - list of Library Classes that are required for\r
81# this module.\r
82#\r
83################################################################################\r
84\r
85[LibraryClasses]\r
86 PrintLib\r
87 PcdLib\r
88 MemoryAllocationLib\r
89 DebugLib\r
90 BaseMemoryLib\r
91 BaseLib\r
92 UefiBootServicesTableLib\r
93\r
94\r
95################################################################################\r
96#\r
97# Guid C Name Section - list of Guids that this module uses or produces.\r
98#\r
99################################################################################\r
100\r
101[Guids]\r
e386b444 102 gEfiEventReadyToBootGuid # ALWAYS_CONSUMED\r
103 gEfiEventLegacyBootGuid # ALWAYS_CONSUMED\r
104\r
105\r
106[Protocols]\r
107 gEfiDriverBindingProtocolGuid # ALWAYS_CONSUMED\r
108 gEfiComponentNameProtocolGuid # SOMETIMES_CONSUMED\r
109 gEfiDriverConfigurationProtocolGuid # SOMETIMES_CONSUMED\r
110 gEfiDriverDiagnosticsProtocolGuid # SOMETIMES_CONSUMED\r
111\r
112################################################################################\r
113#\r
114# Pcd FIXED_AT_BUILD - list of PCDs that this module is coded for.\r
115#\r
116################################################################################\r
117\r
118[PcdsFixedAtBuild.common]\r
119 PcdUefiLibMaxPrintBufferSize|gEfiMdePkgTokenSpaceGuid\r
c7d265a9 120\r
121[PcdsFeatureFlag.common]\r
e386b444 122 PcdDriverDiagnosticsDisable|gEfiMdePkgTokenSpaceGuid\r
123 PcdComponentNameDisable|gEfiMdePkgTokenSpaceGuid\r
c7d265a9 124 PcdDriverDiagnostics2Disable|gEfiMdePkgTokenSpaceGuid\r
125 PcdComponentName2Disable|gEfiMdePkgTokenSpaceGuid\r
e386b444 126\r