author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Thu, 24 Sep 2009 12:43:20 +0300 | |
changeset 12 | f4292e0e20df |
parent 11 | 5c0037c72160 |
child 26 | 5d0ec8b709be |
permissions | -rw-r--r-- |
5 | 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 |
||
12
f4292e0e20df
Revision: 200937
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
11
diff
changeset
|
27 |
VERSION 1.1 |
5 | 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 |
|
12
f4292e0e20df
Revision: 200937
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
11
diff
changeset
|
50 |
END |
f4292e0e20df
Revision: 200937
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
11
diff
changeset
|
51 |
|
11
5c0037c72160
Revision: 200935
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
10
diff
changeset
|
52 |
START RESOURCE contactprovidername.rss |
5c0037c72160
Revision: 200935
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
10
diff
changeset
|
53 |
TARGETPATH APP_RESOURCE_DIR |
5c0037c72160
Revision: 200935
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
10
diff
changeset
|
54 |
HEADER |
5c0037c72160
Revision: 200935
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
10
diff
changeset
|
55 |
LANGUAGE_IDS |
5 | 56 |
END |
57 |
||
58 |
//Libraries to be linked |
|
59 |
LIBRARY euser.lib |
|
60 |
LIBRARY contactservice.lib |
|
61 |
LIBRARY liwServiceHandler.lib |
|
62 |
LIBRARY ecom.lib |
|
63 |
LIBRARY vpbkeng.lib |
|
64 |
LIBRARY vpbkvcardEng.lib |
|
10
fc9cf246af83
Revision: 200931
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
5
diff
changeset
|
65 |
LIBRARY charconv.lib |
fc9cf246af83
Revision: 200931
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
5
diff
changeset
|
66 |
LIBRARY efsrv.lib |
fc9cf246af83
Revision: 200931
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
5
diff
changeset
|
67 |
LIBRARY estor.lib |
5 | 68 |
|
69 |
#if defined(WINS) |
|
70 |
deffile ../bwins/contactproviderwinscw.def |
|
71 |
#elif defined(EABI) |
|
72 |
deffile ../eabi/contactproviderarm.def |
|
73 |
#endif |
|
74 |
||
75 |
nostrictdef |
|
76 |
||
77 |
paged |
|
78 |
||
79 |
//End of File |