plugins/org.symbian.tools.tmw.core/src/org/symbian/tools/tmw/core/runtimes/IMobileWebRuntime.java
changeset 479 518afa7c6d2f
parent 477 b616697678bf
child 484 f5df819c1852
--- a/plugins/org.symbian.tools.tmw.core/src/org/symbian/tools/tmw/core/runtimes/IMobileWebRuntime.java	Tue Aug 24 17:21:16 2010 -0700
+++ b/plugins/org.symbian.tools.tmw.core/src/org/symbian/tools/tmw/core/runtimes/IMobileWebRuntime.java	Tue Aug 31 11:58:53 2010 -0700
@@ -45,4 +45,10 @@
      * @return fixed facets (that are always enabled for the runtime) as id-version pairs
      */
     Map<String, String> getFixedFacets();
+
+    /**
+     * @return layout provider that bridges application runtime structure and 
+     * workspace project structure
+     */
+    IApplicationLayoutProvider getLayoutProvider();
 }