]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Library/ExtendedIfrSupportLib/ExtendedIfrSupportLib.inf
Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and review VALID_...
[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 EFI_SPECIFICATION_VERSION = 0x00020000
27 CONSTRUCTOR = ExtendedIfrSupportLibConstructor
28
29
30 #
31 # The following information is for reference only and not required by the build tools.
32 #
33 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
34 #
35
36 [Sources.common]
37 Common.c
38 Form.c
39 LibraryInternal.h
40 IfrOpCodeCreation.c
41
42 [Packages]
43 MdePkg/MdePkg.dec
44 MdeModulePkg/MdeModulePkg.dec
45
46
47 [LibraryClasses]
48 MemoryAllocationLib
49 DevicePathLib
50 BaseLib
51 UefiBootServicesTableLib
52 UefiRuntimeServicesTableLib
53 BaseMemoryLib
54 DebugLib
55 PcdLib
56
57 [Protocols]
58 gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED
59 gEfiHiiDatabaseProtocolGuid
60 gEfiHiiStringProtocolGuid
61
62 [Pcd]
63 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLang