]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/UefiIfrSupportLib/UefiIfrSupportLib.inf
Refine file header for INF files of MDE library instances.
[mirror_edk2.git] / MdePkg / Library / UefiIfrSupportLib / UefiIfrSupportLib.inf
CommitLineData
e52c5a9f 1#/** @file\r
85ea851e 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
e52c5a9f 6#\r
b911d09f 7# Copyright (c) 2007 - 2008, Intel Corporation. All rights reserved.\r
e52c5a9f 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
677472aa 22 BASE_NAME = UefiIfrSupportLib\r
e52c5a9f 23 FILE_GUID = bf38668e-e231-4baa-99e4-8c0e4c35dca6\r
2a5f2a50 24 MODULE_TYPE = UEFI_DRIVER\r
e52c5a9f 25 VERSION_STRING = 1.0\r
b911d09f 26 LIBRARY_CLASS = IfrSupportLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
e52c5a9f 27 EDK_RELEASE_VERSION = 0x00020000\r
28 EFI_SPECIFICATION_VERSION = 0x00020000\r
29\r
e52c5a9f 30#\r
31# The following information is for reference only and not required by the build tools.\r
32#\r
33# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
34#\r
35\r
36[Sources.common]\r
e52c5a9f 37 UefiIfrForm.c\r
38 UefiIfrLibraryInternal.h\r
39 UefiIfrOpCodeCreation.c\r
e52c5a9f 40\r
41\r
42[Packages]\r
43 MdePkg/MdePkg.dec\r
44\r
45\r
46[LibraryClasses]\r
47 MemoryAllocationLib\r
48 DevicePathLib\r
49 BaseLib\r
50 UefiBootServicesTableLib\r
e52c5a9f 51 BaseMemoryLib\r
52 DebugLib\r
e52c5a9f 53\r
54[Protocols]\r
55 gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
18757208 56 gEfiHiiConfigRoutingProtocolGuid\r
57 gEfiFormBrowser2ProtocolGuid \r