|
1 /** @file |
|
2 * Copyright (c) 2005-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: Build info for the UPnP Stack subsystem |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include "../upnputils/inc/upnpcompvariant.hrh" |
|
20 #include "../../group/upnpplatformvar.hrh" |
|
21 |
|
22 PRJ_PLATFORMS |
|
23 WINSCW ARMV5 |
|
24 //DEFAULT |
|
25 |
|
26 PRJ_EXPORTS |
|
27 ../rom/upnpstack.iby CORE_MW_LAYER_IBY_EXPORT_PATH(upnpstack.iby) |
|
28 ../rom/upnpstack_stub.iby CORE_MW_LAYER_IBY_EXPORT_PATH(upnpstack_stub.iby) |
|
29 //Stub SIS File to update upnpstack in future |
|
30 ../data/upnpstack.sis /epoc32/data/z/system/install/upnpstack.sis |
|
31 ../data/homemedia.sis /epoc32/data/z/system/install/homemedia.sis |
|
32 ../conf/upnpstack.confml MW_LAYER_CONFML(upnpstack.confml) |
|
33 ../conf/upnpstack_101f9784.crml MW_LAYER_CRML(upnpstack_101f9784.crml) |
|
34 |
|
35 PRJ_MMPFILES |
|
36 #include "../upnputils/group/bld.inf" |
|
37 #include "../upnpconnectionmanagersession/group/bld.inf" |
|
38 #include "../upnpconnmanager/group/bld.inf" |
|
39 #ifdef RD_UPNP_REMOTE_ACCESS |
|
40 #include "../radasync/group/bld.inf" |
|
41 #include "../radaclient/group/bld.inf" |
|
42 #endif |
|
43 #include "../dlnawebserver/group/bld.inf" |
|
44 #include "../serviceframework/group/bld.inf" |
|
45 #include "../ssdpserver/group/bld.inf" |
|
46 #include "../messagehandler/group/bld.inf" |
|
47 #include "../controlpointbase/group/bld.inf" |
|
48 #include "../upnphttptransfer/group/bld.inf" |
|
49 |
|
50 // End of File |