plugins/org.symbian.tools.tmw.core/src/org/symbian/tools/tmw/core/runtimes/IMobileWebRuntime.java
changeset 477 b616697678bf
parent 470 d4809db37847
child 479 518afa7c6d2f
--- a/plugins/org.symbian.tools.tmw.core/src/org/symbian/tools/tmw/core/runtimes/IMobileWebRuntime.java	Tue Aug 24 11:13:44 2010 -0700
+++ b/plugins/org.symbian.tools.tmw.core/src/org/symbian/tools/tmw/core/runtimes/IMobileWebRuntime.java	Tue Aug 24 15:17:50 2010 -0700
@@ -18,6 +18,8 @@
  */
 package org.symbian.tools.tmw.core.runtimes;
 
+import java.util.Map;
+
 /**
  * Represents mobile web runtimes supported by the IDE
  * 
@@ -38,4 +40,9 @@
      * @return user-readable runtime name
      */
     String getName();
+
+    /**
+     * @return fixed facets (that are always enabled for the runtime) as id-version pairs
+     */
+    Map<String, String> getFixedFacets();
 }