## @file # Override ACPI Tables for L05 Feature # #****************************************************************************** #* Copyright (c) 2019, 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 = AcpiOverride FILE_GUID = 8a97b11e-ee8e-11e2-b664-047d7b99e097 MODULE_TYPE = DXE_DRIVER VERSION_STRING = 1.0 ENTRY_POINT = AcpiOverrideDriverEntryPoint [Sources] AcpiOverride.h AcpiOverride.c [Packages] $(PROJECT_PKG)/Project.dec ## SetupConfig.h $(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 [LibraryClasses] UefiDriverEntryPoint UefiBootServicesTableLib MemoryAllocationLib BaseMemoryLib BaseLib UefiLib DevicePathLib DebugLib H2OCpLib DxeOemSvcFeatureLibDefault ## OemSvcAcpiTableUpdate [Protocols] gEfiAcpiSupportProtocolGuid gEfiAcpiTableProtocolGuid gPublishAcpiTableDoneProtocolGuid gEfiL05DxeSlp20ProtocolGuid [Guids] gH2ODxeCpUpdateAcpiDescHdrGuid [FeaturePcd] gInsydeTokenSpaceGuid.PcdH2ODxeCpUpdateAcpiDescHdrSupported [Pcd] gL05ServicesTokenSpaceGuid.PcdL05AcpiTableOemRevision gL05ServicesTokenSpaceGuid.PcdL05Type03Type [Depex] gEfiL05DxeSlp20ProtocolGuid