omadrm/drmengine/group/DcfRepSrv.mmp
author Pat Downey <patd@symbian.org>
Wed, 01 Sep 2010 12:21:16 +0100
branchRCL_3
changeset 72 1481bf457703
parent 2 76350b5be3d8
permissions -rw-r--r--
Revert incorrect RCL_3 drop: Revision: 201033 Kit: 201035

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