|
1 /* |
|
2 * Copyright (c) 2006 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 file for AVController server library |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 |
|
22 #include "../../../group/upnpplatformvar.hrh" |
|
23 |
|
24 TARGET upnpavcontrollerserver.exe |
|
25 TARGETTYPE exe |
|
26 CAPABILITY CAP_SERVER |
|
27 VENDORID VID_DEFAULT |
|
28 UID 0x1000008d 0x20007566 |
|
29 |
|
30 VERSION 10.1 |
|
31 paged |
|
32 |
|
33 EPOCHEAPSIZE 4096 2097152 // 4K / 2M |
|
34 |
|
35 SOURCEPATH ../src |
|
36 SOURCE upnpavcontrollerserver.cpp |
|
37 SOURCE upnpavcontrollersession.cpp |
|
38 SOURCE upnpavdispatcher.cpp |
|
39 SOURCE upnpavactioninfo.cpp |
|
40 SOURCE upnpavcontrollerimpl.cpp |
|
41 SOURCE upnpplaybacksession.cpp |
|
42 SOURCE upnpfilesharingactive.cpp |
|
43 SOURCE upnpbrowsingsession.cpp |
|
44 SOURCE upnpaverrorhandler.cpp |
|
45 SOURCE upnpavtimer.cpp |
|
46 SOURCE upnpdevicerepository.cpp |
|
47 SOURCE upnpavdeviceextended.cpp |
|
48 SOURCE upnpdevicediscoverymessage.cpp |
|
49 SOURCE upnpdownloadsession.cpp |
|
50 SOURCE upnpuploadsession.cpp |
|
51 SOURCE upnpfiletransfersessionbase.cpp |
|
52 SOURCE upnpresourcehelper.cpp |
|
53 |
|
54 MW_LAYER_SYSTEMINCLUDE |
|
55 USERINCLUDE ../../../inc |
|
56 |
|
57 USERINCLUDE ../inc |
|
58 USERINCLUDE ../../inc |
|
59 USERINCLUDE ../../upnpavcontrollerclient/inc |
|
60 |
|
61 // system |
|
62 LIBRARY euser.lib |
|
63 LIBRARY efsrv.lib |
|
64 LIBRARY estor.lib |
|
65 LIBRARY insock.lib |
|
66 LIBRARY centralrepository.lib |
|
67 LIBRARY charconv.lib |
|
68 |
|
69 // upnp stack |
|
70 LIBRARY avmediaserverclient.lib |
|
71 LIBRARY upnpserviceframework.lib |
|
72 LIBRARY upnpcontrolpointbase.lib |
|
73 LIBRARY upnpavobjects.lib |
|
74 LIBRARY upnpipserversutils.lib |
|
75 LIBRARY avcontrolframework.lib |
|
76 |
|
77 // UPnP framework |
|
78 LIBRARY upnpavcontrollerclient.lib |
|
79 LIBRARY upnpavcontrollerhelper.lib |
|
80 LIBRARY upnpxmlparser.lib |
|
81 LIBRARY upnputilities.lib |
|
82 LIBRARY upnpsecurity.lib |
|
83 LIBRARY httptransfer.lib |
|
84 |
|
85 DEBUGLIBRARY flogger.lib |
|
86 |
|
87 // End of file |