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