|
1 /* |
|
2 * Copyright (c) 2005 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 specification file of Imps Ip CirWatcher. |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <platform_paths.hrh> |
|
19 |
|
20 //APP_LAYER_SYSTEMINCLUDE |
|
21 |
|
22 TARGET ImpsIpCirWatcher.dll |
|
23 CAPABILITY CAP_ECOM_PLUGIN |
|
24 TARGETTYPE PLUGIN |
|
25 |
|
26 // ECom Dll recognition UID followed by the unique UID |
|
27 UID 0x10009D8D 0x101FB0C4 |
|
28 VENDORID VID_DEFAULT |
|
29 |
|
30 SOURCEPATH ../src |
|
31 SOURCE CirWatcherMain.cpp |
|
32 |
|
33 START RESOURCE 101FB0C4.rss |
|
34 |
|
35 TARGET ImpsIpCirWatcher.rsc |
|
36 |
|
37 END |
|
38 |
|
39 SOURCEPATH ../ImpsTcpIpCirWatcher/src |
|
40 SOURCE TcpCirWatcher.cpp |
|
41 SOURCE TcpCirWatcherTimer.cpp |
|
42 |
|
43 SOURCEPATH ../ImpsUdpIpCirWatcher/src |
|
44 SOURCE UdpCirWatcher.cpp |
|
45 SOURCE UdpSocketListener.cpp |
|
46 |
|
47 USERINCLUDE ../inc |
|
48 USERINCLUDE ../../enginc |
|
49 USERINCLUDE ../ImpsTcpIpCirWatcher/inc |
|
50 USERINCLUDE ../ImpsUdpIpCirWatcher/inc |
|
51 |
|
52 SYSTEMINCLUDE ../../../inc |
|
53 SYSTEMINCLUDE ../../../im_pub/im_api/inc |
|
54 SYSTEMINCLUDE ../../../im_pub/im_application_launch_api/inc |
|
55 |
|
56 APP_LAYER_SYSTEMINCLUDE |
|
57 |
|
58 LIBRARY euser.lib |
|
59 LIBRARY ecom.lib |
|
60 LIBRARY esock.lib |
|
61 LIBRARY insock.lib |
|
62 LIBRARY efsrv.lib |
|
63 DEBUGLIBRARY flogger.lib |