upnpsharing/group/bld.inf
changeset 27 03808033c9a2
parent 0 7f85d04be362
child 29 e0762c15653a
child 38 5360b7ddc251
--- a/upnpsharing/group/bld.inf	Fri May 14 16:07:07 2010 +0300
+++ b/upnpsharing/group/bld.inf	Wed Aug 18 10:02:50 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