mmfenh/profilesettingsmonitor/group/ProfileSettingsMonitor.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 19 Aug 2010 10:26:11 +0300
branchRCL_3
changeset 18 a36789189b53
parent 0 71ca22bcf22a
child 19 095bea5f582e
permissions -rw-r--r--
Revision: 201031 Kit: 201033

/*
* Copyright (c) 2007 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:  Project definition file for ProfileSettingsMonitor
*
*/

#include <platform_paths.hrh>

TARGET          ProfileSettingsMonitor.exe
TARGETTYPE      EXE
UID             0x1000008D 0x10207B7D			

CAPABILITY 	CAP_SERVER MultiMediaDD
VENDORID 	VID_DEFAULT

//MW_LAYER_SYSTEMINCLUDE 
// enable the above macro if profile engine moves to mw.

// Default system include paths for application layer modules.
APP_LAYER_SYSTEMINCLUDE
SYSTEMINCLUDE   /epoc32/include/mmf/common

USERINCLUDE     ../inc

SOURCEPATH      ../src

SOURCE          ProfileSettingsMonitorServer.cpp
SOURCE          ProfileSettingsMonitorServerImpl.cpp

LIBRARY		    ProfileEngine.lib
LIBRARY		centralrepository.lib
LIBRARY         euser.lib

#ifdef WINSCW
EPOCHEAPSIZE 0x1000 0x40000
#endif

epocprocesspriority background

SMPSAFE

//-----------------------------------------------------------------------------
//  End of File
//-----------------------------------------------------------------------------