diff -r bfb2712e420e -r cdcbf344a1d3 upnpsharing/group/bld.inf --- a/upnpsharing/group/bld.inf Wed Apr 14 16:14:39 2010 +0300 +++ b/upnpsharing/group/bld.inf Tue Aug 31 15:29:11 2010 +0300 @@ -15,36 +15,28 @@ * */ - - - - - // For compatibility with S60 3.2 and IAD branch #include "../../group/upnpplatformvar.hrh" PRJ_PLATFORMS PRJ_EXPORTS -// ROM build -../rom/upnpsharing.iby CORE_MW_LAYER_IBY_EXPORT_PATH(upnpsharing.iby) -../rom/upnpsharingresources.iby CORE_MW_LAYER_IBY_EXPORT_PATH(upnpsharingresources.iby) -// LOC files -UPNP_LOC_EXPORT(upnpsharing.loc) PRJ_MMPFILES -// none - // The DLNA profiler - #include "../upnpdlnaprofiler/group/bld.inf" +// The DLNA profiler +#include "../upnpdlnaprofiler/group/bld.inf" + +// upnp security +#include "../upnpsecurity/group/bld.inf" - // upnp security - #include "../upnpsecurity/group/bld.inf" +// content server and server client +#include "../upnpcontentserver/group/bld.inf" - // content server and server client - #include "../upnpcontentserver/group/bld.inf" +// content server API +#include "../applicationengine/group/bld.inf" - // content server API - #include "../applicationengine/group/bld.inf" +// Exports for upnpsharing +#include "../rom/bld.inf" // end of file