]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Library/ExtendedHiiLib/ExtendedHiiLib.inf
e485edaf43a7a60177b42adac3b4f12ec02a7a2d
[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 EFI_SPECIFICATION_VERSION = 0x0002000A
28
29 #
30 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
31 #
32
33 [Sources.common]
34 ExtendedHiiLib.c
35
36
37 [Packages]
38 MdePkg/MdePkg.dec
39 MdeModulePkg/MdeModulePkg.dec
40
41 [LibraryClasses]
42 MemoryAllocationLib
43 DebugLib
44 DevicePathLib
45
46 [Protocols]
47 gEfiDevicePathProtocolGuid ## SOMETIMES_PRODUCES
48