equal
deleted
inserted
replaced
21 |
21 |
22 PRJ_PLATFORMS |
22 PRJ_PLATFORMS |
23 DEFAULT |
23 DEFAULT |
24 |
24 |
25 PRJ_EXPORTS |
25 PRJ_EXPORTS |
26 // none |
26 // ROM build |
|
27 ../rom/upnpframework.iby CORE_MW_LAYER_IBY_EXPORT_PATH(upnpframework.iby) |
|
28 ../rom/upnpframeworkresources.iby CORE_MW_LAYER_IBY_EXPORT_PATH(upnpframeworkresources.iby) |
|
29 // LOC files |
|
30 UPNP_LOC_EXPORT(upnpframework.loc) |
|
31 // IAD support |
|
32 ../install/20009cae.cre /epoc32/release/arm5/urel/z/private/20009cae.cre |
|
33 ../install/20007564.cre /epoc32/release/arm5/urel/z/private/20007564.cre |
|
34 ../install/upnpframework_stub.sis /epoc32/data/z/system/install/upnpframework_stub.sis |
|
35 // upnpframework common headers |
|
36 ../inc/upnpframeworkfeatures_mmp.hrh |../../inc/upnpframeworkfeatures_mmp.hrh |
|
37 ../inc/upnplogging.h |../../inc/upnplogging.h |
|
38 ../inc/upnppanic.h |../../inc/upnppanic.h |
|
39 ../inc/upnplog.h |../../inc/upnplog.h |
27 |
40 |
28 PRJ_MMPFILES |
41 PRJ_MMPFILES |
29 // none |
42 // none |
30 |
43 |
31 // Build subprojects |
44 // Build subprojects |
32 |
45 |
33 // UpnpUtilities |
46 // UpnpUtilities |
34 #include "../upnputilities/group/bld.inf" |
47 #include "../upnputilities/group/bld.inf" |
35 |
|
36 #ifdef FF_UPNP_FRAMEWORK_2_0 // UPnP feature flag |
48 #ifdef FF_UPNP_FRAMEWORK_2_0 // UPnP feature flag |
37 // UPnP (Home Media) Extension plugin interface |
49 // UPnP (Home Media) Extension plugin interface |
38 #include "../upnpextensionpluginif/group/bld.inf" |
50 #include "../upnpextensionpluginif/group/bld.inf" |
39 |
51 |
40 // UpnpFileTransferEngine |
52 // UpnpFileTransferEngine |
49 // UpnpAiwProvider |
61 // UpnpAiwProvider |
50 #include "../upnpaiwprovider/group/bld.inf" |
62 #include "../upnpaiwprovider/group/bld.inf" |
51 |
63 |
52 #endif // FF_UPNP_FRAMEWORK_2_0 |
64 #endif // FF_UPNP_FRAMEWORK_2_0 |
53 |
65 |
54 // UpnpMusicAdapter |
66 // UpnpMusicAdapter |
55 #include "../upnpmusicadapter/group/bld.inf" |
67 #include "../upnpmusicadapter/group/bld.inf" |
|
68 |
|
69 // UpnpCommand |
|
70 #include "../upnpcommand/group/bld.inf" |
56 |
71 |
57 // UpnpCommand |
|
58 #include "../upnpcommand/group/bld.inf" |
|
59 |
|
60 // Exports for upnpframework |
|
61 #include "../rom/bld.inf" |
|
62 |
72 |
63 |
73 |
64 // End of file |
74 // End of file |