]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf
MdeModulePkg:Change the type of BootNext
[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
0666a04c 19 MODULE_UNI_FILE = BootLogoLib.uni\r
8dfe7fd2
RN
20 FILE_GUID = F5AE5B5C-42E8-4A9B-829D-5B631CD5367A\r
21 MODULE_TYPE = DXE_DRIVER\r
22 VERSION_STRING = 1.0\r
23 LIBRARY_CLASS = BootLogoLib|DXE_DRIVER UEFI_APPLICATION\r
24\r
25#\r
26# The following information is for reference only and not required by the build tools.\r
27#\r
28# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
29#\r
30\r
31[Sources]\r
32 BootLogoLib.c\r
33 \r
34[Packages]\r
35 MdePkg/MdePkg.dec\r
36 MdeModulePkg/MdeModulePkg.dec\r
37\r
38[LibraryClasses]\r
39 BaseLib\r
40 UefiBootServicesTableLib\r
41 MemoryAllocationLib\r
42 UefiLib\r
43 BaseMemoryLib\r
44 DebugLib\r
45 PrintLib\r
46 PcdLib\r
47 DxeServicesLib\r
48 ImageDecoderLib\r
49\r
50[Guids]\r
51\r
52[Protocols]\r
911f3ded
RN
53 gEfiGraphicsOutputProtocolGuid ## SOMETIMES_CONSUMES\r
54 gEfiUgaDrawProtocolGuid |PcdUgaConsumeSupport ## SOMETIMES_CONSUMES\r
55 gEfiBootLogoProtocolGuid ## SOMETIMES_CONSUMES \r
56 gEfiUserManagerProtocolGuid ## CONSUMES\r
57 gEdkiiPlatformLogoProtocolGuid ## CONSUMES\r
8dfe7fd2
RN
58\r
59[FeaturePcd]\r
911f3ded 60 gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport ## CONSUMES\r