]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Library / DeviceManagerUiLib / DeviceManagerUiLib.inf
CommitLineData
32465d9a
DB
1## @file\r
2# Device Manager Library used by UiApp\r
d1102dba
LG
3#\r
4# Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>\r
9d510e61 5# SPDX-License-Identifier: BSD-2-Clause-Patent\r
d1102dba 6#\r
32465d9a 7##\r
32465d9a
DB
8[Defines]\r
9 INF_VERSION = 0x00010005\r
3910f669
DB
10 BASE_NAME = DeviceManagerUiLib\r
11 MODULE_UNI_FILE = DeviceManagerUiLib.uni\r
32465d9a
DB
12 FILE_GUID = 75EBDC2E-5323-4F31-A41D-FD1A7A9FC65E\r
13 MODULE_TYPE = DXE_DRIVER\r
14 VERSION_STRING = 1.0\r
15 LIBRARY_CLASS = NULL|DXE_DRIVER UEFI_APPLICATION\r
3910f669
DB
16 CONSTRUCTOR = DeviceManagerUiLibConstructor\r
17 DESTRUCTOR = DeviceManagerUiLibDestructor\r
32465d9a
DB
18#\r
19# The following information is for reference only and not required by the build tools.\r
20#\r
de005223 21# VALID_ARCHITECTURES = IA32 X64 EBC\r
32465d9a
DB
22#\r
23\r
24[Sources]\r
25 DeviceManager.h\r
26 DeviceManagerVfr.Vfr\r
27 DeviceManagerStrings.uni\r
28 DeviceManager.c\r
29\r
30[Packages]\r
31 MdePkg/MdePkg.dec\r
32 MdeModulePkg/MdeModulePkg.dec\r
33\r
34[LibraryClasses]\r
35 DevicePathLib\r
36 BaseLib\r
37 MemoryAllocationLib\r
38 UefiBootServicesTableLib\r
39 BaseMemoryLib\r
40 DebugLib\r
41 PrintLib\r
42 HiiLib\r
43 UefiHiiServicesLib\r
44\r
45[Guids]\r
46 gEfiHiiPlatformSetupFormsetGuid ## CONSUMES ## GUID (Indicate the formset class guid to be displayed)\r
47 gEfiIfrTianoGuid ## CONSUMES ## GUID (Extended IFR Guid Opcode)\r
48 gEfiIfrFrontPageGuid ## CONSUMES ## GUID (Indicate the formset in this library need to dispaly in which page)\r
49\r
50[Protocols]\r
51 gEfiHiiConfigAccessProtocolGuid ## CONSUMES\r