policymanagement/dmutilserver/group/DMUtilServer.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 14 Sep 2010 22:54:36 +0300
branchRCL_3
changeset 65 5cc2995847ea
parent 62 19bba8228ff0
child 76 3cdbd92ee07b
permissions -rw-r--r--
Revision: 201033 Kit: 201035

/*
* Copyright (c) 2005 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: Implementation of policymanagement components
*
*/



// To get the APP_LAYER_SYSTEMINCLUDE-definition
#include <platform_paths.hrh>

#include "defaultcaps.hrh"
CAPABILITY CAP_SERVER DiskAdmin


TARGET        dmutilserver.exe

targettype exe


EPOCSTACKSIZE      0x10000

UID             0x10207843
SECUREID        0x10207843
VENDORID        VID_DEFAULT

SOURCEPATH      ../src
SOURCE          DMUtilServer.cpp
SOURCE          DMUtilSession.cpp
SOURCE 					ACLStorage.cpp

USERINCLUDE     . ../inc 
USERINCLUDE 		../../include // debug
USERINCLUDE     ../../policyengine/centreptoolclient/inc
USERINCLUDE     ../../../inc // domain private headers

MW_LAYER_SYSTEMINCLUDE
SYSTEMINCLUDE   /epoc32/include/ecom

#ifdef __TARM_SYMBIAN_CONVERGENCY
SYSTEMINCLUDE   /Epoc32/include/devman
SYSTEMINCLUDE   /Epoc32/include/syncml
#else
 // nothing
#endif // __TARM_SYMBIAN_CONVERGENCY

// Symbian
LIBRARY         euser.lib
LIBRARY         efsrv.lib
LIBRARY         bafl.lib
LIBRARY         centralrepository.lib
LIBRARY					flogger.lib

#ifdef __TARM_SYMBIAN_CONVERGENCY
 LIBRARY				dmtreeclient.lib
 LIBRARY				SmlClient.lib
#else
 LIBRARY				nsmldmtreedbhandler.lib
 LIBRARY  			syncmlclientapi.lib
 LIBRARY 				nsmldmmodule.lib
 LIBRARY 				nsmldmtreedbclient.lib
#endif // __TARM_SYMBIAN_CONVERGENCY

// S60
LIBRARY         rfs.lib
LIBRARY         sysutil.lib
LIBRARY         CommonEngine.lib
// TARM
LIBRARY					policyengine.lib
LIBRARY					centreptool.lib

#ifdef RD_MULTIPLE_DRIVE
LIBRARY         platformenv.lib 
LIBRARY          estor.lib 
LIBRARY		ecom.lib
#endif


SMPSAFE