upnpavcontroller/group/bld.inf
branchRCL_3
changeset 13 e0762c15653a
parent 12 cdcbf344a1d3
--- a/upnpavcontroller/group/bld.inf	Tue Aug 31 15:29:11 2010 +0300
+++ b/upnpavcontroller/group/bld.inf	Wed Sep 01 12:16:49 2010 +0100
@@ -15,28 +15,32 @@
 *
 */
 
+
+
+
+
+
 #include "../../group/upnpplatformvar.hrh"
 
+
 PRJ_PLATFORMS
 
 PRJ_EXPORTS
-// none
+// ROM build
+../rom/upnpavcontroller.iby            CORE_MW_LAYER_IBY_EXPORT_PATH(upnpavcontroller.iby)
 
 PRJ_MMPFILES
 // none
 
-// upnp xml parser
-#include "../upnpxmlparser/group/bld.inf"
+    // upnp xml parser
+    #include "../upnpxmlparser/group/bld.inf"
 
-// avcontroller server
-#include "../upnpavcontrollerserver/group/bld.inf"
+    // avcontroller server
+    #include "../upnpavcontrollerserver/group/bld.inf"
 
-// avcontroller client
-#include "../upnpavcontrollerclient/group/bld.inf"
+    // avcontroller client
+    #include "../upnpavcontrollerclient/group/bld.inf"
 
-// avcontroller helper
-#include "../upnpavcontrollerhelper/group/bld.inf"
+    // avcontroller helper
+    #include "../upnpavcontrollerhelper/group/bld.inf"
 
-// upnpavcontroller ROM
-#include "../rom/bld.inf"
-