]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/ExtendedHiiLib/ExtendedHiiLib.inf
Update the comment section of INF to add in more meta data description.
[mirror_edk2.git] / MdeModulePkg / Library / ExtendedHiiLib / ExtendedHiiLib.inf
CommitLineData
9226efe5 1#/** @file\r
8dbae30d 2# \r
5f087507 3# Library instance for ExtendedHiiLib.\r
8dbae30d 4# \r
5f087507 5# This library instance implements the common HII routines which is\r
6# related to HII but reference data structures that are not defined in \r
7# UEFI specification, for example HII_VENDOR_DEVICE_PATH.\r
8dbae30d 8# \r
9# Copyright (c) 2006 - 2008, Intel Corporation. <BR>\r
9226efe5 10# All rights reserved. This program and the accompanying materials\r
11# are licensed and made available under the terms and conditions of the BSD License\r
8dbae30d 12# which accompanies this distribution. The full text of the license may be found at\r
9226efe5 13# http://opensource.org/licenses/bsd-license.php\r
8dbae30d 14# \r
9226efe5 15# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
16# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
8dbae30d 17# \r
9226efe5 18#**/\r
19\r
20[Defines]\r
21 INF_VERSION = 0x00010005\r
22 BASE_NAME = ExtendedHiiLib\r
23 FILE_GUID = 35961516-ABA1-4636-A4C0-608E62BE8BB0\r
24 MODULE_TYPE = DXE_DRIVER\r
25 VERSION_STRING = 1.0\r
26 LIBRARY_CLASS = ExtendedHiiLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
9226efe5 27 EFI_SPECIFICATION_VERSION = 0x0002000A\r
cfc8865f 28 \r
9226efe5 29#\r
30# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
31#\r
32\r
33[Sources.common]\r
34 ExtendedHiiLib.c\r
35\r
36\r
37[Packages]\r
38 MdePkg/MdePkg.dec\r
39 MdeModulePkg/MdeModulePkg.dec\r
40\r
41[LibraryClasses]\r
42 MemoryAllocationLib\r
43 DebugLib\r
1232b214 44 DevicePathLib\r
45 \r
9226efe5 46[Protocols]\r
0ea756d4 47 gEfiDevicePathProtocolGuid ## SOMETIMES_PRODUCES\r
9226efe5 48 \r