]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/HiiLib/HiiLib.inf
Refine code for ECC check.
[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
f8d18bad 27 CONSTRUCTOR = HiiLibConstructor\r
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
e52c5a9f 35 HiiString.c\r
36 HiiLanguage.c\r
b911d09f 37 InternalHiiLib.h\r
b6fc09bf 38\r
b6fc09bf 39[Packages]\r
40 MdePkg/MdePkg.dec\r
b6fc09bf 41\r
b6fc09bf 42[LibraryClasses]\r
43 MemoryAllocationLib\r
b911d09f
LG
44 BaseMemoryLib\r
45 BaseLib\r
b6fc09bf 46 DebugLib\r
b911d09f 47 UefiBootServicesTableLib\r
e52c5a9f 48 DevicePathLib\r
f8d18bad 49 UefiLib\r
7d582d6b 50\r
51[Protocols]\r
52 gEfiHiiDatabaseProtocolGuid # ALWAYS_CONSUMED\r
53 gEfiHiiStringProtocolGuid # ALWAYS_CONSUMED\r
54 gEfiDevicePathProtocolGuid \r
7d582d6b 55\r
f8d18bad 56[Depex]\r
57 gEfiHiiDatabaseProtocolGuid AND\r
58 gEfiHiiStringProtocolGuid\r
59 \r