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 CS Plugin |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <data_caging_paths.hrh> |
|
20 #include <platform_paths.hrh> |
|
21 |
|
22 TARGET csplugin.dll |
|
23 TARGETTYPE PLUGIN |
|
24 |
|
25 // 271067363 0x102828E3 CS Call Plugin ECom DLL UID |
|
26 // 271067364 0x102828E4 CS Call Plugin ECom Interface UID |
|
27 // 271067365 0x102828E5 CS Call Plugin ECom Implementation UID |
|
28 |
|
29 // ECOM Dll recognition UID followed by the unique UID for this dll |
|
30 UID 0x10009D8D 0x102828E3 |
|
31 |
|
32 CAPABILITY CAP_ECOM_PLUGIN NetworkControl NetworkServices ReadDeviceData MultimediaDD |
|
33 VENDORID VID_DEFAULT |
|
34 |
|
35 #ifndef WINSCW |
|
36 EpocAllowDllData |
|
37 #endif |
|
38 |
|
39 |
|
40 SOURCEPATH ../src |
|
41 SOURCE csprovider.cpp |
|
42 SOURCE cspproxy.cpp |
|
43 SOURCE cspcall.cpp |
|
44 SOURCE cspvoicecall.cpp |
|
45 SOURCE rcsplinecontainer.cpp |
|
46 SOURCE cspetelcalleventmonitor.cpp |
|
47 SOURCE cspetelcallstatusmonitor.cpp |
|
48 SOURCE cspcallinfomonitor.cpp |
|
49 SOURCE cspetelincomingcallmonitor.cpp |
|
50 SOURCE cspetelcallrequester.cpp |
|
51 SOURCE cspetelcallcapsmonitor.cpp |
|
52 SOURCE cspetelconferencecallrequester.cpp |
|
53 SOURCE cspdtmfprovider.cpp |
|
54 SOURCE cspeteldtmfmonitor.cpp |
|
55 SOURCE cspeteldtmfstopmonitor.cpp |
|
56 SOURCE cspconferencecall.cpp |
|
57 SOURCE cspetelconferencestatusmonitor.cpp |
|
58 SOURCE cspetelconferenceeventmonitor.cpp |
|
59 SOURCE cspetelconferencecapsmonitor.cpp |
|
60 SOURCE csptransferprovider.cpp |
|
61 SOURCE cspservicesettingshandler.cpp |
|
62 SOURCE cspvideocall.cpp |
|
63 SOURCE cspetelvideocallcapsmonitor.cpp |
|
64 SOURCE cspforwardprovider.cpp |
|
65 SOURCE cspvideocallconnectionhandler.cpp |
|
66 SOURCE cspcalladdedhandler.cpp |
|
67 SOURCE cspcallarray.cpp |
|
68 SOURCE csppanic.cpp |
|
69 SOURCE cspaudiohandler.cpp |
|
70 SOURCE csppubsublistener.cpp |
|
71 SOURCE cspetelcallwaitingrequester.cpp |
|
72 SOURCE cspsupplementaryservicesmonitor.cpp |
|
73 SOURCE cspcipheringstatusmonitor.cpp |
|
74 SOURCE cspsssettingshandler.cpp |
|
75 SOURCE cspuuimessagesender.cpp |
|
76 SOURCE cspuuimonitor.cpp |
|
77 SOURCE tcspskypeidparser.cpp |
|
78 SOURCE csptimer.cpp |
|
79 SOURCE cspcallcommandhandler.cpp |
|
80 SOURCE cspremotealertingtonelistener.cpp |
|
81 SOURCE cspetellinestatusmonitor.cpp |
|
82 SOURCE cspclientvideocall.cpp |
|
83 SOURCE cspclientvoicecall.cpp |
|
84 SOURCE tmshandler.cpp |
|
85 |
|
86 // user include paths |
|
87 USERINCLUDE ../inc |
|
88 |
|
89 // APP_LAYER_SYSTEMINCLUDE is needed for |
|
90 // telmicmutestatuspskeys.h telincallvolcntrlcrkeys.h |
|
91 // MW_LAYER_SYSTEMINCLUDE would be preferred |
|
92 APP_LAYER_SYSTEMINCLUDE |
|
93 |
|
94 SYSTEMINCLUDE /epoc32/include/ecom |
|
95 |
|
96 |
|
97 MW_LAYER_SYSTEMINCLUDE |
|
98 OS_LAYER_LIBC_SYSTEMINCLUDE |
|
99 OS_LAYER_GLIB_SYSTEMINCLUDE |
|
100 SYSTEMINCLUDE /epoc32/include/stdapis/stlport |
|
101 |
|
102 |
|
103 SOURCEPATH ../data |
|
104 START RESOURCE 102828e3.rss |
|
105 TARGET csplugin.rsc |
|
106 END |
|
107 |
|
108 LIBRARY bafl.lib |
|
109 LIBRARY euser.lib |
|
110 LIBRARY ecom.lib |
|
111 LIBRARY etelmm.lib |
|
112 LIBRARY etel.lib |
|
113 LIBRARY customapi.lib |
|
114 LIBRARY esock.lib |
|
115 LIBRARY serviceprovidersettings.lib // Reading service id and related |
|
116 LIBRARY featmgr.lib |
|
117 LIBRARY centralrepository.lib |
|
118 LIBRARY sssettings.lib |
|
119 LIBRARY telephonyaudiorouting.lib callprovider.lib cce.lib |
|
120 |
|
121 LIBRARY tmsfactory.lib |
|
122 LIBRARY tmsapi.lib |
|
123 LIBRARY libglib.lib |
|
124 |
|
125 DEBUGLIBRARY flogger.lib |
|