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