]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf
MdeModulePkg: Add BootLogoLib to provide interfaces about logo display.
[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
5# Copyright (c) 2011 - 2015, Intel Corporation. All rights reserved.<BR>\r
6# This program and the accompanying materials are licensed and made available under\r
7# the terms and conditions of the BSD License that accompanies this distribution.\r
8# The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php.\r
10# \r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13# \r
14##\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = BootLogoLib\r
19 FILE_GUID = F5AE5B5C-42E8-4A9B-829D-5B631CD5367A\r
20 MODULE_TYPE = DXE_DRIVER\r
21 VERSION_STRING = 1.0\r
22 LIBRARY_CLASS = BootLogoLib|DXE_DRIVER UEFI_APPLICATION\r
23\r
24#\r
25# The following information is for reference only and not required by the build tools.\r
26#\r
27# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
28#\r
29\r
30[Sources]\r
31 BootLogoLib.c\r
32 \r
33[Packages]\r
34 MdePkg/MdePkg.dec\r
35 MdeModulePkg/MdeModulePkg.dec\r
36\r
37[LibraryClasses]\r
38 BaseLib\r
39 UefiBootServicesTableLib\r
40 MemoryAllocationLib\r
41 UefiLib\r
42 BaseMemoryLib\r
43 DebugLib\r
44 PrintLib\r
45 PcdLib\r
46 DxeServicesLib\r
47 ImageDecoderLib\r
48\r
49[Guids]\r
50\r
51[Protocols]\r
52 gEfiGraphicsOutputProtocolGuid # PROTOCOL SOMETIMES_CONSUMES\r
53 gEfiUgaDrawProtocolGuid |PcdUgaConsumeSupport # PROTOCOL SOMETIMES_CONSUMES\r
54 gEfiBootLogoProtocolGuid # PROTOCOL SOMETIMES_CONSUMES \r
55 gEfiUserManagerProtocolGuid # PROTOCOL CONSUMES\r
56 gEdkiiPlatformLogoProtocolGuid # PROTOCOL CONSUMES\r
57\r
58[FeaturePcd]\r
59 gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport\r