]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/DeviceManagerLib/DeviceManagerLib.inf
DeviceManagerLib: Update copyright, use BSD license instead of Intel license.
[mirror_edk2.git] / MdeModulePkg / Library / DeviceManagerLib / DeviceManagerLib.inf
CommitLineData
32465d9a
DB
1## @file\r
2# Device Manager Library used by UiApp\r
f0afe75f 3# \r
32465d9a 4# Copyright (c) 2011 - 2015, 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
9# \r
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
32465d9a
DB
12# \r
13##\r
32465d9a
DB
14[Defines]\r
15 INF_VERSION = 0x00010005\r
16 BASE_NAME = DeviceManagerLib\r
17 FILE_GUID = 75EBDC2E-5323-4F31-A41D-FD1A7A9FC65E\r
18 MODULE_TYPE = DXE_DRIVER\r
19 VERSION_STRING = 1.0\r
20 LIBRARY_CLASS = NULL|DXE_DRIVER UEFI_APPLICATION\r
21 CONSTRUCTOR = DeviceManagerLibConstructor\r
22 DESTRUCTOR = DeviceManagerLibDestructor\r
23#\r
24# The following information is for reference only and not required by the build tools.\r
25#\r
26# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
27#\r
28\r
29[Sources]\r
30 DeviceManager.h\r
31 DeviceManagerVfr.Vfr\r
32 DeviceManagerStrings.uni\r
33 DeviceManager.c\r
34\r
35[Packages]\r
36 MdePkg/MdePkg.dec\r
37 MdeModulePkg/MdeModulePkg.dec\r
38\r
39[LibraryClasses]\r
40 DevicePathLib\r
41 BaseLib\r
42 MemoryAllocationLib\r
43 UefiBootServicesTableLib\r
44 BaseMemoryLib\r
45 DebugLib\r
46 PrintLib\r
47 HiiLib\r
48 UefiHiiServicesLib\r
49\r
50[Guids]\r
51 gEfiHiiPlatformSetupFormsetGuid ## CONSUMES ## GUID (Indicate the formset class guid to be displayed)\r
52 gEfiIfrTianoGuid ## CONSUMES ## GUID (Extended IFR Guid Opcode)\r
53 gEfiIfrFrontPageGuid ## CONSUMES ## GUID (Indicate the formset in this library need to dispaly in which page)\r
54\r
55[Protocols]\r
56 gEfiHiiConfigAccessProtocolGuid ## CONSUMES\r