]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
1. Add EFI_COMPONENT_NAME2_PROTOCOL.GetControllerName() support.
[mirror_edk2.git] / MdeModulePkg / Library / UefiHiiLib / UefiHiiLib.inf
... / ...
CommitLineData
1## @file\r
2#\r
3# Instance of HII Library using DXE protocols and services.\r
4#\r
5# HII Library implementation that uses EFI Hii Database Protocol and EFI Hii String Protocol.\r
6#\r
7# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
8#\r
9# This program and the accompanying materials\r
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
13#\r
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
18##\r
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
27\r
28#\r
29# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
30#\r
31\r
32[Sources]\r
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
50 UefiHiiServicesLib\r
51 PrintLib\r
52\r
53[Protocols]\r
54 gEfiFormBrowser2ProtocolGuid ## CONSUMES\r
55 gEfiDevicePathProtocolGuid ## CONSUMES\r