phonebookengines/contactsmodel/groupsql/cntplsql.mmp
changeset 24 0ba2181d7c28
parent 0 e686773b3f54
child 25 76a2435edfd4
equal deleted inserted replaced
0:e686773b3f54 24:0ba2181d7c28
     1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 /*
     2 // All rights reserved.
     2 * Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
     3 // This component and the accompanying materials are made available
     3 * All rights reserved.
     4 // under the terms of "Eclipse Public License v1.0"
     4 * This component and the accompanying materials are made available
     5 // which accompanies this distribution, and is available
     5 * under the terms of "Eclipse Public License v1.0"
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 * which accompanies this distribution, and is available
     7 //
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8 // Initial Contributors:
     8 *
     9 // Nokia Corporation - initial contribution.
     9 * Initial Contributors:
    10 //
    10 * Nokia Corporation - initial contribution.
    11 // Contributors:
    11 *
    12 //
    12 * Contributors:
    13 // Description:
    13 *
    14 // cntplsql.dll
    14 * Description: 
    15 // cntplsql.dll Contacts engine persistence layer (no client interface)
    15 * cntplsql.dll
    16 // 
    16 * cntplsql.dll Contacts engine persistence layer (no client interface)
    17 //
    17 *
       
    18 */
    18 
    19 
       
    20 #include <platform_paths.hrh>
    19 #include "cntmodel.mmh"
    21 #include "cntmodel.mmh"
    20 
    22 
    21 target          cntplsql.dll
    23 target          cntplsql.dll
    22 targettype      DLL
    24 targettype      DLL
    23 CAPABILITY		All -TCB
    25 CAPABILITY		All -TCB
    24 UID				0x1027976B
    26 UID				0x1027976B
    25 VENDORID 		0x70000001
    27 VENDORID 		0x70000001
    26 
    28 
    27 //MACRO __PROFILE_DEBUG__
    29 //MACRO __PROFILE_DEBUG__
    28 
    30 
       
    31 APP_LAYER_SYSTEMINCLUDE
    29 
    32 
    30 userinclude ../src //for cntstd.h 
    33 USERINCLUDE	 		../src //for cntstd.h 
    31 userinclude ../cntsrv/inc //for persistencelayer.h 
    34 USERINCLUDE	 		../cntsrv/inc //for persistencelayer.h
    32 APP_LAYER_SYSTEMINCLUDE_SYMBIAN
    35 USERINCLUDE	 		../cntplsql/inc 
       
    36 USERINCLUDE	 		../inc	//for ccontactprivate.h
    33 
    37 
    34 userinclude 	../cntplsql/inc 
    38 // Qt Macros
    35 userinclude 	../inc			//for ccontactprivate.h
    39 MACRO		UNICODE
       
    40 MACRO		QT_KEYPAD_NAVIGATION
       
    41 MACRO		QT_SOFTKEYS_ENABLED
       
    42 MACRO		HB_EFFECTS
       
    43 MACRO		QT_NO_DEBUG
       
    44 MACRO		QT_SVG_LIB
       
    45 MACRO		QT_GUI_LIB
       
    46 MACRO		QT_NETWORK_LIB
       
    47 MACRO		QT_CORE_LIB
       
    48 MACRO		QT_WARNING_FILE_OUTPUT
    36 
    49 
    37 SOURCEPATH	../cntplsql/src
    50 SOURCEPATH	../cntplsql/src
    38 source		cntsqlprovider.cpp 
    51 source		cntsqlprovider.cpp 
    39 source		cntpersistenceutility.cpp
    52 source		cntpersistenceutility.cpp
    40 
    53 
    41 source		cpplcontacttable.cpp
    54 source		cpplcontacttable.cpp
    42 source		cpplgroupstable.cpp
    55 source		cpplgroupstable.cpp
    43 source		cpplcommaddrtable.cpp
    56 source		cpplcommaddrtable.cpp
       
    57 source		cpplpredictivesearchtable.cpp
    44 
    58 
    45 source 		pplcontactitemmanager.cpp
    59 source 		pplcontactitemmanager.cpp
    46 source		rpplicccontactstore.cpp
    60 source		rpplicccontactstore.cpp
    47 source		pplpreferencespersistor.cpp
    61 source		pplpreferencespersistor.cpp
    48 source		clplcontactproperties.cpp
    62 source		clplcontactproperties.cpp
    57 source		clplgenericproxy.cpp
    71 source		clplgenericproxy.cpp
    58 
    72 
    59 source      cntpplviewmanager.cpp
    73 source      cntpplviewmanager.cpp
    60 source      cntpplviewsession.cpp
    74 source      cntpplviewsession.cpp
    61 
    75 
       
    76 source    cpcskeymap.cpp
       
    77 //source		cntmetadataoperation.cpp
       
    78 source    cpplpresencetable.cpp
    62 
    79 
    63 library         euser.lib 
    80 LIBRARY         euser.lib 
    64 library         efsrv.lib 
    81 LIBRARY         efsrv.lib 
    65 library         estor.lib 
    82 LIBRARY         estor.lib 
    66 library         ecom.lib 
    83 LIBRARY         ecom.lib 
    67 library         bafl.lib
    84 LIBRARY         bafl.lib
    68 library         cntmodel.lib
    85 LIBRARY         cntmodel.lib
    69 library			sqldb.lib
    86 LIBRARY			sqldb.lib
       
    87 LIBRARY			HbCore.lib
       
    88 LIBRARY			qtcore.lib
       
    89 LIBRARY     	libstdcppv5.lib
       
    90 LIBRARY     	libc.lib
       
    91 LIBRARY     	libm.lib
    70 
    92 
       
    93 OPTION ARMCC --visibility_inlines_hidden
       
    94 
       
    95 EPOCALLOWDLLDATA
       
    96 STDCPP
    71 SMPSAFE
    97 SMPSAFE
    72 
       
    73