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