]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[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 - 2018, Intel Corporation. All rights reserved.<BR>
6 # Copyright (c) 2016, Microsoft Corporation<BR>
7 # SPDX-License-Identifier: BSD-2-Clause-Patent
8 #
9 ##
10
11 [Defines]
12 INF_VERSION = 0x00010005
13 BASE_NAME = BootLogoLib
14 MODULE_UNI_FILE = BootLogoLib.uni
15 FILE_GUID = 85CDAFAD-13BE-422A-A8E5-55A249600DC3
16 MODULE_TYPE = DXE_DRIVER
17 VERSION_STRING = 1.0
18 LIBRARY_CLASS = BootLogoLib|DXE_DRIVER UEFI_APPLICATION
19
20 #
21 # The following information is for reference only and not required by the build tools.
22 #
23 # VALID_ARCHITECTURES = IA32 X64 EBC
24 #
25
26 [Sources]
27 BootLogoLib.c
28
29 [Packages]
30 MdePkg/MdePkg.dec
31 MdeModulePkg/MdeModulePkg.dec
32
33 [LibraryClasses]
34 BaseLib
35 UefiBootServicesTableLib
36 MemoryAllocationLib
37 UefiLib
38 BaseMemoryLib
39 DebugLib
40 PrintLib
41 PcdLib
42
43 [Protocols]
44 gEfiGraphicsOutputProtocolGuid ## SOMETIMES_CONSUMES
45 gEfiUgaDrawProtocolGuid |PcdUgaConsumeSupport ## SOMETIMES_CONSUMES
46 gEfiBootLogoProtocolGuid ## SOMETIMES_CONSUMES
47 gEdkiiBootLogo2ProtocolGuid ## SOMETIMES_CONSUMES
48 gEfiUserManagerProtocolGuid ## CONSUMES
49 gEdkiiPlatformLogoProtocolGuid ## CONSUMES
50
51 [FeaturePcd]
52 gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport ## CONSUMES