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