|
1 /* |
|
2 * Copyright (c) 2006-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 NAT FW TURN Plug-in |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 #include <platform_paths.hrh> |
|
21 |
|
22 TARGET turnplugin.dll |
|
23 TARGETTYPE PLUGIN |
|
24 UID 0x10009D8D 0x1027545D |
|
25 |
|
26 CAPABILITY CAP_ECOM_PLUGIN |
|
27 VENDORID VID_DEFAULT |
|
28 |
|
29 SOURCEPATH ../src |
|
30 SOURCE natfwturnplugin.cpp |
|
31 SOURCE natfwturnconnectionhandler.cpp |
|
32 SOURCE natfwturnrefreshtimer.cpp |
|
33 SOURCE natfwturnactivedestinationtimer.cpp |
|
34 SOURCE natfwturnpluginimplementationproxy.cpp |
|
35 SOURCE cturnasynccallback.cpp |
|
36 SOURCE tturnplugincallbackinfo.cpp |
|
37 SOURCE cnatfwturnserversettings.cpp |
|
38 |
|
39 SOURCEPATH ../data |
|
40 START RESOURCE 1027545d.rss |
|
41 TARGET turnplugin.rsc |
|
42 END |
|
43 |
|
44 USERINCLUDE ../inc |
|
45 USERINCLUDE ../../../inc |
|
46 USERINCLUDE ../../natfwshared/inc |
|
47 USERINCLUDE ../../natfwclient/inc |
|
48 USERINCLUDE ../../natfwconnectionmultiplexer/inc |
|
49 USERINCLUDE ../../natfwsettings/inc |
|
50 USERINCLUDE ../../inc |
|
51 USERINCLUDE ../../natfwstunturnclient/inc |
|
52 USERINCLUDE ../../natfwunsaf_protocols/unsaf_codec/inc |
|
53 |
|
54 MW_LAYER_SYSTEMINCLUDE |
|
55 |
|
56 LIBRARY euser.lib |
|
57 LIBRARY ecom.lib |
|
58 LIBRARY esock.lib |
|
59 LIBRARY insock.lib |
|
60 LIBRARY connectionmux.lib |
|
61 LIBRARY natconfw.lib |
|
62 LIBRARY natfwnatsettings.lib |
|
63 LIBRARY natfwstunclient.lib |
|
64 LIBRARY natfwunsafprotocols.lib |
|
65 |
|
66 PAGED |