]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/BootManagerLib/BootManagerLib.inf
BootManagerLib: Update copyright, use BSD license instead of Intel license.
[mirror_edk2.git] / MdeModulePkg / Library / BootManagerLib / BootManagerLib.inf
CommitLineData
3a2dc0f5
DB
1## @file\r
2# Boot Manager Library used by UiApp.\r
f3b006c8 3#\r
3a2dc0f5 4# Copyright (c) 2011 - 2015, Intel Corporation. All rights reserved.<BR>\r
f3b006c8
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
3a2dc0f5 9# \r
f3b006c8
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
12#\r
3a2dc0f5 13##\r
3a2dc0f5
DB
14[Defines]\r
15 INF_VERSION = 0x00010005\r
16 BASE_NAME = BootManagerLib\r
17 FILE_GUID = CCB2DCE1-4FC8-41CB-88C5-D349E134C9FC\r
18 MODULE_TYPE = DXE_DRIVER\r
19 VERSION_STRING = 1.0\r
20 LIBRARY_CLASS = NULL|DXE_DRIVER UEFI_APPLICATION\r
21 CONSTRUCTOR = BootManagerLibConstructor\r
22 DESTRUCTOR = BootManagerLibDestructor\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 BootManager.h\r
31 BootManagerVfr.Vfr\r
32 BootManagerStrings.uni\r
33 BootManager.c\r
34\r
35[Packages]\r
36 MdePkg/MdePkg.dec\r
37 MdeModulePkg/MdeModulePkg.dec\r
38\r
39[LibraryClasses]\r
40 UefiRuntimeServicesTableLib\r
41 ReportStatusCodeLib\r
42 MemoryAllocationLib\r
43 UefiLib\r
44 UefiBootServicesTableLib\r
45 BaseMemoryLib\r
46 DebugLib\r
47 PrintLib\r
48 HiiLib\r
49 UefiBootManagerLib\r
50\r
51[Guids]\r
52 gEfiIfrTianoGuid ## CONSUMES ## GUID (Extended IFR Guid Opcode)\r
53 gEfiIfrFrontPageGuid ## CONSUMES ## GUID\r
54\r
55[Protocols]\r
56 gEfiHiiConfigAccessProtocolGuid ## CONSUMES\r
57 gEfiDevicePathToTextProtocolGuid ## CONSUMES\r
58\r
59[FeaturePcd]\r
60\r
61[Pcd]\r
62 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow ## CONSUMES\r
63 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn ## CONSUMES\r
64 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution ## CONSUMES\r
65 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution ## CONSUMES\r
66\r