]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
1. Correct File header to ## @file
[mirror_edk2.git] / MdeModulePkg / Library / UefiHiiLib / UefiHiiLib.inf
1 ## @file
2 #
3 # Instance of HII Library using DXE protocols and services.
4 #
5 # HII Library implementation that uses EFI Hii Database Protocol and EFI Hii String Protocol.
6 #
7 # Copyright (c) 2006 - 2010, Intel Corporation
8 #
9 # All rights reserved. This program and the accompanying materials
10 # are licensed and made available under the terms and conditions of the BSD License
11 # which accompanies this distribution. The full text of the license may be found at
12 # http://opensource.org/licenses/bsd-license.php
13 #
14 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
15 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
16 #
17 #
18 ##
19
20 [Defines]
21 INF_VERSION = 0x00010005
22 BASE_NAME = UefiHiiLib
23 FILE_GUID = 3143687A-7C80-404e-B5FE-2D88980E1B1C
24 MODULE_TYPE = UEFI_DRIVER
25 VERSION_STRING = 1.0
26 LIBRARY_CLASS = HiiLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER
27 EFI_SPECIFICATION_VERSION = 0x0002000A
28
29 #
30 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
31 #
32
33 [Sources]
34 HiiLib.c
35 HiiString.c
36 HiiLanguage.c
37 InternalHiiLib.h
38
39 [Packages]
40 MdePkg/MdePkg.dec
41 MdeModulePkg/MdeModulePkg.dec
42
43 [LibraryClasses]
44 MemoryAllocationLib
45 BaseMemoryLib
46 BaseLib
47 DebugLib
48 UefiBootServicesTableLib
49 DevicePathLib
50 UefiLib
51 UefiHiiServicesLib
52 PrintLib
53
54 [Protocols]
55 gEfiFormBrowser2ProtocolGuid ## CONSUMES
56 gEfiDevicePathProtocolGuid ## CONSUMES