]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/UefiIfrSupportLib/UefiIfrSupportLib.inf
Update to use DOS format
[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
e52c5a9f 28\r
e52c5a9f 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
e52c5a9f 36 UefiIfrForm.c\r
37 UefiIfrLibraryInternal.h\r
38 UefiIfrOpCodeCreation.c\r
e52c5a9f 39\r
40\r
41[Packages]\r
42 MdePkg/MdePkg.dec\r
43\r
44\r
45[LibraryClasses]\r
46 MemoryAllocationLib\r
47 DevicePathLib\r
48 BaseLib\r
49 UefiBootServicesTableLib\r
e52c5a9f 50 BaseMemoryLib\r
51 DebugLib\r
e52c5a9f 52\r
53[Protocols]\r
54 gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
18757208 55 gEfiHiiConfigRoutingProtocolGuid\r
56 gEfiFormBrowser2ProtocolGuid \r