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