## @file # #;****************************************************************************** #;* Copyright (c) 2014, Insyde Software Corporation. 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. #;* #;****************************************************************************** # Module Name: # # SATADevSleep.inf # # Abstract: # # # [Defines] INF_VERSION = 0x00010005 BASE_NAME = SataDevSleepDxe FILE_GUID = F73938F6-B851-494F-A003-331B49408605 MODULE_TYPE = DXE_DRIVER VERSION_STRING = 1.0 ENTRY_POINT = SataDevSleepEntryPoint [Sources] SataDevSleep.c [Packages] MdePkg/MdePkg.dec $(CHIPSET_REF_CODE_PKG)/$(CHIPSET_REF_CODE_DEC_NAME).dec $(CHIPSET_PKG)/$(CHIPSET_PKG).dec $(PROJECT_PKG)/Project.dec InsydeModulePkg/InsydeModulePkg.dec AlderLakePlatSamplePkg/PlatformPkg.dec [LibraryClasses] UefiDriverEntryPoint UefiBootServicesTableLib PciExpressLib BaseMemoryLib DevicePathLib # PchPlatformLib PchInfoLib UefiRuntimeServicesTableLib MemoryAllocationLib SataSocLib [Protocols] gEfiAtaPassThruProtocolGuid gEfiSetupUtilityProtocolGuid gEfiDevicePathProtocolGuid [Guids] gPchSetupVariableGuid [Depex] gEfiVariableArchProtocolGuid AND gEfiVariableWriteArchProtocolGuid