]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf
MdeModulePkg/BootLogoLib: Use Boot Logo 2 Protocol
[mirror_edk2.git] / MdeModulePkg / Library / BootLogoLib / BootLogoLib.inf
1 ## @file
2 # This library is only intended to be used by PlatformBootManagerLib
3 # to show progress bar and logo.
4 #
5 # Copyright (c) 2011 - 2016, Intel Corporation. All rights reserved.<BR>
6 # Copyright (c) 2016, Microsoft Corporation<BR>
7 # This program and the accompanying materials are licensed and made available under
8 # the terms and conditions of the BSD License that accompanies this distribution.
9 # The full text of the license may be found at
10 # http://opensource.org/licenses/bsd-license.php.
11 #
12 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14 #
15 ##
16
17 [Defines]
18 INF_VERSION = 0x00010005
19 BASE_NAME = BootLogoLib
20 MODULE_UNI_FILE = BootLogoLib.uni
21 FILE_GUID = 85CDAFAD-13BE-422A-A8E5-55A249600DC3
22 MODULE_TYPE = DXE_DRIVER
23 VERSION_STRING = 1.0
24 LIBRARY_CLASS = BootLogoLib|DXE_DRIVER UEFI_APPLICATION
25
26 #
27 # The following information is for reference only and not required by the build tools.
28 #
29 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
30 #
31
32 [Sources]
33 BootLogoLib.c
34
35 [Packages]
36 MdePkg/MdePkg.dec
37 MdeModulePkg/MdeModulePkg.dec
38
39 [LibraryClasses]
40 BaseLib
41 UefiBootServicesTableLib
42 MemoryAllocationLib
43 UefiLib
44 BaseMemoryLib
45 DebugLib
46 PrintLib
47 PcdLib
48
49 [Protocols]
50 gEfiGraphicsOutputProtocolGuid ## SOMETIMES_CONSUMES
51 gEfiUgaDrawProtocolGuid |PcdUgaConsumeSupport ## SOMETIMES_CONSUMES
52 gEfiBootLogoProtocolGuid ## SOMETIMES_CONSUMES
53 gEdkiiBootLogo2ProtocolGuid ## SOMETIMES_CONSUMES
54 gEfiUserManagerProtocolGuid ## CONSUMES
55 gEdkiiPlatformLogoProtocolGuid ## CONSUMES
56
57 [FeaturePcd]
58 gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport ## CONSUMES