## @file # Store Lenovo String Service # #****************************************************************************** #* Copyright (c) 2013, 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 = LenovoStringService FILE_GUID = ce3fa7c0-e9ca-11e2-9bf4-446d571553eb MODULE_TYPE = DXE_DRIVER VERSION_STRING = 1.0 ENTRY_POINT = LenovoStringServiceDriverEntryPoint [Sources] LenovoStringService.h LenovoStringService.c [Packages] $(PROJECT_PKG)/Project.dec $(OEM_FEATURE_OVERRIDE_CORE_CODE)/$(OEM_FEATURE_OVERRIDE_CORE_CODE).dec $(OEM_FEATURE_COMMON_PATH)/$(OEM_FEATURE_COMMON_PATH).dec $(CHIPSET_PKG)/$(CHIPSET_PKG).dec ## ChipsetSetupConfig.h !if $(L05_CHIPSET_VENDOR) == INTEL $(CHIPSET_REF_CODE_PKG)/$(CHIPSET_REF_CODE_DEC_NAME).dec ## PchLimits.h !endif InsydeModulePkg/InsydeModulePkg.dec ## KernelSetupConfig.h MdePkg/MdePkg.dec !if $(CHIPSET_PKG) == JasperLakeChipsetPkg || $(CHIPSET_PKG) == AlderLakeChipsetPkg $(PLATFORM_SAMPLE_CODE_DEC_NAME)/PlatformPkg.dec !endif [LibraryClasses] UefiDriverEntryPoint UefiBootServicesTableLib MemoryAllocationLib BaseMemoryLib BaseLib UefiLib DevicePathLib DebugLib [Protocols] gEfiLegacyRegion2ProtocolGuid gEfiLegacyBiosProtocolGuid [Guids] gSystemConfigurationGuid [FixedPcd] !if $(CHIPSET_PKG) == JasperLakeChipsetPkg || $(CHIPSET_PKG) == AlderLakeChipsetPkg gPlatformModuleTokenSpaceGuid.PcdUpServerEnable !endif [Depex] gEfiLegacyRegion2ProtocolGuid AND gEfiSetupUtilityProtocolGuid