syncmlfw/ds/dsutils/changefinder/bld/nsmlchangefinder.mmp
changeset 0 b497e44ab2fc
equal deleted inserted replaced
-1:000000000000 0:b497e44ab2fc
       
     1 /*
       
     2 * Copyright (c) 2005 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Changefinder mmp file
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include "defaultcaps.hrh"
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 TARGET          nsmlchangefinder.dll
       
    24 TARGETTYPE      dll
       
    25 UID             0x1000008d 0x101F6DE4
       
    26 CAPABILITY  	CAP_GENERAL_DLL
       
    27 VENDORID    	VID_DEFAULT
       
    28 
       
    29 #if defined(ARMCC)
       
    30 DEFFILE		./def/eabichangefinder
       
    31 #elif defined(WINSCW)
       
    32 DEFFILE		./def/bwinscwchangefinder
       
    33 #endif
       
    34 
       
    35 MW_LAYER_SYSTEMINCLUDE
       
    36 SYSTEMINCLUDE   /epoc32/include/syncml
       
    37 USERINCLUDE     ../inc
       
    38 USERINCLUDE     ../inc/exported
       
    39 
       
    40 SOURCEPATH      ../src
       
    41 SOURCE          nsmlchangefinder.cpp
       
    42 SOURCE          NSmlDataItemUidSet.cpp
       
    43 SOURCE          nsmlsnapshotitem.cpp
       
    44 
       
    45 LIBRARY     	euser.lib estor.lib sysutil.lib smldataprovider.lib
       
    46 LIBRARY     	nsmldebug.lib
       
    47 
       
    48