dcmofw/dcmoserver/group/dcmoserver.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 17 Sep 2010 08:34:58 +0300
changeset 68 415c00f1675d
parent 63 e0c1916b8ddc
permissions -rw-r--r--
Revision: 201035 Kit: 201037

/*
* Copyright (c) 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:  DCMO Server
*
*/

#include <platform_paths.hrh>


CAPABILITY			CAP_SERVER DiskAdmin AllFiles

TARGET        	dcmoserver.exe
TARGETTYPE    	exe
UID           	0 0x2001FE47
VENDORID 				VID_DEFAULT
TARGETPATH      /system/libs

SOURCEPATH    	../src
SOURCE       	 	dcmoserver.cpp
SOURCE       	 	dcmosession.cpp
SOURCE       	 	dcmomessagebox.cpp
SOURCE					dcmogenericcontrol.cpp

MW_LAYER_SYSTEMINCLUDE
SYSTEMINCLUDE 	/epoc32/include/ecom
SYSTEMINCLUDE 	/epoc32/include/mw/hb/hbwidgets
SYSTEMINCLUDE 	/epoc32/include/mw/hb/hbcore
USERINCLUDE   	../inc
USERINCLUDE   	../../inc

LIBRARY     	euser.lib 
LIBRARY       ecom.lib
LIBRARY       centralrepository.lib
LIBRARY    		flogger.lib
LIBRARY       HbCore.lib HbWidgets.lib