phonebookengines/contactsmodel/groupsql/cntplsql.mmp
changeset 0 e686773b3f54
child 24 0ba2181d7c28
equal deleted inserted replaced
-1:000000000000 0:e686773b3f54
       
     1 // Copyright (c) 2007-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 // cntplsql.dll
       
    15 // cntplsql.dll Contacts engine persistence layer (no client interface)
       
    16 // 
       
    17 //
       
    18 
       
    19 #include "cntmodel.mmh"
       
    20 
       
    21 target          cntplsql.dll
       
    22 targettype      DLL
       
    23 CAPABILITY		All -TCB
       
    24 UID				0x1027976B
       
    25 VENDORID 		0x70000001
       
    26 
       
    27 //MACRO __PROFILE_DEBUG__
       
    28 
       
    29 
       
    30 userinclude ../src //for cntstd.h 
       
    31 userinclude ../cntsrv/inc //for persistencelayer.h 
       
    32 APP_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    33 
       
    34 userinclude 	../cntplsql/inc 
       
    35 userinclude 	../inc			//for ccontactprivate.h
       
    36 
       
    37 SOURCEPATH	../cntplsql/src
       
    38 source		cntsqlprovider.cpp 
       
    39 source		cntpersistenceutility.cpp
       
    40 
       
    41 source		cpplcontacttable.cpp
       
    42 source		cpplgroupstable.cpp
       
    43 source		cpplcommaddrtable.cpp
       
    44 
       
    45 source 		pplcontactitemmanager.cpp
       
    46 source		rpplicccontactstore.cpp
       
    47 source		pplpreferencespersistor.cpp
       
    48 source		clplcontactproperties.cpp
       
    49 source		cplcollectioniterator.cpp
       
    50 source		cplplugins.cpp
       
    51 
       
    52 source		cntfilesearch.cpp
       
    53 source		cplcontactsfile.cpp
       
    54 source		cplpersistencebroker.cpp
       
    55 
       
    56 source 		clplanalyserproxy.cpp
       
    57 source		clplgenericproxy.cpp
       
    58 
       
    59 source      cntpplviewmanager.cpp
       
    60 source      cntpplviewsession.cpp
       
    61 
       
    62 
       
    63 library         euser.lib 
       
    64 library         efsrv.lib 
       
    65 library         estor.lib 
       
    66 library         ecom.lib 
       
    67 library         bafl.lib
       
    68 library         cntmodel.lib
       
    69 library			sqldb.lib
       
    70 
       
    71 SMPSAFE
       
    72 
       
    73