]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/UefiIfrSupportLib/UefiIfrSupportLib.inf
Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and review VALID_...
[mirror_edk2.git] / MdeModulePkg / Library / UefiIfrSupportLib / UefiIfrSupportLib.inf
CommitLineData
08e4b3cf 1#/** @file\r
2# Instance of IFR Support Library.\r
3#\r
4# This library contains functions to do IFR opcode creation and utility\r
5# functions to help module to interact with a UEFI Form Browser.\r
6#\r
7# Copyright (c) 2007 - 2008, Intel Corporation. All rights reserved.\r
8#\r
9# All rights reserved. This program and the accompanying materials\r
10# are licensed and made available under the terms and conditions of the BSD License\r
11# which accompanies this distribution. The full text of the license may be found at\r
12# http://opensource.org/licenses/bsd-license.php\r
13# \r
14# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
15# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
16#\r
17#\r
18#**/\r
19\r
20[Defines]\r
21 INF_VERSION = 0x00010005\r
22 BASE_NAME = UefiIfrSupportLib\r
23 FILE_GUID = bf38668e-e231-4baa-99e4-8c0e4c35dca6\r
24 MODULE_TYPE = UEFI_DRIVER\r
25 VERSION_STRING = 1.0\r
26 LIBRARY_CLASS = IfrSupportLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
cfc8865f 27 EFI_SPECIFICATION_VERSION = 0x00020000\r
08e4b3cf 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
36 UefiIfrForm.c\r
37 UefiIfrLibraryInternal.h\r
38 UefiIfrOpCodeCreation.c\r
39\r
40\r
41[Packages]\r
42 MdePkg/MdePkg.dec\r
43 MdeModulePkg/MdeModulePkg.dec\r
44\r
45[LibraryClasses]\r
46 MemoryAllocationLib\r
47 DevicePathLib\r
48 BaseLib\r
49 UefiBootServicesTableLib\r
50 BaseMemoryLib\r
51 DebugLib\r
52\r
53[Protocols]\r
54 gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
55 gEfiHiiConfigRoutingProtocolGuid\r
56 gEfiFormBrowser2ProtocolGuid \r