## @file # Instance of Print String to Image Services Library. # #****************************************************************************** #* Copyright (c) 2021, Insyde Software Corp. All Rights Reserved. #* #* You may not reproduce, distribute, publish, display, perform, modify, adapt, #* transmit, broadcast, present, recite, release, license or otherwise exploit #* any part of this publication in any form, by any means, without the prior #* written permission of Insyde Software Corporation. #* #****************************************************************************** [Defines] INF_VERSION = 0x00010005 BASE_NAME = PrintStrToImageLib FILE_GUID = E0D30096-FC65-464c-9676-C13CEA238AD8 MODULE_TYPE = BASE VERSION_STRING = 1.0 LIBRARY_CLASS = PrintStrToImageLib [Sources] PrintStrToImageLib.c [Packages] $(PROJECT_PKG)/Project.dec $(OEM_FEATURE_COMMON_PATH)/$(OEM_FEATURE_COMMON_PATH).dec $(CHIPSET_PKG)/$(CHIPSET_PKG).dec InsydeModulePkg/InsydeModulePkg.dec MdePkg/MdePkg.dec MdeModulePkg/MdeModulePkg.dec [LibraryClasses] BaseLib DebugLib UefiLib PcdLib BaseMemoryLib MemoryAllocationLib PrintLib UefiBootServicesTableLib DxeServicesLib [Protocols] gEfiHiiFontProtocolGuid gEfiGraphicsOutputProtocolGuid [Guids] [Pcd] [BuildOptions] !if $(INSYDE_DEBUGGER) == YES MSFT:*_*_*_CC_FLAGS = /Od !endif