phonebookengines/contactsmodel/tsrc/TestSyncPlugIn/cntsyncchecker.mmp
branchRCL_3
changeset 63 f4a778e096c2
child 64 c1e8ba0c2b16
equal deleted inserted replaced
62:5b6f26637ad3 63:f4a778e096c2
       
     1 // Copyright (c) 2005-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 target          cntsyncchecker.dll
       
    17 targettype      DLL
       
    18 CAPABILITY   All -TCB
       
    19 UID              0x1000008D 0x10000000
       
    20 VENDORID 0x70000001
       
    21 
       
    22 APP_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    23 userinclude ../../inc 
       
    24 USERINCLUDE		.
       
    25 
       
    26 SOURCEPATH	../TestSyncPlugIn 
       
    27 SOURCE		cntsyncchecker.cpp
       
    28 SOURCE		cntsyncdata.cpp
       
    29 SOURCE		cntsyncphonedata.cpp
       
    30 SOURCE		cntphonecontact.cpp
       
    31 
       
    32 library         euser.lib
       
    33 library         centralrepository.lib cntmodel.lib
       
    34 
       
    35 #if defined(WINS)
       
    36 deffile	 ../../bwins/CNTSYNCCHECKER.DEF
       
    37 #elif defined(EABI)
       
    38 deffile	 ../../EABI/cntsyncchecker.def
       
    39 #endif
       
    40 
       
    41 SMPSAFE