]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Library/UefiLib/UefiLib.inf
Remove unused comments in MdePkg.
[mirror_edk2.git] / MdePkg / Library / UefiLib / UefiLib.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) 2007, 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 = UefiLib
23 FILE_GUID = 3a004ba5-efe0-4a61-9f1a-267a46ae5ba9
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 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
33 #
34
35 [Sources.common]
36 UefiLibPrint.c
37 UefiNotTiano.c
38 UefiDriverModel.c
39 Console.c
40 UefiLib.c
41 UefiLibInternal.h
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 gEfiEventReadyToBootGuid # ALWAYS_CONSUMED
60 gEfiEventLegacyBootGuid # ALWAYS_CONSUMED
61
62
63 [Protocols]
64 gEfiDriverBindingProtocolGuid # ALWAYS_CONSUMED
65 gEfiComponentNameProtocolGuid # SOMETIMES_CONSUMED
66 gEfiComponentName2ProtocolGuid # SOMETIMES_CONSUMED
67 gEfiDriverConfigurationProtocolGuid # SOMETIMES_CONSUMED
68 gEfiDriverDiagnosticsProtocolGuid # SOMETIMES_CONSUMED
69 gEfiDriverDiagnostics2ProtocolGuid # SOMETIMES_CONSUMED
70
71
72 [PcdsFixedAtBuild.common]
73 PcdUefiLibMaxPrintBufferSize|gEfiMdePkgTokenSpaceGuid
74
75 [PcdsFeatureFlag.common]
76 PcdDriverDiagnosticsDisable|gEfiMdePkgTokenSpaceGuid
77 PcdComponentNameDisable|gEfiMdePkgTokenSpaceGuid
78 PcdDriverDiagnostics2Disable|gEfiMdePkgTokenSpaceGuid
79 PcdComponentName2Disable|gEfiMdePkgTokenSpaceGuid
80