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