|
1 /* |
|
2 * Copyright (c) 2007-2008 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 cscsipvoipcleanupplugin |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 #include "../inc/cscsvcpluginuids.hrh" |
|
21 |
|
22 CAPABILITY CAP_ECOM_PLUGIN |
|
23 TARGET cscsipvoipcleanupplugin.dll |
|
24 TARGETTYPE PLUGIN |
|
25 UID 0x10009D8D KCSCSvcPluginDllUid |
|
26 |
|
27 VENDORID VID_DEFAULT |
|
28 |
|
29 SOURCEPATH ../src |
|
30 SOURCE cscsvcplugin.cpp |
|
31 SOURCE cscsvcpluginhandler.cpp |
|
32 SOURCE cscsvcpluginsiphandler.cpp |
|
33 SOURCE cscsvcpluginrcsehandler.cpp |
|
34 SOURCE cscsvcplugincenrephandler.cpp |
|
35 SOURCE cscsvcpluginimplementationtable.cpp |
|
36 |
|
37 USERINCLUDE ../inc |
|
38 USERINCLUDE ../data |
|
39 |
|
40 APP_LAYER_SYSTEMINCLUDE |
|
41 SYSTEMINCLUDE /epoc32/include/ecom |
|
42 SYSTEMINCLUDE ../../../inc |
|
43 |
|
44 SOURCEPATH ../data |
|
45 |
|
46 //ECOM resource definition |
|
47 START RESOURCE 2000B007.rss |
|
48 TARGET cscsipvoipcleanupplugin.rsc |
|
49 END // ECOM resource definition |
|
50 |
|
51 LIBRARY ecom.lib |
|
52 LIBRARY bafl.lib |
|
53 LIBRARY rcse.lib |
|
54 LIBRARY euser.lib |
|
55 LIBRARY estor.lib |
|
56 LIBRARY efsrv.lib |
|
57 LIBRARY commdb.lib |
|
58 LIBRARY sipcodec.lib |
|
59 LIBRARY cmmanager.lib |
|
60 LIBRARY inetprotutil.lib |
|
61 LIBRARY sipprofilecli.lib |
|
62 LIBRARY xdmsettingsapi.lib |
|
63 LIBRARY centralrepository.lib |
|
64 LIBRARY presencesettingsapi.lib |
|
65 LIBRARY serviceprovidersettings.lib |
|
66 |
|
67 |