|
1 # Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). |
|
2 # All rights reserved. |
|
3 # This component and the accompanying materials are made available |
|
4 # under the terms of "Eclipse Public License v1.0" |
|
5 # which accompanies this distribution, and is available |
|
6 # at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 # Initial Contributors: |
|
8 # Nokia Corporation - initial contribution. |
|
9 # Contributors: |
|
10 # Description: Dlna test app |
|
11 TEMPLATE = app |
|
12 TARGET = dlnasrv_exampleapp |
|
13 LIBS += -lupnpavcontrollerclient \ |
|
14 -lupnpsettingsengine \ |
|
15 -linetprotutil \ |
|
16 -lesocksvr \ |
|
17 -lesock \ |
|
18 -lupnpavcontrollerhelper \ |
|
19 -lupnprenderingstatemachine \ |
|
20 -lupnpconnmon |
|
21 DEFINES += __FUNC_TRACE__ |
|
22 VPATH += ./inc \ |
|
23 ./src |
|
24 INCLUDEPATH += ../inc \ |
|
25 $$MW_LAYER_SYSTEMINCLUDE \ |
|
26 /epoc32/include |
|
27 HEADERS = inc/tracedefs.h \ |
|
28 inc/trace.h \ |
|
29 inc/traceconfiguration.hrh \ |
|
30 inc/exampleappengine_p.h \ |
|
31 inc/exampleappengine.h \ |
|
32 inc/exampleappui.h |
|
33 SOURCES += src/exampleappengine_p.cpp \ |
|
34 src/exampleappengine.cpp \ |
|
35 src/exampleappui.cpp \ |
|
36 main.cpp |
|
37 symbian { |
|
38 TARGET.CAPABILITY = \ |
|
39 # User Capabilities: |
|
40 NetworkServices ReadUserData WriteUserData \ |
|
41 # System Capabilities: |
|
42 ReadDeviceData WriteDeviceData |
|
43 TARGET.UID3 = 0xE0000000 |
|
44 } |