dcmofw/dcmoserver/group/dcmoserver.mmp
author hgs
Fri, 03 Sep 2010 22:35:56 +0530
changeset 64 910464db1b65
parent 60 eb6690d0d439
permissions -rw-r--r--
201035

/*
* 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