author | Pat Downey <patd@symbian.org> |
Wed, 01 Sep 2010 12:28:47 +0100 | |
branch | RCL_3 |
changeset 45 | a9c0808a1095 |
parent 26 | 5d0ec8b709be |
permissions | -rw-r--r-- |
5 | 1 |
/* |
2 |
* Copyright (c) 2006 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 the License "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: |
|
15 |
* |
|
16 |
*/ |
|
17 |
||
18 |
||
19 |
#include "../../../group/sapiincludes.mmpi" |
|
20 |
||
21 |
||
22 |
TARGET contactservice.dll |
|
23 |
TARGETTYPE dll |
|
24 |
UID 0x1000008d 0x102833A6 |
|
25 |
||
26 |
EPOCALLOWDLLDATA |
|
27 |
||
26
5d0ec8b709be
Revision: 200949
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
12
diff
changeset
|
28 |
VERSION 1.2 |
5 | 29 |
|
30 |
CAPABILITY CAP_GENERAL_DLL |
|
31 |
VENDORID 0 |
|
32 |
||
33 |
SOURCEPATH ../src |
|
34 |
||
35 |
||
36 |
SOURCE contactservice.cpp importstorelistobserver.cpp \ |
|
37 |
exportstorelistobserver.cpp |
|
38 |
SOURCE syncbehaviour.cpp |
|
39 |
SOURCE getliststorelistobserver.cpp |
|
40 |
SOURCE contactviewobserver.cpp |
|
41 |
SOURCE contactretrieveobserver.cpp |
|
42 |
SOURCE contactiter.cpp |
|
43 |
SOURCE searchfields.cpp |
|
44 |
SOURCE singlecontact.cpp |
|
45 |
SOURCE singlecontactfield.cpp |
|
46 |
SOURCE contactsynccallback.cpp |
|
47 |
SOURCE contactsyncapi.cpp |
|
48 |
||
49 |
SOURCE addcontactobserver.cpp deletecontactobserver.cpp \ |
|
50 |
organisegroupsobserver.cpp |
|
51 |
||
52 |
||
53 |
USERINCLUDE ../inc |
|
54 |
||
55 |
||
56 |
||
57 |
LIBRARY euser.lib |
|
58 |
LIBRARY estor.lib |
|
59 |
LIBRARY apparc.lib |
|
60 |
LIBRARY cone.lib |
|
61 |
LIBRARY eikcore.lib |
|
62 |
LIBRARY avkon.lib |
|
63 |
LIBRARY vpbkeng.lib |
|
64 |
LIBRARY vpbkvcardEng.lib |
|
65 |
LIBRARY efsrv.lib |
|
66 |
LIBRARY commonengine.lib |
|
67 |
LIBRARY bafl.lib |
|
68 |
||
69 |
paged |