]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/UefiLib/UefiLib.inf
Add gEfiDriverConfigurationProtocolGuid GUID C Name in INF.
[mirror_edk2.git] / MdePkg / Library / UefiLib / UefiLib.inf
CommitLineData
e386b444 1#/** @file\r
85ea851e 2# Instance of UEFI Library.\r
3#\r
4# The UEFI Library provides functions and macros that simplify the development of \r
e500088c 5# UEFI Drivers and UEFI Applications. These functions and macros help manage EFI \r
6# events, build simple locks utilizing EFI Task Priority Levels (TPLs), install \r
7# EFI Driver Model related protocols, manage Unicode string tables for UEFI Drivers, \r
8# and print messages on the console output and standard error devices.\r
e386b444 9#\r
85ea851e 10# Copyright (c) 2007 - 2008, Intel Corporation\r
11#\r
e386b444 12# All rights reserved. This program and the accompanying materials\r
13# are licensed and made available under the terms and conditions of the BSD License\r
14# which accompanies this distribution. The full text of the license may be found at\r
15# http://opensource.org/licenses/bsd-license.php\r
16# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
17# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
18#\r
19#\r
20#**/\r
21\r
e386b444 22[Defines]\r
23 INF_VERSION = 0x00010005\r
24 BASE_NAME = UefiLib\r
25 FILE_GUID = 3a004ba5-efe0-4a61-9f1a-267a46ae5ba9\r
2a5f2a50 26 MODULE_TYPE = UEFI_DRIVER\r
e386b444 27 VERSION_STRING = 1.0\r
43fcd999 28 LIBRARY_CLASS = UefiLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
e386b444 29 EDK_RELEASE_VERSION = 0x00020000\r
e386b444 30\r
31\r
e386b444 32#\r
33# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
34#\r
35\r
e386b444 36[Sources.common]\r
37 UefiLibPrint.c\r
38 UefiNotTiano.c\r
c7d265a9 39 UefiDriverModel.c\r
e386b444 40 Console.c\r
41 UefiLib.c\r
f734a10a 42 UefiLibInternal.h\r
e386b444 43\r
44\r
e386b444 45[Packages]\r
46 MdePkg/MdePkg.dec\r
47\r
48\r
e386b444 49[LibraryClasses]\r
50 PrintLib\r
51 PcdLib\r
52 MemoryAllocationLib\r
53 DebugLib\r
54 BaseMemoryLib\r
55 BaseLib\r
56 UefiBootServicesTableLib\r
f8d18bad 57 UefiRuntimeServicesTableLib\r
e386b444 58\r
e386b444 59[Guids]\r
e386b444 60 gEfiEventReadyToBootGuid # ALWAYS_CONSUMED\r
61 gEfiEventLegacyBootGuid # ALWAYS_CONSUMED\r
62\r
63\r
64[Protocols]\r
65 gEfiDriverBindingProtocolGuid # ALWAYS_CONSUMED\r
66 gEfiComponentNameProtocolGuid # SOMETIMES_CONSUMED\r
85cd6cd7 67 gEfiComponentName2ProtocolGuid # SOMETIMES_CONSUMED\r
e386b444 68 gEfiDriverConfigurationProtocolGuid # SOMETIMES_CONSUMED\r
85cd6cd7 69 gEfiDriverConfiguration2ProtocolGuid # SOMETIMES_CONSUMED\r
e386b444 70 gEfiDriverDiagnosticsProtocolGuid # SOMETIMES_CONSUMED\r
85cd6cd7 71 gEfiDriverDiagnostics2ProtocolGuid # SOMETIMES_CONSUMED\r
e386b444 72\r
1c280088 73[Pcd.common]\r
b3af5df6 74 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize\r
f8d18bad 75 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLang\r
b3af5df6 76\r
77[FeaturePcd.common]\r
78 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable\r
79 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable\r
80 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable\r
81 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable\r
e386b444 82\r
f8d18bad 83[Guids] \r
84 gEfiGlobalVariableGuid \r
85\r
86\r