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