28
|
1 |
/*
|
|
2 |
* Copyright (c) 2007-2009 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 sipconnectionprovider
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
#include <data_caging_paths.hrh>
|
|
19 |
#include <platform_paths.hrh>
|
|
20 |
#include "../inc/sipconnectionprovideruids.hrh"
|
|
21 |
|
|
22 |
TARGET sipconnectionprovider.dll
|
|
23 |
TARGETTYPE PLUGIN
|
|
24 |
UID 0x10009D8D KSIPConnectivityPluginUid
|
|
25 |
VENDORID VID_DEFAULT
|
|
26 |
CAPABILITY CAP_ECOM_PLUGIN
|
|
27 |
|
|
28 |
// SOURCE
|
|
29 |
SOURCEPATH ../src
|
|
30 |
SOURCE scpplugin.cpp
|
|
31 |
SOURCE scpservicemanager.cpp
|
|
32 |
SOURCE scpservicehandlerbase.cpp
|
|
33 |
SOURCE scpprofilehandler.cpp
|
|
34 |
SOURCE scpsipconnection.cpp
|
|
35 |
SOURCE scputility.cpp
|
|
36 |
SOURCE scpsettinghandler.cpp
|
|
37 |
SOURCE scpvoiphandler.cpp
|
|
38 |
SOURCE scpvmbxhandler.cpp
|
|
39 |
SOURCE scppresencehandler.cpp
|
|
40 |
SOURCE scpservicestorage.cpp
|
|
41 |
SOURCE scpservice.cpp
|
|
42 |
SOURCE scpsubservice.cpp
|
|
43 |
SOURCE scpsubservicestate.cpp
|
|
44 |
SOURCE scpdisabled.cpp
|
|
45 |
SOURCE scpconnectingservice.cpp
|
|
46 |
SOURCE scpenabled.cpp
|
|
47 |
SOURCE scpdisconnecting.cpp
|
|
48 |
SOURCE scpstatecontainer.cpp
|
|
49 |
SOURCE scppropertynotifier.cpp
|
|
50 |
SOURCE scpimhandler.cpp
|
|
51 |
|
|
52 |
START RESOURCE ../data/1027545B.rss
|
|
53 |
#ifdef SYMBIAN_SECURE_ECOM
|
|
54 |
TARGET sipconnectionprovider.rsc
|
|
55 |
#endif
|
|
56 |
END
|
|
57 |
|
|
58 |
// INCLUDE
|
|
59 |
USERINCLUDE ../inc
|
|
60 |
USERINCLUDE ../../inc
|
|
61 |
USERINCLUDE ../../../inc
|
|
62 |
|
|
63 |
APP_LAYER_SYSTEMINCLUDE
|
|
64 |
SYSTEMINCLUDE /epoc32/include/ecom
|
|
65 |
|
|
66 |
// LIBRARY
|
|
67 |
LIBRARY euser.lib
|
|
68 |
LIBRARY sipclient.lib
|
|
69 |
LIBRARY sipprofilecli.lib
|
|
70 |
LIBRARY connmon.lib
|
|
71 |
LIBRARY ecom.lib
|
|
72 |
LIBRARY rcse.lib
|
|
73 |
LIBRARY serviceprovidersettings.lib
|
|
74 |
LIBRARY flogger.lib
|
|
75 |
LIBRARY commdb.lib
|
|
76 |
LIBRARY presencesettingsapi.lib
|
|
77 |
LIBRARY voipeventlog.lib
|
|
78 |
LIBRARY ipapputils.lib
|
|
79 |
LIBRARY xdmsettingsapi.lib
|
|
80 |
LIBRARY ipvoicemailengine.lib
|
|
81 |
LIBRARY bafl.lib
|
|
82 |
LIBRARY inetprotutil.lib
|
|
83 |
LIBRARY cmmanager.lib
|
|
84 |
|
|
85 |
// access to uiservicetabsettings
|
|
86 |
LIBRARY vimpstsettings.lib
|
|
87 |
/***************************
|
|
88 |
* Logging method variants:
|
|
89 |
* 0 = No logging
|
|
90 |
* 1 = UDEB RDebug
|
|
91 |
* 2 = UDEB Flogger
|
|
92 |
* 3 = UDEB RDebug & Flogger
|
|
93 |
*
|
|
94 |
* For file logging make sure that directory C:/logs/scp exists
|
|
95 |
***************************/
|
|
96 |
|
|
97 |
MACRO SCP_LOGGING_1
|