]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Library/DeviceManagerLib/DeviceManagerLib.inf
6c24756fced36e53bd3b5b19f58b46981c5f3a6a
[mirror_edk2.git] / MdeModulePkg / Library / DeviceManagerLib / DeviceManagerLib.inf
1 ## @file
2 # Device Manager Library used by UiApp
3 #
4 # Copyright (c) 2011 - 2015, Intel Corporation. All rights reserved.<BR>
5 # This software and associated documentation (if any) is furnished
6 # under a license and may only be used or copied in accordance
7 # with the terms of the license. Except as permitted by such
8 # license, no part of this software or documentation may be
9 # reproduced, stored in a retrieval system, or transmitted in any
10 # form or by any means without the express written consent of
11 # Intel Corporation.
12 #
13 ##
14
15 [Defines]
16 INF_VERSION = 0x00010005
17 BASE_NAME = DeviceManagerLib
18 FILE_GUID = 75EBDC2E-5323-4F31-A41D-FD1A7A9FC65E
19 MODULE_TYPE = DXE_DRIVER
20 VERSION_STRING = 1.0
21 LIBRARY_CLASS = NULL|DXE_DRIVER UEFI_APPLICATION
22 CONSTRUCTOR = DeviceManagerLibConstructor
23 DESTRUCTOR = DeviceManagerLibDestructor
24 #
25 # The following information is for reference only and not required by the build tools.
26 #
27 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
28 #
29
30 [Sources]
31 DeviceManager.h
32 DeviceManagerVfr.Vfr
33 DeviceManagerStrings.uni
34 DeviceManager.c
35
36 [Packages]
37 MdePkg/MdePkg.dec
38 MdeModulePkg/MdeModulePkg.dec
39
40 [LibraryClasses]
41 DevicePathLib
42 BaseLib
43 MemoryAllocationLib
44 UefiBootServicesTableLib
45 BaseMemoryLib
46 DebugLib
47 PrintLib
48 HiiLib
49 UefiHiiServicesLib
50
51 [Guids]
52 gEfiHiiPlatformSetupFormsetGuid ## CONSUMES ## GUID (Indicate the formset class guid to be displayed)
53 gEfiIfrTianoGuid ## CONSUMES ## GUID (Extended IFR Guid Opcode)
54 gEfiIfrFrontPageGuid ## CONSUMES ## GUID (Indicate the formset in this library need to dispaly in which page)
55
56 [Protocols]
57 gEfiHiiConfigAccessProtocolGuid ## CONSUMES