]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/UefiHiiLib/UefiHiiLib.inf
Refine file header for INF files of MDE library instances.
[mirror_edk2.git] / MdePkg / Library / UefiHiiLib / UefiHiiLib.inf
CommitLineData
b6fc09bf 1#/** @file\r
85ea851e 2# Instance of HII Library using DXE protocols and services.\r
b6fc09bf 3#\r
85ea851e 4# HII Library implementation that uses DXE protocols and services.\r
5#\r
6# Copyright (c) 2006 - 2008, Intel Corporation\r
b6fc09bf 7#\r
8# All rights reserved. This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
15#\r
16#**/\r
17\r
b6fc09bf 18[Defines]\r
19 INF_VERSION = 0x00010005\r
677472aa 20 BASE_NAME = UefiHiiLib\r
efc69967 21 FILE_GUID = 3143687A-7C80-404e-B5FE-2D88980E1B1C\r
2a5f2a50 22 MODULE_TYPE = UEFI_DRIVER\r
b6fc09bf 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
25 EDK_RELEASE_VERSION = 0x00020000\r
b911d09f 26 EFI_SPECIFICATION_VERSION = 0x00020000\r
b6fc09bf 27\r
f8d18bad 28 CONSTRUCTOR = HiiLibConstructor\r
29\r
b6fc09bf 30#\r
31# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
32#\r
33\r
b6fc09bf 34[Sources.common]\r
35 HiiLib.c\r
e52c5a9f 36 HiiString.c\r
37 HiiLanguage.c\r
b911d09f 38 InternalHiiLib.h\r
b6fc09bf 39\r
b6fc09bf 40[Packages]\r
41 MdePkg/MdePkg.dec\r
b6fc09bf 42\r
b6fc09bf 43[LibraryClasses]\r
44 MemoryAllocationLib\r
b911d09f
LG
45 BaseMemoryLib\r
46 BaseLib\r
b6fc09bf 47 DebugLib\r
b911d09f 48 UefiBootServicesTableLib\r
e52c5a9f 49 DevicePathLib\r
f8d18bad 50 UefiLib\r
7d582d6b 51\r
52[Protocols]\r
53 gEfiHiiDatabaseProtocolGuid # ALWAYS_CONSUMED\r
54 gEfiHiiStringProtocolGuid # ALWAYS_CONSUMED\r
55 gEfiDevicePathProtocolGuid \r
7d582d6b 56\r
f8d18bad 57[Depex]\r
58 gEfiHiiDatabaseProtocolGuid AND\r
59 gEfiHiiStringProtocolGuid\r
60 \r