]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
1. Update the implementation of HII ConfigRouting Protocol in HiiDataBase module...
[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\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
7e3bcccb
LG
51 UefiHiiServicesLib\r
52 PrintLib\r
08e4b3cf 53\r
54[Protocols]\r
7e3bcccb 55 gEfiFormBrowser2ProtocolGuid ## CONSUMES\r
3018ca2d 56 gEfiDevicePathProtocolGuid ## CONSUMES\r