]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf
MdeModulePkg/BootLogoLib: Remove invalid if judgments
[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
8dfe7fd2
RN
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
e0ac9c8a 20 FILE_GUID = 85CDAFAD-13BE-422A-A8E5-55A249600DC3\r
8dfe7fd2
RN
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
8dfe7fd2
RN
47\r
48[Protocols]\r
911f3ded
RN
49 gEfiGraphicsOutputProtocolGuid ## SOMETIMES_CONSUMES\r
50 gEfiUgaDrawProtocolGuid |PcdUgaConsumeSupport ## SOMETIMES_CONSUMES\r
51 gEfiBootLogoProtocolGuid ## SOMETIMES_CONSUMES \r
52 gEfiUserManagerProtocolGuid ## CONSUMES\r
53 gEdkiiPlatformLogoProtocolGuid ## CONSUMES\r
8dfe7fd2
RN
54\r
55[FeaturePcd]\r
911f3ded 56 gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport ## CONSUMES\r