]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Library/ExtendedIfrSupportLib/ExtendedIfrSupportLib.inf
f7bd39f15b5248abefcf95f8a6559b85e056e56b
[mirror_edk2.git] / MdeModulePkg / Library / ExtendedIfrSupportLib / ExtendedIfrSupportLib.inf
1 #/** @file
2 # Library instance for ExtendedIfrSupportLib.
3 #
4 # This library instance implements the API which is
5 # related to IFR operations but reference data structures
6 # that are not defined in UEFI specification, for example EFI_IFR_GUID_LABEL.
7 #
8 # Copyright (c) 2007 - 2008, Intel Corporation. <BR>
9 # All rights reserved. This program and the accompanying materials
10 # are licensed and made available under the terms and conditions of the BSD License
11 # which accompanies this distribution. The full text of the license may be found at
12 # http://opensource.org/licenses/bsd-license.php
13 #
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 [Defines]
20 INF_VERSION = 0x00010005
21 BASE_NAME = ExtendedIfrSupportLib
22 FILE_GUID = A47B68BA-5177-4b2d-891E-4722FA5323F8
23 MODULE_TYPE = DXE_DRIVER
24 VERSION_STRING = 1.0
25 LIBRARY_CLASS = ExtendedIfrSupportLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER
26 EDK_RELEASE_VERSION = 0x00020000
27 EFI_SPECIFICATION_VERSION = 0x00020000
28
29 CONSTRUCTOR = ExtendedIfrSupportLibConstructor
30
31
32 #
33 # The following information is for reference only and not required by the build tools.
34 #
35 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
36 #
37
38 [Sources.common]
39 Common.c
40 Form.c
41 LibraryInternal.h
42 IfrOpCodeCreation.c
43
44 [Packages]
45 MdePkg/MdePkg.dec
46 MdeModulePkg/MdeModulePkg.dec
47
48
49 [LibraryClasses]
50 MemoryAllocationLib
51 DevicePathLib
52 BaseLib
53 UefiBootServicesTableLib
54 UefiRuntimeServicesTableLib
55 BaseMemoryLib
56 DebugLib
57 PcdLib
58
59 [Protocols]
60 gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED
61 gEfiHiiDatabaseProtocolGuid
62 gEfiHiiStringProtocolGuid
63
64 [Pcd]
65 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLang