## @file # #****************************************************************************** #* Copyright (c) 2018, 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 = HddSpinDownSmm FILE_GUID = 2C7314B0-A18E-4daf-8B23-1F21D41572A8 MODULE_TYPE = DXE_SMM_DRIVER VERSION_STRING = 1.0 PI_SPECIFICATION_VERSION = 0x0001000A ENTRY_POINT = L05HddSpinDownSmmEntry [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 MdePkg/MdePkg.dec MdeModulePkg/MdeModulePkg.dec InsydeModulePkg/InsydeModulePkg.dec [Sources] HddSpinDownSmm.c HddSpinDownSmm.h [LibraryClasses] UefiDriverEntryPoint SmmServicesTableLib UefiBootServicesTableLib BaseMemoryLib DevicePathLib PrintLib DebugLib [Guids] gEfiDiskInfoIdeInterfaceGuid gEfiDiskInfoAhciInterfaceGuid [Protocols] gEfiAtaPassThruProtocolGuid gEfiDiskInfoProtocolGuid gEfiDevicePathProtocolGuid gEfiSmmSwDispatch2ProtocolGuid gEfiL05HddSpindownProtocolGuid gEfiL05HddSpindownSwSmiReadyProtocolGuid [Pcd] [Depex] gEfiSmmBase2ProtocolGuid AND gEfiSmmSwDispatch2ProtocolGuid [BuildOptions] !if $(INSYDE_DEBUGGER) == YES *_*_*_CC_FLAGS = /Od !endif