sysstatemgmt/systemstateplugins/adptplugin/group/stateadaptationref.mmp
author hgs
Tue, 02 Nov 2010 13:09:35 +0200
changeset 84 db3d1bc2aa9c
parent 73 d38941471f1c
permissions -rw-r--r--
201043_01

// Copyright (c) 2007-2010 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:
//

target          stateadaptationref.dll
targettype	dll
targetpath      /sys/bin

uid		0x2000D76A 0x2000E659
vendorid 	0x70000001

capability 	PowerMgmt ReadDeviceData WriteDeviceData ProtServ SwEvent ReadUserData WriteUserData

// If SYMBIAN_INCLUDE_APP_CENTRIC macro is defined then CommDD capability is required along with the capability
// list described in the above line.
#ifdef SYMBIAN_INCLUDE_APP_CENTRIC 
capability 		CommDD
#endif	//SYMBIAN_INCLUDE_APP_CENTRIC

NOEXPORTLIBRARY /* Has a fixed interface stateadaptationref.def */

userinclude	../inc
userinclude ../../localinc

OS_LAYER_SYSTEMINCLUDE_SYMBIAN

sourcepath	../src

source  	stateadaptationref.cpp

deffile		stateadaptationref.def

library		euser.lib
library 	ssmcmn.lib

SMPSAFE