]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
Update the copyright notice format
[mirror_edk2.git] / MdeModulePkg / Library / UefiHiiLib / UefiHiiLib.inf
CommitLineData
6bfbb5f0 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
cd5ebaa0 7# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
08e4b3cf 8#\r
cd5ebaa0 9# This program and the accompanying materials\r
08e4b3cf 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
6bfbb5f0 18##\r
08e4b3cf 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
08e4b3cf 27\r
28#\r
29# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
30#\r
31\r
6bfbb5f0 32[Sources]\r
08e4b3cf 33 HiiLib.c\r
34 HiiString.c\r
35 HiiLanguage.c\r
36 InternalHiiLib.h\r
37\r
38[Packages]\r
39 MdePkg/MdePkg.dec\r
40 MdeModulePkg/MdeModulePkg.dec\r
41\r
42[LibraryClasses]\r
43 MemoryAllocationLib\r
44 BaseMemoryLib\r
45 BaseLib\r
46 DebugLib\r
47 UefiBootServicesTableLib\r
48 DevicePathLib\r
49 UefiLib\r
7e3bcccb
LG
50 UefiHiiServicesLib\r
51 PrintLib\r
08e4b3cf 52\r
53[Protocols]\r
7e3bcccb 54 gEfiFormBrowser2ProtocolGuid ## CONSUMES\r
3018ca2d 55 gEfiDevicePathProtocolGuid ## CONSUMES\r