1 /* |
|
2 * Copyright (c) 2005-2007 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 specification file for UpnpAiwProvider |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 // For compatibility with S60 3.2 and IAD branch |
|
20 #include "../../../group/upnpplatformvar.hrh" |
|
21 #include "../inc/upnpaiwprovideruids.hrh" |
|
22 #include <data_caging_paths.hrh> |
|
23 |
|
24 // Build target |
|
25 TARGET upnpaiwprovider.dll |
|
26 CAPABILITY CAP_ECOM_PLUGIN |
|
27 TARGETTYPE PLUGIN |
|
28 UID 0x10009D8D KUPnPAiwProviderDllUid |
|
29 VENDORID VID_DEFAULT |
|
30 |
|
31 // SIS installation + IAD support |
|
32 VERSION 10.1 |
|
33 paged |
|
34 |
|
35 SOURCEPATH ../data |
|
36 START RESOURCE 10208a15.rss |
|
37 HEADER |
|
38 TARGET upnpaiwprovider.rsc |
|
39 TARGETPATH resource/plugins |
|
40 END |
|
41 |
|
42 SOURCEPATH ../data |
|
43 START RESOURCE upnpaiwmenuresources.rss |
|
44 HEADER |
|
45 TARGET upnpaiwmenuresources.rsc |
|
46 TARGETPATH RESOURCE_FILES_DIR |
|
47 LANGUAGE_IDS |
|
48 END |
|
49 |
|
50 USERINCLUDE ../../../inc |
|
51 USERINCLUDE ../../inc |
|
52 USERINCLUDE ../inc |
|
53 USERINCLUDE ../data |
|
54 USERINCLUDE ../../upnpaiwengine/inc |
|
55 |
|
56 MW_LAYER_SYSTEMINCLUDE |
|
57 UPNP_LOC_INCLUDE_PATH_COMPONENT |
|
58 |
|
59 SOURCEPATH ../src |
|
60 SOURCE upnpaiwprovider.cpp |
|
61 SOURCE upnpaiwenableexternalservice.cpp |
|
62 SOURCE upnpaiwcopytoexternalservice.cpp |
|
63 SOURCE upnpaiwmovetoexternalservice.cpp |
|
64 SOURCE upnpaiwopenexternalservice.cpp |
|
65 SOURCE upnpaiwplayonexternalbaseservice.cpp |
|
66 SOURCE upnpaiwplayonexternalmenuservice.cpp |
|
67 |
|
68 // Core |
|
69 LIBRARY euser.lib |
|
70 |
|
71 // AIW and ECom |
|
72 LIBRARY servicehandler.lib |
|
73 |
|
74 // UPnP |
|
75 LIBRARY upnpaiwengine.lib |
|
76 |
|
77 DEBUGLIBRARY flogger.lib |
|
78 |
|
79 // End of file |
|