]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
Update the copyright notice format
[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. All rights reserved.<BR>
8 #
9 # 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
28 #
29 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
30 #
31
32 [Sources]
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 UefiHiiServicesLib
51 PrintLib
52
53 [Protocols]
54 gEfiFormBrowser2ProtocolGuid ## CONSUMES
55 gEfiDevicePathProtocolGuid ## CONSUMES