]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/ExtendedIfrSupportLib/ExtendedIfrSupportLib.inf
Update all files to follow doxygen style file header.
[mirror_edk2.git] / MdeModulePkg / Library / ExtendedIfrSupportLib / ExtendedIfrSupportLib.inf
CommitLineData
93e3992d 1#/** @file\r
8dbae30d 2# \r
3# Component name for module UefiEfiIfrSupportLib\r
4# \r
5# Copyright (c) 2007 - 2008, Intel Corporation. <BR>\r
93e3992d 6# All rights reserved. This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8dbae30d 8# which accompanies this distribution. The full text of the license may be found at\r
93e3992d 9# http://opensource.org/licenses/bsd-license.php\r
10# \r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
8dbae30d 13# \r
93e3992d 14#**/\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
9226efe5 18 BASE_NAME = MdeModuleIfrSupportLib\r
19 FILE_GUID = A47B68BA-5177-4b2d-891E-4722FA5323F8\r
93e3992d 20 MODULE_TYPE = DXE_DRIVER\r
21 VERSION_STRING = 1.0\r
9226efe5 22 LIBRARY_CLASS = ExtendedIfrSupportLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
93e3992d 23 EDK_RELEASE_VERSION = 0x00020000\r
24 EFI_SPECIFICATION_VERSION = 0x00020000\r
25\r
9226efe5 26 CONSTRUCTOR = ExtendedIfrSupportLibConstructor\r
27\r
93e3992d 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
9226efe5 36 Common.c\r
37 Form.c\r
38 LibraryInternal.h\r
39 IfrOpCodeCreation.c\r
93e3992d 40 R8Lib.h\r
41 R8Lib.c\r
42\r
43\r
44[Packages]\r
45 MdePkg/MdePkg.dec\r
46 MdeModulePkg/MdeModulePkg.dec\r
47\r
48\r
49[LibraryClasses]\r
50 MemoryAllocationLib\r
51 DevicePathLib\r
52 BaseLib\r
53 UefiBootServicesTableLib\r
54 UefiRuntimeServicesTableLib\r
55 BaseMemoryLib\r
56 DebugLib\r
57 PcdLib\r
58\r
59[Guids]\r
60 gEfiGlobalVariableGuid # ALWAYS_CONSUMED\r
61\r
62[Protocols]\r
63 gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
64 gEfiHiiDatabaseProtocolGuid\r
65 gEfiHiiStringProtocolGuid\r
66 gEfiHiiConfigRoutingProtocolGuid\r
67 gEfiFormBrowser2ProtocolGuid \r
68\r
69[Pcd]\r
9226efe5 70 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLang\r