]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/ExtendedIfrSupportLib/ExtendedIfrSupportLib.inf
1) Add BufToHexString, HexStringToBuf and IsHexDigit to BaseLib.
[mirror_edk2.git] / MdeModulePkg / Library / ExtendedIfrSupportLib / ExtendedIfrSupportLib.inf
CommitLineData
93e3992d 1#/** @file\r
8dbae30d 2# \r
3# Component name for module UefiEfiIfrSupportLib\r
4# \r
5# Copyright (c) 2007 - 2008, Intel Corporation. <BR>\r
93e3992d 6# All rights reserved. This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8dbae30d 8# which accompanies this distribution. The full text of the license may be found at\r
93e3992d 9# http://opensource.org/licenses/bsd-license.php\r
10# \r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
8dbae30d 13# \r
93e3992d 14#**/\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
9226efe5 18 BASE_NAME = MdeModuleIfrSupportLib\r
19 FILE_GUID = A47B68BA-5177-4b2d-891E-4722FA5323F8\r
93e3992d 20 MODULE_TYPE = DXE_DRIVER\r
21 VERSION_STRING = 1.0\r
9226efe5 22 LIBRARY_CLASS = ExtendedIfrSupportLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
93e3992d 23 EDK_RELEASE_VERSION = 0x00020000\r
24 EFI_SPECIFICATION_VERSION = 0x00020000\r
25\r
9226efe5 26 CONSTRUCTOR = ExtendedIfrSupportLibConstructor\r
27\r
93e3992d 28\r
29#\r
30# The following information is for reference only and not required by the build tools.\r
31#\r
32# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
33#\r
34\r
35[Sources.common]\r
9226efe5 36 Common.c\r
37 Form.c\r
38 LibraryInternal.h\r
39 IfrOpCodeCreation.c\r
93e3992d 40\r
41[Packages]\r
42 MdePkg/MdePkg.dec\r
43 MdeModulePkg/MdeModulePkg.dec\r
44\r
45\r
46[LibraryClasses]\r
47 MemoryAllocationLib\r
48 DevicePathLib\r
49 BaseLib\r
50 UefiBootServicesTableLib\r
51 UefiRuntimeServicesTableLib\r
52 BaseMemoryLib\r
53 DebugLib\r
54 PcdLib\r
55\r
56[Guids]\r
57 gEfiGlobalVariableGuid # ALWAYS_CONSUMED\r
58\r
59[Protocols]\r
60 gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
61 gEfiHiiDatabaseProtocolGuid\r
62 gEfiHiiStringProtocolGuid\r
63 gEfiHiiConfigRoutingProtocolGuid\r
64 gEfiFormBrowser2ProtocolGuid \r
65\r
66[Pcd]\r
9226efe5 67 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLang\r