serviceproviders/sapi_sysinfo/sysinfoservice/group/sysinfoservice.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 19 Mar 2010 09:42:20 +0200
changeset 54 e7cb6cffd49a
parent 42 92cfb77afb61
child 66 a9c0808a1095
permissions -rw-r--r--
Revision: 201005 Kit: 201011

/*
* Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of the License "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:  ?Description
*
*/

#include "../../../group/sapiincludes.mmpi"

TARGET        sysinfoservice.dll
TARGETTYPE    dll
UID           0x1000008d 0x2000CFB7
CAPABILITY    ALL -TCB

#if defined(EKA2)
#ifndef WINSCW
EpocAllowDllData
#endif
#endif 

VERSION		1.2

SOURCEPATH    ../src
SOURCE        	sysinfoservice.cpp
SOURCE			activerequests.cpp
SOURCE			activestore.cpp
SOURCE			sysinfoutils.cpp
SOURCE			sysinfo.cpp

SOURCE			sysnetworkrequest.cpp
SOURCE			sysaccessoryrequest.cpp
SOURCE			sysconnectionrequest.cpp
SOURCE			sysuseractivity.cpp
SOURCE			deviceinfo.cpp

USERINCLUDE   ../inc

LIBRARY			euser.lib
LIBRARY			bafl.lib
LIBRARY			etelmm.lib // multimode telephony
LIBRARY			etel.lib
LIBRARY			AccClient.lib 
LIBRARY			AccPolicy.lib
LIBRARY			usbman.lib
LIBRARY			ConnMon.lib
LIBRARY 		ActivityManager.lib
LIBRARY         PtiEngine.lib
LIBRARY         efsrv.lib
LIBRARY         hal.lib	//rpropety
LIBRARY	  		centralrepository.lib // central repositry
LIBRARY			ws32.lib 
LIBRARY			FEATMGR.LIB
LIBRARY	        sysutil.lib 
LIBRARY	        btengsettings.lib
LIBRARY		    aknswallpaperutils.lib 
LIBRARY	  		PlatformEnv.lib
LIBRARY			ImagingConfigManager.lib
LIBRARY                   Avkon.lib  // PhoneLanguage
LIBRARY                   estlib.lib  //strlen function

paged

//end of file