]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/DeviceManagerLib/DeviceManagerLib.inf
MdeModulePkg:Create Device Manager Library
[mirror_edk2.git] / MdeModulePkg / Library / DeviceManagerLib / DeviceManagerLib.inf
CommitLineData
32465d9a
DB
1## @file\r
2# Device Manager Library used by UiApp\r
3#\r
4# Copyright (c) 2011 - 2015, Intel Corporation. All rights reserved.<BR>\r
5# This software and associated documentation (if any) is furnished\r
6# under a license and may only be used or copied in accordance\r
7# with the terms of the license. Except as permitted by such\r
8# license, no part of this software or documentation may be\r
9# reproduced, stored in a retrieval system, or transmitted in any\r
10# form or by any means without the express written consent of\r
11# Intel Corporation.\r
12# \r
13##\r
14\r
15[Defines]\r
16 INF_VERSION = 0x00010005\r
17 BASE_NAME = DeviceManagerLib\r
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
22 CONSTRUCTOR = DeviceManagerLibConstructor\r
23 DESTRUCTOR = DeviceManagerLibDestructor\r
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