|
1 /** @file |
|
2 * Copyright (c) 2002-2004 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: |
|
15 * This is the project specification file for Upnp. |
|
16 * |
|
17 */ |
|
18 |
|
19 #include "../../../inc/upnpcompvariant.hrh" |
|
20 |
|
21 TARGETTYPE exe |
|
22 |
|
23 #if defined(__HN_31__) || defined(__HN_32__) |
|
24 TARGET hnmessagehandler.exe |
|
25 UID 0x1000008d 0x2000F881 |
|
26 #else |
|
27 TARGET messagehandler.exe |
|
28 UID 0x1000008d 0x10005BCD |
|
29 #endif |
|
30 |
|
31 CAPABILITY CAP_SERVER NetworkControl |
|
32 VENDORID VID_DEFAULT |
|
33 |
|
34 SOURCEPATH ../src |
|
35 SOURCE upnpmessagehandlerengine.cpp |
|
36 SOURCE upnpmessagehandlersession.cpp |
|
37 SOURCE upnpmessagehandler.cpp |
|
38 |
|
39 #ifdef RD_UPNP_REMOTE_ACCESS |
|
40 SOURCE upnpipfiltering.cpp |
|
41 SOURCE upnpipfilteringdnsquery.cpp |
|
42 #endif |
|
43 |
|
44 SOURCE upnpssdphandlerbase.cpp |
|
45 SOURCE upnpssdphandlerdown.cpp |
|
46 SOURCE upnpssdphandlerup.cpp |
|
47 |
|
48 MW_LAYER_SYSTEMINCLUDE |
|
49 SYSTEMINCLUDE ../../../inc |
|
50 SYSTEMINCLUDE ../../inc |
|
51 USERINCLUDE ../inc |
|
52 |
|
53 LIBRARY euser.lib |
|
54 LIBRARY insock.lib |
|
55 LIBRARY esock.lib |
|
56 |
|
57 #if defined(__HN_31__) || defined(__HN_32__) |
|
58 LIBRARY hnipserversutils.lib |
|
59 LIBRARY hnssdpserver.lib |
|
60 #else |
|
61 LIBRARY upnpipserversutils.lib |
|
62 LIBRARY ssdpserver.lib |
|
63 LIBRARY upnpconnectionmanagersession.lib |
|
64 #endif |
|
65 |
|
66 // for the IAP query |
|
67 LIBRARY commdb.lib |
|
68 // for logging |
|
69 LIBRARY flogger.lib |
|
70 // for CDesCArrayFlat |
|
71 LIBRARY bafl.lib |
|
72 // |
|
73 LIBRARY ecom.lib |
|
74 LIBRARY efsrv.lib |
|
75 |
|
76 //***IPFILTERING*/ |
|
77 #ifdef RD_UPNP_REMOTE_ACCESS |
|
78 LIBRARY estor.lib |
|
79 LIBRARY upnpconnectionmanagersession.lib |
|
80 #endif |
|
81 //end of file |
|
82 |
|
83 VERSION 10.1 |
|
84 |
|
85 paged |
|
86 |
|
87 SMPSAFE |