summaryrefslogtreecommitdiffstats
path: root/plugins/contacts/symbian/contactsmodel/groupsql/cntplsql.mmp
blob: a9e50a89850f0bc5789219734034d3eb9615dcdf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
/*
* Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description: 
* cntplsql.dll
* cntplsql.dll Contacts engine persistence layer (no client interface)
*
*/

#include <platform_paths.hrh>
#include "cntmodel.mmh"

TARGET          cntplsql.dll
targettype      DLL
CAPABILITY		All -TCB
UID				0x1027976B
VENDORID 		0x70000001

//MACRO __PROFILE_DEBUG__

APP_LAYER_SYSTEMINCLUDE

userinclude ../src //for cntstd.h 
userinclude ../cntsrv/inc //for persistencelayer.h 
userinclude ../cntmodel/inc // for cntimagerescaleutility.h
APP_LAYER_SYSTEMINCLUDE_SYMBIAN

userinclude 	../cntplsql/inc
userinclude 	../inc			//for ccontactprivate.h, cntdbconsts_internal.h

SOURCEPATH	../cntplsql/src
source		cntsqlprovider.cpp 
source		cntpersistenceutility.cpp

source		cpplcontacttable.cpp
source		cpplgroupstable.cpp
source		cpplcommaddrtable.cpp

source 		pplcontactitemmanager.cpp
source		rpplicccontactstore.cpp
source		pplpreferencespersistor.cpp
source		clplcontactproperties.cpp
source		cplcollectioniterator.cpp
source		cplplugins.cpp

source		cntfilesearch.cpp
source		cplcontactsfile.cpp
source		cplpersistencebroker.cpp

source 		clplanalyserproxy.cpp
source		clplgenericproxy.cpp

source      cntpplviewmanager.cpp
source      cntpplviewsession.cpp


//source		cntmetadataoperation.cpp

source    cntsqldbstructure.cpp

LIBRARY         euser.lib 
LIBRARY         efsrv.lib 
LIBRARY         estor.lib 
LIBRARY         ecom.lib 
LIBRARY         bafl.lib
LIBRARY         cntmodel.lib
LIBRARY			sqldb.lib

LIBRARY     	libstdcppv5.lib
LIBRARY     	libc.lib
LIBRARY     	libm.lib
LIBRARY      	platformenv.lib
LIBRARY         charconv.lib
LIBRARY         centralrepository.lib

OPTION ARMCC --visibility_inlines_hidden


EPOCALLOWDLLDATA
STDCPP
SMPSAFE