]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/HiiLib/HiiLib.inf
Update these library instances module type to UEFI_DIRVER, because they only depends...
[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
2a5f2a50 21 MODULE_TYPE = UEFI_DRIVER\r
b6fc09bf 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
b911d09f 25 EFI_SPECIFICATION_VERSION = 0x00020000\r
b6fc09bf 26\r
b6fc09bf 27#\r
28# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
29#\r
30\r
b6fc09bf 31[Sources.common]\r
32 HiiLib.c\r
e52c5a9f 33 HiiString.c\r
34 HiiLanguage.c\r
b911d09f 35 InternalHiiLib.h\r
b6fc09bf 36\r
b6fc09bf 37[Packages]\r
38 MdePkg/MdePkg.dec\r
b6fc09bf 39\r
b6fc09bf 40[LibraryClasses]\r
41 MemoryAllocationLib\r
b911d09f
LG
42 BaseMemoryLib\r
43 BaseLib\r
b6fc09bf 44 DebugLib\r
7d582d6b 45 PcdLib\r
46 UefiRuntimeServicesTableLib\r
b911d09f 47 UefiBootServicesTableLib\r
e52c5a9f 48 DevicePathLib\r
7d582d6b 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
7d582d6b 58[Pcd]\r
b911d09f 59 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLang\r