|
1 /* |
|
2 * Copyright (c) 2008-2010 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 "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: Project definition file for project Contacts Group DS adapter |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 #include <defaultcaps.hrh> |
|
21 #include <data_caging_paths.hrh> |
|
22 |
|
23 TARGET contactsgrpdataprovider.dll |
|
24 TARGETTYPE PLUGIN |
|
25 UID 0x10009d8d 0x101FF972 |
|
26 |
|
27 CAPABILITY CAP_ECOM_PLUGIN |
|
28 VENDORID VID_DEFAULT |
|
29 |
|
30 SOURCEPATH ..\src |
|
31 SOURCE contactsgrpdataprovider.cpp |
|
32 SOURCE contactsgrpdatastore.cpp |
|
33 SOURCE contactsgrpconverter.cpp |
|
34 SOURCE changefinder.cpp |
|
35 SOURCE snapshotitem.cpp |
|
36 |
|
37 USERINCLUDE ..\inc |
|
38 |
|
39 APP_LAYER_SYSTEMINCLUDE |
|
40 |
|
41 SOURCEPATH ..\src |
|
42 |
|
43 START RESOURCE contactsgrpdataprovider.rss |
|
44 HEADER |
|
45 TARGET contactsgrpdataprovider.rsc |
|
46 TARGETPATH ECOM_RESOURCE_DIR |
|
47 END |
|
48 |
|
49 START RESOURCE contactsgrpdatastore.rss |
|
50 HEADER |
|
51 TARGET contactsgrpdatastore.rsc |
|
52 TARGETPATH RESOURCE_FILES_DIR |
|
53 END |
|
54 |
|
55 |
|
56 DEBUGLIBRARY flogger.lib |
|
57 LIBRARY euser.lib |
|
58 LIBRARY estor.lib |
|
59 LIBRARY ecom.lib |
|
60 LIBRARY smldataprovider.lib |
|
61 LIBRARY bafl.lib |
|
62 LIBRARY nsmlchangefinder.lib |
|
63 LIBRARY efsrv.lib |
|
64 LIBRARY smlstoreformat.lib |
|
65 LIBRARY SenXml.lib |
|
66 LIBRARY charconv.lib |
|
67 LIBRARY sysutil.lib |
|
68 LIBRARY hash.lib |
|
69 LIBRARY cntmodel.lib |
|
70 LIBRARY vcard.lib |
|
71 LIBRARY versit.lib |