|
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 client library |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 |
|
22 |
|
23 #include "../../../group/upnpplatformvar.hrh" |
|
24 |
|
25 TARGET upnpavcontrollerclient.dll |
|
26 TARGETTYPE dll |
|
27 UID 0x1000008D 0x20007567 |
|
28 |
|
29 CAPABILITY CAP_GENERAL_DLL |
|
30 VENDORID VID_DEFAULT |
|
31 |
|
32 VERSION 10.1 |
|
33 paged |
|
34 |
|
35 SOURCEPATH ../src |
|
36 SOURCE upnpavcontrollerclient.cpp |
|
37 SOURCE upnpavcontrollerfactory.cpp |
|
38 SOURCE upnpavcontrolleractive.cpp |
|
39 SOURCE upnpavrenderingsessionimpl.cpp |
|
40 SOURCE upnpavbrowsingsessionimpl.cpp |
|
41 SOURCE upnpavdevice.cpp |
|
42 SOURCE upnpavdevicelist.cpp |
|
43 SOURCE upnpaveventactive.cpp |
|
44 SOURCE upnpavdeviceactive.cpp |
|
45 SOURCE upnpavrenderingactive.cpp |
|
46 SOURCE upnpavconnectionactive.cpp |
|
47 SOURCE upnpfileuploadsessionimpl.cpp |
|
48 SOURCE upnpfiledownloadsessionimpl.cpp |
|
49 |
|
50 MW_LAYER_SYSTEMINCLUDE |
|
51 USERINCLUDE ../../../inc |
|
52 |
|
53 USERINCLUDE ../inc |
|
54 USERINCLUDE ../../inc |
|
55 |
|
56 LIBRARY euser.lib |
|
57 LIBRARY estor.lib |
|
58 LIBRARY upnpavobjects.lib |
|
59 LIBRARY upnpserviceframework.lib |
|
60 LIBRARY upnpipserversutils.lib |
|
61 LIBRARY upnpavcontrollerhelper.lib |
|
62 LIBRARY bafl.lib |
|
63 LIBRARY upnputilities.lib |
|
64 LIBRARY efsrv.lib |
|
65 |
|
66 // XML |
|
67 LIBRARY upnpxmlparser.lib |
|
68 |
|
69 DEBUGLIBRARY flogger.lib |
|
70 |
|
71 // End of file |