upnpsharing/group/bld.inf
branchRCL_3
changeset 13 e0762c15653a
parent 12 cdcbf344a1d3
--- a/upnpsharing/group/bld.inf	Tue Aug 31 15:29:11 2010 +0300
+++ b/upnpsharing/group/bld.inf	Wed Sep 01 12:16:49 2010 +0100
@@ -15,28 +15,36 @@
 *
 */
 
+
+
+
+
+
 // 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"
-
-// upnp security
-#include "../upnpsecurity/group/bld.inf"
+    // The DLNA profiler
+    #include "../upnpdlnaprofiler/group/bld.inf"
 
-// content server and server client
-#include "../upnpcontentserver/group/bld.inf"
+    // upnp security
+    #include "../upnpsecurity/group/bld.inf"
 
-// content server API
-#include "../applicationengine/group/bld.inf"
+    // content server and server client
+    #include "../upnpcontentserver/group/bld.inf"
 
-// Exports for upnpsharing
-#include "../rom/bld.inf"
+    // content server API
+    #include "../applicationengine/group/bld.inf"
 
 // end of file