resourcemgmt/powerandmemorynotificationservice/group/shutdownsrv.mmp
author hgs
Fri, 16 Jul 2010 11:04:43 +0300
changeset 48 86cf7a1b7eb9
parent 0 4e1aa6a622a0
permissions -rw-r--r--
201027

// Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
// under the terms of "Eclipse Public License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
//
// Initial Contributors:
// Nokia Corporation - initial contribution.
//
// Contributors:
//
// Description:
// shutdownsrv.dll Shut down server library
// 
//

/**
 @file
*/


TARGET			shutdownsrv.dll
CAPABILITY PowerMgmt TrustedUI ProtServ DiskAdmin
TARGETTYPE		DLL
TARGETPATH		/system/libs

UID				0x1000008D	0x10004903
VENDORID 0x70000001


SOURCEPATH		../src

//MACRO			__PROFILE_SHUTDOWN

userinclude		.
userinclude		../inc

OS_LAYER_SYSTEMINCLUDE_SYMBIAN

#if defined(SYMBIAN_SSM_GRACEFUL_SHUTDOWN)
#endif

source			shutdownsrv.cpp shutdowntimer.cpp shutdownsrvpatchdata.cpp

library			euser.lib bafl.lib efsrv.lib hal.lib

#if defined(SYMBIAN_SSM_GRACEFUL_SHUTDOWN)
library			ssmcmn.lib	estor.lib
#endif

deffile SHUTDOWNSRV.DEF

START WINS
	copy_for_static_linkage
END

START MARM
END


SMPSAFE