mtpdataproviders/mtpimagedp/mediasyncserver/group/rmediasyncserver.mmp
changeset 51 64200268cac2
parent 50 965bb42340b2
child 52 866b4af7ffbe
equal deleted inserted replaced
50:965bb42340b2 51:64200268cac2
     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 "defaultcaps.hrh"
       
    22 
       
    23 TARGET        	rmediasyncserver.dll
       
    24 TARGETTYPE      dll
       
    25 UID             0x1000008d 0x20024332
       
    26 CAPABILITY 	    CAP_CLIENT_DLL
       
    27 VENDORID 	    VID_DEFAULT
       
    28 
       
    29 MW_LAYER_SYSTEMINCLUDE
       
    30 USERINCLUDE		../inc
       
    31 
       
    32 SOURCEPATH      ../src
       
    33 SOURCE          rmediasyncserver.cpp
       
    34 
       
    35 LIBRARY		    euser.lib
       
    36 
       
    37 SMPSAFE