]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/HiiLib/HiiLib.inf
UEFI HII: Merge UEFI HII support changes from branch.
[mirror_edk2.git] / MdePkg / Library / HiiLib / HiiLib.inf
CommitLineData
b6fc09bf 1#/** @file\r
2# Library instance for HII common routines.\r
3#\r
4# This library instance implements the common HII routines.\r
5# Copyright (c) 2006, Intel Corporation\r
6#\r
7# All rights reserved. This program and the accompanying materials\r
8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\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
13#\r
14#\r
15#**/\r
16\r
b6fc09bf 17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = HiiLib\r
efc69967 20 FILE_GUID = 3143687A-7C80-404e-B5FE-2D88980E1B1C\r
b6fc09bf 21 MODULE_TYPE = DXE_DRIVER\r
22 VERSION_STRING = 1.0\r
23 LIBRARY_CLASS = HiiLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
24 EDK_RELEASE_VERSION = 0x00020000\r
7d582d6b 25 EFI_SPECIFICATION_VERSION = 0x0002000A\r
b6fc09bf 26\r
7d582d6b 27 CONSTRUCTOR = UefiHiiLibConstructor\r
b6fc09bf 28\r
b6fc09bf 29#\r
30# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
31#\r
32\r
b6fc09bf 33[Sources.common]\r
34 HiiLib.c\r
35\r
36\r
b6fc09bf 37[Packages]\r
38 MdePkg/MdePkg.dec\r
7d582d6b 39 #BugBug: This package dependency will be re-evaluated when the code become functional and stable.\r
40 # : HiiLibCreateHiiDriverHandle depends on HII_VENDOR_DEVICE_PATH which is defined by this\r
41 # : specification only. \r
42 MdeModulePkg/MdeModulePkg.dec\r
b6fc09bf 43\r
b6fc09bf 44[LibraryClasses]\r
45 MemoryAllocationLib\r
46 DebugLib\r
7d582d6b 47 PcdLib\r
48 UefiRuntimeServicesTableLib\r
49\r
50[Protocols]\r
51 gEfiHiiDatabaseProtocolGuid # ALWAYS_CONSUMED\r
52 gEfiHiiStringProtocolGuid # ALWAYS_CONSUMED\r
53 gEfiDevicePathProtocolGuid \r
54 \r
55[Guids] \r
56 gEfiGlobalVariableGuid \r
57\r
58[Depex]\r
59 gEfiHiiDatabaseProtocolGuid AND gEfiHiiStringProtocolGuid\r
60\r
61[Pcd]\r
62 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLang