]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
Add GetCurrentLanguage() to HiiLib in MdeModulePkg
[mirror_edk2.git] / MdeModulePkg / Library / UefiHiiLib / UefiHiiLib.inf
CommitLineData
08e4b3cf 1#/** @file\r
2# Instance of HII Library using DXE protocols and services.\r
3#\r
4# HII Library implementation that uses DXE protocols and services.\r
5#\r
6# Copyright (c) 2006 - 2008, Intel Corporation\r
7#\r
8# All rights reserved. This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
15#\r
16#**/\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = UefiHiiLib\r
21 FILE_GUID = 3143687A-7C80-404e-B5FE-2D88980E1B1C\r
22 MODULE_TYPE = UEFI_DRIVER\r
23 VERSION_STRING = 1.0\r
24 LIBRARY_CLASS = HiiLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
25 EDK_RELEASE_VERSION = 0x00020000\r
26\r
27 CONSTRUCTOR = HiiLibConstructor\r
28\r
29#\r
30# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
31#\r
32\r
33[Sources.common]\r
34 HiiLib.c\r
35 HiiString.c\r
36 HiiLanguage.c\r
37 InternalHiiLib.h\r
38\r
39[Packages]\r
40 MdePkg/MdePkg.dec\r
41 MdeModulePkg/MdeModulePkg.dec\r
42\r
43[LibraryClasses]\r
44 MemoryAllocationLib\r
45 BaseMemoryLib\r
46 BaseLib\r
47 DebugLib\r
48 UefiBootServicesTableLib\r
49 DevicePathLib\r
50 UefiLib\r
11e92503 51 PcdLib\r
52 UefiRuntimeServicesTableLib\r
08e4b3cf 53\r
54[Protocols]\r
55 gEfiHiiDatabaseProtocolGuid # ALWAYS_CONSUMED\r
56 gEfiHiiStringProtocolGuid # ALWAYS_CONSUMED\r
57 gEfiDevicePathProtocolGuid \r
58\r
11e92503 59[Pcd]\r
60 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLang\r
61\r
62[Guids] \r
63 gEfiGlobalVariableGuid \r
64\r
08e4b3cf 65[Depex]\r
66 gEfiHiiDatabaseProtocolGuid AND\r
67 gEfiHiiStringProtocolGuid\r
68 \r