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