]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
MdeModulePkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / MdeModulePkg / Library / UefiHiiLib / UefiHiiLib.inf
CommitLineData
6bfbb5f0 1## @file\r
6036e94d 2# HII Library implementation using UEFI HII protocols and services.\r
08e4b3cf 3#\r
6036e94d 4# Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>\r
08e4b3cf 5#\r
cd5ebaa0 6# This program and the accompanying materials\r
08e4b3cf 7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
5f087507 10#\r
08e4b3cf 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
6bfbb5f0 15##\r
08e4b3cf 16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = UefiHiiLib\r
6036e94d 20 MODULE_UNI_FILE = UefiHiiLib.uni\r
08e4b3cf 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
08e4b3cf 25\r
26#\r
27# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
28#\r
29\r
6bfbb5f0 30[Sources]\r
08e4b3cf 31 HiiLib.c\r
32 HiiString.c\r
33 HiiLanguage.c\r
34 InternalHiiLib.h\r
35\r
36[Packages]\r
37 MdePkg/MdePkg.dec\r
38 MdeModulePkg/MdeModulePkg.dec\r
39\r
40[LibraryClasses]\r
41 MemoryAllocationLib\r
42 BaseMemoryLib\r
43 BaseLib\r
44 DebugLib\r
45 UefiBootServicesTableLib\r
46 DevicePathLib\r
47 UefiLib\r
7e3bcccb
LG
48 UefiHiiServicesLib\r
49 PrintLib\r
08e4b3cf 50\r
51[Protocols]\r
6036e94d
SZ
52 gEfiFormBrowser2ProtocolGuid ## SOMETIMES_CONSUMES\r
53 gEfiDevicePathProtocolGuid ## SOMETIMES_CONSUMES\r