omadrm/drmengine/group/DcfRepSrv.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Mon, 18 Jan 2010 20:30:37 +0200
changeset 2 76350b5be3d8
parent 0 95b198f216e5
permissions -rw-r--r--
Revision: 201001 Kit: 201003

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


#include <platform_paths.hrh>

TARGET          DcfRepSrv.exe
TARGETTYPE      EXE

UID             0x1000008d 0x10205CA8
CAPABILITY      CAP_SERVER ALLFILES PowerMgmt
VENDORID        VID_DEFAULT

//macro _DRM_TESTING

SOURCEPATH      ../dcfrepository/server/src
SOURCE          DcfRepSrv.cpp
SOURCE          DcfRepSrvSes.cpp
SOURCE          FileScan.cpp
SOURCE          Pair.cpp
SOURCE          SearchLeaf.cpp

SOURCEPATH      ../utils/src
SOURCE          procwatcher.cpp


USERINCLUDE     ../dcfrepository/server/inc
USERINCLUDE     ../dcfrepository/common
USERINCLUDE     ../utils/inc
USERINCLUDE     ../../../inc   // ADo level inc dir

// Default system include paths for middleware layer modules.
MW_LAYER_SYSTEMINCLUDE

LIBRARY         caf.lib //caf
LIBRARY         euser.lib
LIBRARY         estor.lib
LIBRARY         efsrv.lib
LIBRARY         edbms.lib //database
LIBRARY         drmdcf.lib // Oma2Dcf
LIBRARY         cafutils.lib
LIBRARY         flogger.lib // debug logging
LIBRARY         StarterClient.lib // shutdown

#ifdef RD_MULTIPLE_DRIVE
LIBRARY         platformenv.lib
#endif

SMPSAFE