mtpdataproviders/mtpimagedp/mediasyncserver/group/mediasyncserver.mmp
changeset 0 d0791faffa3f
equal deleted inserted replaced
-1:000000000000 0:d0791faffa3f
       
     1 // Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 /**
       
    17  @file
       
    18  @internalTechnology
       
    19 */
       
    20 
       
    21 #include <comms-infras/commsdebugutility.mmh>
       
    22 #include "defaultcaps.hrh"
       
    23 
       
    24 TARGET        	mediasyncserver.exe
       
    25 TARGETTYPE      EXE
       
    26 UID             0 0x20024331
       
    27 CAPABILITY 	    CAP_SERVER
       
    28 VENDORID 	    VID_DEFAULT
       
    29 
       
    30 SOURCEPATH      ../src
       
    31 SOURCE          main.cpp
       
    32 SOURCE          cmediasyncserver.cpp
       
    33 SOURCE			cmediasyncserversession.cpp 
       
    34 SOURCE          cmediasyncobserver.cpp 
       
    35 SOURCE          cmediasyncdatabase.cpp
       
    36 SOURCE          cmediasyncdatawriter.cpp
       
    37 
       
    38 USERINCLUDE		  ../inc
       
    39 
       
    40 MW_LAYER_SYSTEMINCLUDE
       
    41 
       
    42 LIBRARY		euser.lib
       
    43 LIBRARY		edbms.lib
       
    44 LIBRARY		efsrv.lib
       
    45 LIBRARY		bafl.lib
       
    46 LIBRARY		mdeclient.lib
       
    47 LIBRARY     ecom.lib
       
    48 LIBRARY     flogger.lib     // RFileLogger
       
    49 
       
    50 SMPSAFE