sysstatemgmt/systemstatereferenceplugins/custcmd/group/customcmds.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 27 May 2010 14:11:20 +0300
changeset 29 e5a0aab53f3f
parent 0 4e1aa6a622a0
child 76 cb32bcc88bad
permissions -rw-r--r--
Revision: 201021 Kit: 2010121

// Copyright (c) 2007-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:
// customcmds.dll Reference custom command library
// 
//

/**
 @file
*/

TARGET          customcmds.dll
TARGETTYPE		dll
TARGETPATH      /sys/bin

UID				0x1000008D 0x2000E662
VENDORID 		0x70000001

CAPABILITY 		PowerMgmt ReadDeviceData WriteDeviceData ProtServ DiskAdmin SwEvent

USERINCLUDE		../inc
USERINCLUDE		../../localinc
USERINCLUDE		../../clayer/inc

OS_LAYER_SYSTEMINCLUDE_SYMBIAN

SOURCEPATH		../src
SOURCE  		cmdsimsecuritycheck.cpp
SOURCE  		cmddevicesecuritycheck.cpp
SOURCE  		ssmsecuritychecknotifier.cpp
SOURCE  		ssmcustomcmdfactory.cpp
SOURCE  		cmdcoopsysselftest.cpp
SOURCE  		cmdcoopsysperformrestartactions.cpp
SOURCE  		cmdcoopsysperformshutdownactions.cpp
SOURCE  		cmdcoopsysperformrfsactions.cpp
SOURCE  		cmdactivaterfforemergencycall.cpp
SOURCE  		cmddeactivaterfforemergencycall.cpp
SOURCE  		cmdcoopsysstatechange.cpp
SOURCE			cmdpublishstartupmode.cpp
SOURCE			cmdpublishsimownedandchanged.cpp
SOURCE  		securitynoteobserver.cpp
SOURCE  		cmdvalidatertc.cpp
SOURCE  		cmdcheckuserdrive.cpp
SOURCE 			cmdinitramdrive.cpp
SOURCE 			cmdclearstartupreason.cpp
SOURCE 			cmddeletetempfiles.cpp

SOURCEPATH		../../localsrc
SOURCE			ssmpanic.cpp

LIBRARY		euser.lib
LIBRARY		efsrv.lib
LIBRARY		ssmcmn.lib
LIBRARY		domaincli.lib
LIBRARY		ssmsuscli.lib
LIBRARY		centralrepository.lib
LIBRARY		ssmuiproviderdll.lib
LIBRARY		ssmadaptationcli.lib
LIBRARY		bafl.lib
LIBRARY		estor.lib
LIBRARY		etelmm.lib //Device security check
LIBRARY		etel.lib //Device security check

SMPSAFE