]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf
MdeModulePkg: Clean up source files
[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
f0afe75f
ED
5# This program and the accompanying materials are licensed and made available under\r
6# the terms and conditions of the BSD License that accompanies this distribution.\r
7# The full text of the license may be found at\r
8# http://opensource.org/licenses/bsd-license.php.\r
d1102dba 9#\r
f0afe75f
ED
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
d1102dba 12#\r
32465d9a 13##\r
32465d9a
DB
14[Defines]\r
15 INF_VERSION = 0x00010005\r
3910f669
DB
16 BASE_NAME = DeviceManagerUiLib\r
17 MODULE_UNI_FILE = DeviceManagerUiLib.uni\r
32465d9a
DB
18 FILE_GUID = 75EBDC2E-5323-4F31-A41D-FD1A7A9FC65E\r
19 MODULE_TYPE = DXE_DRIVER\r
20 VERSION_STRING = 1.0\r
21 LIBRARY_CLASS = NULL|DXE_DRIVER UEFI_APPLICATION\r
3910f669
DB
22 CONSTRUCTOR = DeviceManagerUiLibConstructor\r
23 DESTRUCTOR = DeviceManagerUiLibDestructor\r
32465d9a
DB
24#\r
25# The following information is for reference only and not required by the build tools.\r
26#\r
27# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
28#\r
29\r
30[Sources]\r
31 DeviceManager.h\r
32 DeviceManagerVfr.Vfr\r
33 DeviceManagerStrings.uni\r
34 DeviceManager.c\r
35\r
36[Packages]\r
37 MdePkg/MdePkg.dec\r
38 MdeModulePkg/MdeModulePkg.dec\r
39\r
40[LibraryClasses]\r
41 DevicePathLib\r
42 BaseLib\r
43 MemoryAllocationLib\r
44 UefiBootServicesTableLib\r
45 BaseMemoryLib\r
46 DebugLib\r
47 PrintLib\r
48 HiiLib\r
49 UefiHiiServicesLib\r
50\r
51[Guids]\r
52 gEfiHiiPlatformSetupFormsetGuid ## CONSUMES ## GUID (Indicate the formset class guid to be displayed)\r
53 gEfiIfrTianoGuid ## CONSUMES ## GUID (Extended IFR Guid Opcode)\r
54 gEfiIfrFrontPageGuid ## CONSUMES ## GUID (Indicate the formset in this library need to dispaly in which page)\r
55\r
56[Protocols]\r
57 gEfiHiiConfigAccessProtocolGuid ## CONSUMES\r