## @file # Instance of BIOS Update UI 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 = BiosUpdateUiLib FILE_GUID = 15E00BF9-E192-40e2-9495-FFD7F2451291 MODULE_TYPE = BASE VERSION_STRING = 1.0 LIBRARY_CLASS = BiosUpdateUiLib [Sources] BiosUpdateUiLib.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 PrintStrToImageLib ProgressBarLib [Protocols] gEfiGraphicsOutputProtocolGuid gEfiPngDecoderProtocolGuid [Guids] [Pcd] gL05ServicesTokenSpaceGuid.PcdL05BiosUpdateWarningImageHorizontalPercent gL05ServicesTokenSpaceGuid.PcdL05BiosUpdateWarningImageVerticalPercent gL05ServicesTokenSpaceGuid.PcdL05BiosUpdateWarningImageSizePercent gL05ServicesTokenSpaceGuid.PcdL05BiosUpdateUiStringEn1 gL05ServicesTokenSpaceGuid.PcdL05BiosUpdateUiStringEn2 gL05ServicesTokenSpaceGuid.PcdL05BiosUpdateUiStringZh gL05ServicesTokenSpaceGuid.PcdL05BiosUpdateUiStringHorizontalPercent gL05ServicesTokenSpaceGuid.PcdL05BiosUpdateUiStringVerticalPercent gL05ServicesTokenSpaceGuid.PcdL05BiosUpdateUiStringFontSizePercent gL05ServicesTokenSpaceGuid.PcdL05BiosUpdateUiStringForegroundColorValue gL05ServicesTokenSpaceGuid.PcdL05BiosUpdateUiStringBackgroundColorValue gL05ServicesTokenSpaceGuid.PcdL05BiosUpdateUiErrorCodeString gL05ServicesTokenSpaceGuid.PcdL05BiosUpdateUiErrorStringHorizontalPercent gL05ServicesTokenSpaceGuid.PcdL05BiosUpdateUiErrorStringVerticalPercent gL05ServicesTokenSpaceGuid.PcdL05BiosUpdateUiErrorStringFontSizePercent gL05ServicesTokenSpaceGuid.PcdL05BiosUpdateUiErrorStringForegroundColorValue gL05ServicesTokenSpaceGuid.PcdL05BiosUpdateUiErrorStringBackgroundColorValue [BuildOptions] !if $(INSYDE_DEBUGGER) == YES MSFT:*_*_*_CC_FLAGS = /Od !endif