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