|
1 /* |
|
2 * Copyright (c) 2006-2007 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: Project specification file for contactprovider dll. |
|
15 * |
|
16 */ |
|
17 |
|
18 #include "../../group/sapiincludes.mmpi" |
|
19 |
|
20 TARGET contactprovider.dll |
|
21 TARGETTYPE PLUGIN |
|
22 |
|
23 CAPABILITY CAP_ECOM_PLUGIN |
|
24 |
|
25 UID 0x10009D8D 0x102833A7 |
|
26 |
|
27 VERSION 1.0 |
|
28 |
|
29 //Source files directory |
|
30 SOURCEPATH ../src |
|
31 |
|
32 //Source files |
|
33 SOURCE contactprovider.cpp |
|
34 SOURCE contactinterface.cpp |
|
35 SOURCE contactinterfacecallback.cpp |
|
36 SOURCE contactiterator.cpp |
|
37 |
|
38 |
|
39 //User includes directory |
|
40 USERINCLUDE ../inc |
|
41 USERINCLUDE ../../inc |
|
42 USERINCLUDE ../contactservice/inc |
|
43 |
|
44 |
|
45 SOURCEPATH ../data |
|
46 |
|
47 //Resource specificatiopns |
|
48 START RESOURCE 0x102833A7.rss |
|
49 TARGET contactprovider.rsc |
|
50 END |
|
51 |
|
52 //Libraries to be linked |
|
53 LIBRARY euser.lib |
|
54 LIBRARY contactservice.lib |
|
55 LIBRARY liwServiceHandler.lib |
|
56 LIBRARY ecom.lib |
|
57 LIBRARY vpbkeng.lib |
|
58 LIBRARY vpbkvcardEng.lib |
|
59 |
|
60 #if defined(WINS) |
|
61 deffile ../bwins/contactproviderwinscw.def |
|
62 #elif defined(EABI) |
|
63 deffile ../eabi/contactproviderarm.def |
|
64 #endif |
|
65 |
|
66 nostrictdef |
|
67 |
|
68 paged |
|
69 |
|
70 //End of File |