update source for tizen_2.1
[sdk/emulator/qemu.git] / tizen / src / skin / client / src / org / tizen / emulator / skin / util / SkinUtil.java
index 7d97323..b4d0a51 100644 (file)
@@ -124,6 +124,10 @@ public class SkinUtil {
                return sdbPath;
        }
 
+       public static String getSdkVersionFilePath() {
+               return ".." + File.separator + "etc" + File.separator + "version";
+       }
+
        public static List<KeyMapType> getHWKeyMapList(short rotationId) {
                RotationType rotation = SkinRotation.getRotation(rotationId);
                if (rotation == null) {