[Title] modify skin build, logging
authorSon Hyunjun <hj79.son@samsung.com>
Fri, 23 Mar 2012 01:56:42 +0000 (10:56 +0900)
committerSon Hyunjun <hj79.son@samsung.com>
Fri, 23 Mar 2012 01:56:42 +0000 (10:56 +0900)
[Type] Feature
[Module]
[Priority] Minor
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]

67 files changed:
.gitignore
tizen/src/skin/client/.classpath
tizen/src/skin/client/build.xml
tizen/src/skin/client/icons/Emulator.ico [deleted file]
tizen/src/skin/client/icons/Emulator_20x20.png [deleted file]
tizen/src/skin/client/icons/about.png [deleted file]
tizen/src/skin/client/icons/advanced.png [deleted file]
tizen/src/skin/client/icons/close.png [deleted file]
tizen/src/skin/client/icons/device_info.png [deleted file]
tizen/src/skin/client/icons/execute.png [deleted file]
tizen/src/skin/client/icons/gps.png [deleted file]
tizen/src/skin/client/icons/keypad.png [deleted file]
tizen/src/skin/client/icons/open.png [deleted file]
tizen/src/skin/client/icons/option.png [deleted file]
tizen/src/skin/client/icons/rotate.png [deleted file]
tizen/src/skin/client/icons/scaling.png [deleted file]
tizen/src/skin/client/icons/screenshot.png [deleted file]
tizen/src/skin/client/icons/shell.png [deleted file]
tizen/src/skin/client/icons/telephony.png [deleted file]
tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/ColorsType.java [new file with mode: 0644]
tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/EmulatorUI.java [new file with mode: 0644]
tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/EventInfoType.java [new file with mode: 0644]
tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/ImageListType.java [new file with mode: 0644]
tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/KeyMapListType.java [new file with mode: 0644]
tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/KeyMapType.java [new file with mode: 0644]
tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/LcdType.java [new file with mode: 0644]
tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/ObjectFactory.java [new file with mode: 0644]
tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/RegionType.java [new file with mode: 0644]
tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/RgbType.java [new file with mode: 0644]
tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/RotationNameType.java [new file with mode: 0644]
tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/RotationType.java [new file with mode: 0644]
tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/RotationsType.java [new file with mode: 0644]
tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/package-info.java [new file with mode: 0644]
tizen/src/skin/client/resource/icons/Emulator.ico [new file with mode: 0644]
tizen/src/skin/client/resource/icons/Emulator_20x20.png [new file with mode: 0644]
tizen/src/skin/client/resource/icons/about.png [new file with mode: 0644]
tizen/src/skin/client/resource/icons/advanced.png [new file with mode: 0644]
tizen/src/skin/client/resource/icons/close.png [new file with mode: 0644]
tizen/src/skin/client/resource/icons/device_info.png [new file with mode: 0644]
tizen/src/skin/client/resource/icons/execute.png [new file with mode: 0644]
tizen/src/skin/client/resource/icons/gps.png [new file with mode: 0644]
tizen/src/skin/client/resource/icons/keypad.png [new file with mode: 0644]
tizen/src/skin/client/resource/icons/open.png [new file with mode: 0644]
tizen/src/skin/client/resource/icons/option.png [new file with mode: 0644]
tizen/src/skin/client/resource/icons/rotate.png [new file with mode: 0644]
tizen/src/skin/client/resource/icons/scaling.png [new file with mode: 0644]
tizen/src/skin/client/resource/icons/screenshot.png [new file with mode: 0644]
tizen/src/skin/client/resource/icons/shell.png [new file with mode: 0644]
tizen/src/skin/client/resource/icons/telephony.png [new file with mode: 0644]
tizen/src/skin/client/src/org/tizen/emulator/skin/EmulatorShutdownhook.java
tizen/src/skin/client/src/org/tizen/emulator/skin/EmulatorSkin.java
tizen/src/skin/client/src/org/tizen/emulator/skin/EmulatorSkinMain.java
tizen/src/skin/client/src/org/tizen/emulator/skin/comm/sock/SocketCommunicator.java
tizen/src/skin/client/src/org/tizen/emulator/skin/dbi/ColorsType.java [deleted file]
tizen/src/skin/client/src/org/tizen/emulator/skin/dbi/EmulatorUI.java [deleted file]
tizen/src/skin/client/src/org/tizen/emulator/skin/dbi/EventInfoType.java [deleted file]
tizen/src/skin/client/src/org/tizen/emulator/skin/dbi/ImageListType.java [deleted file]
tizen/src/skin/client/src/org/tizen/emulator/skin/dbi/KeyMapListType.java [deleted file]
tizen/src/skin/client/src/org/tizen/emulator/skin/dbi/KeyMapType.java [deleted file]
tizen/src/skin/client/src/org/tizen/emulator/skin/dbi/LcdType.java [deleted file]
tizen/src/skin/client/src/org/tizen/emulator/skin/dbi/ObjectFactory.java [deleted file]
tizen/src/skin/client/src/org/tizen/emulator/skin/dbi/RegionType.java [deleted file]
tizen/src/skin/client/src/org/tizen/emulator/skin/dbi/RgbType.java [deleted file]
tizen/src/skin/client/src/org/tizen/emulator/skin/dbi/RotationNameType.java [deleted file]
tizen/src/skin/client/src/org/tizen/emulator/skin/dbi/RotationType.java [deleted file]
tizen/src/skin/client/src/org/tizen/emulator/skin/dbi/RotationsType.java [deleted file]
tizen/src/skin/client/src/org/tizen/emulator/skin/dbi/package-info.java [deleted file]

index 74137d406173c0972bbdc7a18a63470065d88679..b45254e34e44a7dc4f6e7c78794d6fe27f68b65a 100644 (file)
@@ -79,4 +79,5 @@ TAGS
 tizen/Emulator
 tizen/src/skin/client/src/about.properties
 tizen/src/skin/client/bin
+tizen/src/skin/client/build
 tizen/src/skin/client/emulator-skin.jar
\ No newline at end of file
index e62f0e6f77428fb5db24ede015e1bc2bb387216f..957bee2936479edc749bc98c8a850e9f5d778ee1 100644 (file)
@@ -1,6 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
        <classpathentry kind="src" path="src"/>
+       <classpathentry kind="src" path="jaxb_src"/>
+       <classpathentry kind="src" path="resource"/>
        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
        <classpathentry kind="lib" path="lib/swt/gtk-linux/swt.jar" sourcepath="lib/swt/gtk-linux/src.zip"/>
        <classpathentry kind="output" path="bin"/>
index 3f3276d18fad9f2590e2a48883670cb26ec1270c..b507a59d439cc80f715afedc31245d55e1658d73 100644 (file)
 
        <target name="clean">
                <echo message="cleaning..." />
-               <delete dir="bin" />
+               <delete dir="dist" />
                <delete file="${jar.file}" />
        </target>
 
        <target name="make-properties">
-               <echo message="Make properties..." />
+               <echo message="make properties..." />
                <tstamp>
                        <format property="build_time" pattern="MM/dd/yyyy hh:mm aa" timezone="GMT" locale="en" />
                </tstamp>
                </propertyfile>
        </target>
 
-       <target name="linux-compile" depends="make-properties, clean">
+       <target name="linux-compile" depends="make-properties">
                <echo message="compiling..." />
-               <mkdir dir="bin" />
-               <javac encoding="UTF-8" fork="true" srcdir="src" destdir="bin" debug="on" memorymaximumsize="128m">
+        <delete dir="build" />
+               <mkdir dir="build" />
+               <javac encoding="UTF-8" fork="true" srcdir="src:jaxb_src" destdir="build" debug="on" memorymaximumsize="128m">
                        <classpath refid="linux-classpath" />
                </javac>
        </target>
 
-       <target name="windows-compile" depends="make-properties, clean">
+       <target name="windows-compile" depends="make-properties">
                <echo message="compiling..." />
-               <mkdir dir="bin" />
-               <javac encoding="UTF-8" fork="true" srcdir="src" destdir="bin" debug="on" memorymaximumsize="128m">
+        <delete dir="build" />
+        <mkdir dir="build" />
+               <javac encoding="UTF-8" fork="true" srcdir="src:jaxb_src" destdir="build" debug="on" memorymaximumsize="128m">
                        <classpath refid="windows-classpath" />
                </javac>
        </target>
 
-       <target name="mac-compile" depends="make-properties, clean">
+       <target name="mac-compile" depends="make-properties">
                <echo message="compiling..." />
-               <mkdir dir="bin" />
-               <javac encoding="UTF-8" fork="true" srcdir="src" destdir="bin" debug="on" memorymaximumsize="128m">
+        <delete dir="build" />
+        <mkdir dir="build" />
+               <javac encoding="UTF-8" fork="true" srcdir="src:jaxb_src" destdir="build" debug="on" memorymaximumsize="128m">
                        <classpath refid="mac-classpath" />
                </javac>
        </target>
 
        <target name="linux-jar" depends="linux-compile">
                <echo message="creating jar..." />
-               <delete dir="dist" />
-               <mkdir dir="dist" />
-               <mkdir dir="dist/icons" />
-               <copy todir="dist">
-                       <fileset dir="bin" />
+               <mkdir dir="build/icons" />
+               <copy todir="build/icons">
+                       <fileset dir="resource/icons" />
                </copy>
-               <copy todir="dist/icons">
-                       <fileset dir="icons" />
-               </copy>
-               <jar jarfile="${jar.file}" basedir="dist" duplicate="add">
+               <jar jarfile="${jar.file}" basedir="build" duplicate="add">
                        <fileset file="src/about.properties" />
                        <manifest>
                                <attribute name="Main-Class" value="${mainclass}" />
                                <attribute name="Class-path" value="lib/swt/gtk-linux/${swt.file}" />
                        </manifest>
                </jar>
-               <delete dir="dist" />
+               <delete dir="build" />
        </target>
 
        <target name="windows-jar" depends="windows-compile">
-               <echo message="creating jar..." />
-               <delete dir="dist" />
-               <mkdir dir="dist" />
-               <mkdir dir="dist/icons" />
-               <copy todir="dist">
-                       <fileset dir="bin" />
-               </copy>
-               <copy todir="dist/icons">
-                       <fileset dir="icons" />
-               </copy>
-               <jar jarfile="${jar.file}" basedir="dist" duplicate="add">
+        <echo message="creating jar..." />
+        <mkdir dir="build/icons" />
+        <copy todir="build/icons">
+            <fileset dir="resource/icons" />
+        </copy>
+               <jar jarfile="${jar.file}" basedir="build" duplicate="add">
                        <fileset file="src/about.properties" />
                        <manifest>
                                <attribute name="Main-Class" value="${mainclass}" />
                                <attribute name="Class-path" value="lib/swt/win32-win32/${swt.file}" />
                        </manifest>
                </jar>
-               <delete dir="dist" />
+               <delete dir="build" />
        </target>
 
        <target name="mac-jar" depends="mac-compile">
-               <echo message="creating jar..." />
-               <delete dir="dist" />
-               <mkdir dir="dist" />
-               <mkdir dir="dist/icons" />
-               <copy todir="dist">
-                       <fileset dir="bin" />
-               </copy>
-               <copy todir="dist/icons">
-                       <fileset dir="icons" />
-               </copy>
-               <jar jarfile="${jar.file}" basedir="dist" duplicate="add">
+        <echo message="creating jar..." />
+        <mkdir dir="build/icons" />
+        <copy todir="build/icons">
+            <fileset dir="resource/icons" />
+        </copy>
+               <jar jarfile="${jar.file}" basedir="build" duplicate="add">
                        <fileset file="src/about.properties" />
                        <manifest>
                                <attribute name="Main-Class" value="${mainclass}" />
                                <attribute name="Class-path" value="lib/swt/cocoa-macosx/${swt.file}" />
                        </manifest>
                </jar>
-               <delete dir="dist" />
+               <delete dir="build" />
        </target>
 
 </project>
\ No newline at end of file
diff --git a/tizen/src/skin/client/icons/Emulator.ico b/tizen/src/skin/client/icons/Emulator.ico
deleted file mode 100644 (file)
index 3c34a50..0000000
Binary files a/tizen/src/skin/client/icons/Emulator.ico and /dev/null differ
diff --git a/tizen/src/skin/client/icons/Emulator_20x20.png b/tizen/src/skin/client/icons/Emulator_20x20.png
deleted file mode 100644 (file)
index 415dd28..0000000
Binary files a/tizen/src/skin/client/icons/Emulator_20x20.png and /dev/null differ
diff --git a/tizen/src/skin/client/icons/about.png b/tizen/src/skin/client/icons/about.png
deleted file mode 100644 (file)
index 8dea1a0..0000000
Binary files a/tizen/src/skin/client/icons/about.png and /dev/null differ
diff --git a/tizen/src/skin/client/icons/advanced.png b/tizen/src/skin/client/icons/advanced.png
deleted file mode 100644 (file)
index 53d3520..0000000
Binary files a/tizen/src/skin/client/icons/advanced.png and /dev/null differ
diff --git a/tizen/src/skin/client/icons/close.png b/tizen/src/skin/client/icons/close.png
deleted file mode 100644 (file)
index 39de0f0..0000000
Binary files a/tizen/src/skin/client/icons/close.png and /dev/null differ
diff --git a/tizen/src/skin/client/icons/device_info.png b/tizen/src/skin/client/icons/device_info.png
deleted file mode 100644 (file)
index f1db57e..0000000
Binary files a/tizen/src/skin/client/icons/device_info.png and /dev/null differ
diff --git a/tizen/src/skin/client/icons/execute.png b/tizen/src/skin/client/icons/execute.png
deleted file mode 100644 (file)
index 638d5b3..0000000
Binary files a/tizen/src/skin/client/icons/execute.png and /dev/null differ
diff --git a/tizen/src/skin/client/icons/gps.png b/tizen/src/skin/client/icons/gps.png
deleted file mode 100644 (file)
index a1cf0f8..0000000
Binary files a/tizen/src/skin/client/icons/gps.png and /dev/null differ
diff --git a/tizen/src/skin/client/icons/keypad.png b/tizen/src/skin/client/icons/keypad.png
deleted file mode 100644 (file)
index ecdadca..0000000
Binary files a/tizen/src/skin/client/icons/keypad.png and /dev/null differ
diff --git a/tizen/src/skin/client/icons/open.png b/tizen/src/skin/client/icons/open.png
deleted file mode 100644 (file)
index e08db0f..0000000
Binary files a/tizen/src/skin/client/icons/open.png and /dev/null differ
diff --git a/tizen/src/skin/client/icons/option.png b/tizen/src/skin/client/icons/option.png
deleted file mode 100644 (file)
index 6f34bb9..0000000
Binary files a/tizen/src/skin/client/icons/option.png and /dev/null differ
diff --git a/tizen/src/skin/client/icons/rotate.png b/tizen/src/skin/client/icons/rotate.png
deleted file mode 100644 (file)
index a571aee..0000000
Binary files a/tizen/src/skin/client/icons/rotate.png and /dev/null differ
diff --git a/tizen/src/skin/client/icons/scaling.png b/tizen/src/skin/client/icons/scaling.png
deleted file mode 100644 (file)
index 5a8114b..0000000
Binary files a/tizen/src/skin/client/icons/scaling.png and /dev/null differ
diff --git a/tizen/src/skin/client/icons/screenshot.png b/tizen/src/skin/client/icons/screenshot.png
deleted file mode 100644 (file)
index c039596..0000000
Binary files a/tizen/src/skin/client/icons/screenshot.png and /dev/null differ
diff --git a/tizen/src/skin/client/icons/shell.png b/tizen/src/skin/client/icons/shell.png
deleted file mode 100644 (file)
index faa04db..0000000
Binary files a/tizen/src/skin/client/icons/shell.png and /dev/null differ
diff --git a/tizen/src/skin/client/icons/telephony.png b/tizen/src/skin/client/icons/telephony.png
deleted file mode 100644 (file)
index add86a8..0000000
Binary files a/tizen/src/skin/client/icons/telephony.png and /dev/null differ
diff --git a/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/ColorsType.java b/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/ColorsType.java
new file mode 100644 (file)
index 0000000..1d99ad3
--- /dev/null
@@ -0,0 +1,67 @@
+//
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 
+// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
+// Any modifications to this file will be lost upon recompilation of the source schema. 
+// Generated on: 2012.03.13 at 01:56:12 오후 KST 
+//
+
+
+package org.tizen.emulator.skin.dbi;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java class for colorsType complex type.
+ * 
+ * <p>The following schema fragment specifies the expected content contained within this class.
+ * 
+ * <pre>
+ * &lt;complexType name="colorsType">
+ *   &lt;complexContent>
+ *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       &lt;all>
+ *         &lt;element name="hoverColor" type="{http://www.tizen.org/dbi}rgbType" minOccurs="0"/>
+ *       &lt;/all>
+ *     &lt;/restriction>
+ *   &lt;/complexContent>
+ * &lt;/complexType>
+ * </pre>
+ * 
+ * 
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "colorsType", propOrder = {
+
+})
+public class ColorsType {
+
+    protected RgbType hoverColor;
+
+    /**
+     * Gets the value of the hoverColor property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link RgbType }
+     *     
+     */
+    public RgbType getHoverColor() {
+        return hoverColor;
+    }
+
+    /**
+     * Sets the value of the hoverColor property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link RgbType }
+     *     
+     */
+    public void setHoverColor(RgbType value) {
+        this.hoverColor = value;
+    }
+
+}
diff --git a/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/EmulatorUI.java b/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/EmulatorUI.java
new file mode 100644 (file)
index 0000000..eb05e2f
--- /dev/null
@@ -0,0 +1,97 @@
+//
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 
+// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
+// Any modifications to this file will be lost upon recompilation of the source schema. 
+// Generated on: 2012.03.13 at 01:56:12 오후 KST 
+//
+
+
+package org.tizen.emulator.skin.dbi;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java class for anonymous complex type.
+ * 
+ * <p>The following schema fragment specifies the expected content contained within this class.
+ * 
+ * <pre>
+ * &lt;complexType>
+ *   &lt;complexContent>
+ *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       &lt;all>
+ *         &lt;element name="rotations" type="{http://www.tizen.org/dbi}rotationsType"/>
+ *         &lt;element name="colors" type="{http://www.tizen.org/dbi}colorsType" minOccurs="0"/>
+ *       &lt;/all>
+ *     &lt;/restriction>
+ *   &lt;/complexContent>
+ * &lt;/complexType>
+ * </pre>
+ * 
+ * 
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "", propOrder = {
+
+})
+@XmlRootElement(name = "EmulatorUI")
+public class EmulatorUI {
+
+    @XmlElement(required = true)
+    protected RotationsType rotations;
+    protected ColorsType colors;
+
+    /**
+     * Gets the value of the rotations property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link RotationsType }
+     *     
+     */
+    public RotationsType getRotations() {
+        return rotations;
+    }
+
+    /**
+     * Sets the value of the rotations property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link RotationsType }
+     *     
+     */
+    public void setRotations(RotationsType value) {
+        this.rotations = value;
+    }
+
+    /**
+     * Gets the value of the colors property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link ColorsType }
+     *     
+     */
+    public ColorsType getColors() {
+        return colors;
+    }
+
+    /**
+     * Sets the value of the colors property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link ColorsType }
+     *     
+     */
+    public void setColors(ColorsType value) {
+        this.colors = value;
+    }
+
+}
diff --git a/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/EventInfoType.java b/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/EventInfoType.java
new file mode 100644 (file)
index 0000000..0d59f1a
--- /dev/null
@@ -0,0 +1,87 @@
+//
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 
+// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
+// Any modifications to this file will be lost upon recompilation of the source schema. 
+// Generated on: 2012.03.13 at 01:56:12 오후 KST 
+//
+
+
+package org.tizen.emulator.skin.dbi;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java class for eventInfoType complex type.
+ * 
+ * <p>The following schema fragment specifies the expected content contained within this class.
+ * 
+ * <pre>
+ * &lt;complexType name="eventInfoType">
+ *   &lt;complexContent>
+ *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       &lt;all>
+ *         &lt;element name="keyCode" type="{http://www.w3.org/2001/XMLSchema}int"/>
+ *         &lt;element name="keyName" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *       &lt;/all>
+ *     &lt;/restriction>
+ *   &lt;/complexContent>
+ * &lt;/complexType>
+ * </pre>
+ * 
+ * 
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "eventInfoType", propOrder = {
+
+})
+public class EventInfoType {
+
+    protected int keyCode;
+    @XmlElement(required = true)
+    protected String keyName;
+
+    /**
+     * Gets the value of the keyCode property.
+     * 
+     */
+    public int getKeyCode() {
+        return keyCode;
+    }
+
+    /**
+     * Sets the value of the keyCode property.
+     * 
+     */
+    public void setKeyCode(int value) {
+        this.keyCode = value;
+    }
+
+    /**
+     * Gets the value of the keyName property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link String }
+     *     
+     */
+    public String getKeyName() {
+        return keyName;
+    }
+
+    /**
+     * Sets the value of the keyName property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link String }
+     *     
+     */
+    public void setKeyName(String value) {
+        this.keyName = value;
+    }
+
+}
diff --git a/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/ImageListType.java b/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/ImageListType.java
new file mode 100644 (file)
index 0000000..abb0919
--- /dev/null
@@ -0,0 +1,95 @@
+//
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 
+// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
+// Any modifications to this file will be lost upon recompilation of the source schema. 
+// Generated on: 2012.03.13 at 01:56:12 오후 KST 
+//
+
+
+package org.tizen.emulator.skin.dbi;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java class for imageListType complex type.
+ * 
+ * <p>The following schema fragment specifies the expected content contained within this class.
+ * 
+ * <pre>
+ * &lt;complexType name="imageListType">
+ *   &lt;complexContent>
+ *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       &lt;all>
+ *         &lt;element name="mainImage" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         &lt;element name="keyPressedImage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *       &lt;/all>
+ *     &lt;/restriction>
+ *   &lt;/complexContent>
+ * &lt;/complexType>
+ * </pre>
+ * 
+ * 
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "imageListType", propOrder = {
+
+})
+public class ImageListType {
+
+    @XmlElement(required = true)
+    protected String mainImage;
+    protected String keyPressedImage;
+
+    /**
+     * Gets the value of the mainImage property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link String }
+     *     
+     */
+    public String getMainImage() {
+        return mainImage;
+    }
+
+    /**
+     * Sets the value of the mainImage property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link String }
+     *     
+     */
+    public void setMainImage(String value) {
+        this.mainImage = value;
+    }
+
+    /**
+     * Gets the value of the keyPressedImage property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link String }
+     *     
+     */
+    public String getKeyPressedImage() {
+        return keyPressedImage;
+    }
+
+    /**
+     * Sets the value of the keyPressedImage property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link String }
+     *     
+     */
+    public void setKeyPressedImage(String value) {
+        this.keyPressedImage = value;
+    }
+
+}
diff --git a/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/KeyMapListType.java b/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/KeyMapListType.java
new file mode 100644 (file)
index 0000000..46f6e67
--- /dev/null
@@ -0,0 +1,74 @@
+//
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 
+// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
+// Any modifications to this file will be lost upon recompilation of the source schema. 
+// Generated on: 2012.03.13 at 01:56:12 오후 KST 
+//
+
+
+package org.tizen.emulator.skin.dbi;
+
+import java.util.ArrayList;
+import java.util.List;
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java class for keyMapListType complex type.
+ * 
+ * <p>The following schema fragment specifies the expected content contained within this class.
+ * 
+ * <pre>
+ * &lt;complexType name="keyMapListType">
+ *   &lt;complexContent>
+ *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       &lt;sequence>
+ *         &lt;element name="keyMap" type="{http://www.tizen.org/dbi}keyMapType" maxOccurs="unbounded" minOccurs="0"/>
+ *       &lt;/sequence>
+ *     &lt;/restriction>
+ *   &lt;/complexContent>
+ * &lt;/complexType>
+ * </pre>
+ * 
+ * 
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "keyMapListType", propOrder = {
+    "keyMap"
+})
+public class KeyMapListType {
+
+    protected List<KeyMapType> keyMap;
+
+    /**
+     * Gets the value of the keyMap property.
+     * 
+     * <p>
+     * This accessor method returns a reference to the live list,
+     * not a snapshot. Therefore any modification you make to the
+     * returned list will be present inside the JAXB object.
+     * This is why there is not a <CODE>set</CODE> method for the keyMap property.
+     * 
+     * <p>
+     * For example, to add a new item, do as follows:
+     * <pre>
+     *    getKeyMap().add(newItem);
+     * </pre>
+     * 
+     * 
+     * <p>
+     * Objects of the following type(s) are allowed in the list
+     * {@link KeyMapType }
+     * 
+     * 
+     */
+    public List<KeyMapType> getKeyMap() {
+        if (keyMap == null) {
+            keyMap = new ArrayList<KeyMapType>();
+        }
+        return this.keyMap;
+    }
+
+}
diff --git a/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/KeyMapType.java b/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/KeyMapType.java
new file mode 100644 (file)
index 0000000..78eb2ba
--- /dev/null
@@ -0,0 +1,123 @@
+//
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 
+// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
+// Any modifications to this file will be lost upon recompilation of the source schema. 
+// Generated on: 2012.03.13 at 01:56:12 오후 KST 
+//
+
+
+package org.tizen.emulator.skin.dbi;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java class for keyMapType complex type.
+ * 
+ * <p>The following schema fragment specifies the expected content contained within this class.
+ * 
+ * <pre>
+ * &lt;complexType name="keyMapType">
+ *   &lt;complexContent>
+ *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       &lt;sequence>
+ *         &lt;element name="region" type="{http://www.tizen.org/dbi}regionType"/>
+ *         &lt;element name="eventInfo" type="{http://www.tizen.org/dbi}eventInfoType" minOccurs="0"/>
+ *         &lt;element name="tooltip" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *       &lt;/sequence>
+ *     &lt;/restriction>
+ *   &lt;/complexContent>
+ * &lt;/complexType>
+ * </pre>
+ * 
+ * 
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "keyMapType", propOrder = {
+    "region",
+    "eventInfo",
+    "tooltip"
+})
+public class KeyMapType {
+
+    @XmlElement(required = true)
+    protected RegionType region;
+    protected EventInfoType eventInfo;
+    protected String tooltip;
+
+    /**
+     * Gets the value of the region property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link RegionType }
+     *     
+     */
+    public RegionType getRegion() {
+        return region;
+    }
+
+    /**
+     * Sets the value of the region property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link RegionType }
+     *     
+     */
+    public void setRegion(RegionType value) {
+        this.region = value;
+    }
+
+    /**
+     * Gets the value of the eventInfo property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link EventInfoType }
+     *     
+     */
+    public EventInfoType getEventInfo() {
+        return eventInfo;
+    }
+
+    /**
+     * Sets the value of the eventInfo property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link EventInfoType }
+     *     
+     */
+    public void setEventInfo(EventInfoType value) {
+        this.eventInfo = value;
+    }
+
+    /**
+     * Gets the value of the tooltip property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link String }
+     *     
+     */
+    public String getTooltip() {
+        return tooltip;
+    }
+
+    /**
+     * Sets the value of the tooltip property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link String }
+     *     
+     */
+    public void setTooltip(String value) {
+        this.tooltip = value;
+    }
+
+}
diff --git a/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/LcdType.java b/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/LcdType.java
new file mode 100644 (file)
index 0000000..45183d6
--- /dev/null
@@ -0,0 +1,89 @@
+//
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 
+// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
+// Any modifications to this file will be lost upon recompilation of the source schema. 
+// Generated on: 2012.03.13 at 01:56:12 오후 KST 
+//
+
+
+package org.tizen.emulator.skin.dbi;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlAttribute;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java class for lcdType complex type.
+ * 
+ * <p>The following schema fragment specifies the expected content contained within this class.
+ * 
+ * <pre>
+ * &lt;complexType name="lcdType">
+ *   &lt;complexContent>
+ *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       &lt;all>
+ *         &lt;element name="region" type="{http://www.tizen.org/dbi}regionType"/>
+ *       &lt;/all>
+ *       &lt;attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
+ *     &lt;/restriction>
+ *   &lt;/complexContent>
+ * &lt;/complexType>
+ * </pre>
+ * 
+ * 
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "lcdType", propOrder = {
+
+})
+public class LcdType {
+
+    @XmlElement(required = true)
+    protected RegionType region;
+    @XmlAttribute(required = true)
+    protected int id;
+
+    /**
+     * Gets the value of the region property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link RegionType }
+     *     
+     */
+    public RegionType getRegion() {
+        return region;
+    }
+
+    /**
+     * Sets the value of the region property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link RegionType }
+     *     
+     */
+    public void setRegion(RegionType value) {
+        this.region = value;
+    }
+
+    /**
+     * Gets the value of the id property.
+     * 
+     */
+    public int getId() {
+        return id;
+    }
+
+    /**
+     * Sets the value of the id property.
+     * 
+     */
+    public void setId(int value) {
+        this.id = value;
+    }
+
+}
diff --git a/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/ObjectFactory.java b/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/ObjectFactory.java
new file mode 100644 (file)
index 0000000..05ef9b3
--- /dev/null
@@ -0,0 +1,127 @@
+//
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 
+// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
+// Any modifications to this file will be lost upon recompilation of the source schema. 
+// Generated on: 2012.03.13 at 01:56:12 오후 KST 
+//
+
+
+package org.tizen.emulator.skin.dbi;
+
+import javax.xml.bind.annotation.XmlRegistry;
+
+
+/**
+ * This object contains factory methods for each 
+ * Java content interface and Java element interface 
+ * generated in the org.tizen.emulator.skin.dbi package. 
+ * <p>An ObjectFactory allows you to programatically 
+ * construct new instances of the Java representation 
+ * for XML content. The Java representation of XML 
+ * content can consist of schema derived interfaces 
+ * and classes representing the binding of schema 
+ * type definitions, element declarations and model 
+ * groups.  Factory methods for each of these are 
+ * provided in this class.
+ * 
+ */
+@XmlRegistry
+public class ObjectFactory {
+
+
+    /**
+     * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.tizen.emulator.skin.dbi
+     * 
+     */
+    public ObjectFactory() {
+    }
+
+    /**
+     * Create an instance of {@link ImageListType }
+     * 
+     */
+    public ImageListType createImageListType() {
+        return new ImageListType();
+    }
+
+    /**
+     * Create an instance of {@link RotationType }
+     * 
+     */
+    public RotationType createRotationType() {
+        return new RotationType();
+    }
+
+    /**
+     * Create an instance of {@link LcdType }
+     * 
+     */
+    public LcdType createLcdType() {
+        return new LcdType();
+    }
+
+    /**
+     * Create an instance of {@link KeyMapType }
+     * 
+     */
+    public KeyMapType createKeyMapType() {
+        return new KeyMapType();
+    }
+
+    /**
+     * Create an instance of {@link EmulatorUI }
+     * 
+     */
+    public EmulatorUI createEmulatorUI() {
+        return new EmulatorUI();
+    }
+
+    /**
+     * Create an instance of {@link RotationsType }
+     * 
+     */
+    public RotationsType createRotationsType() {
+        return new RotationsType();
+    }
+
+    /**
+     * Create an instance of {@link ColorsType }
+     * 
+     */
+    public ColorsType createColorsType() {
+        return new ColorsType();
+    }
+
+    /**
+     * Create an instance of {@link EventInfoType }
+     * 
+     */
+    public EventInfoType createEventInfoType() {
+        return new EventInfoType();
+    }
+
+    /**
+     * Create an instance of {@link RegionType }
+     * 
+     */
+    public RegionType createRegionType() {
+        return new RegionType();
+    }
+
+    /**
+     * Create an instance of {@link KeyMapListType }
+     * 
+     */
+    public KeyMapListType createKeyMapListType() {
+        return new KeyMapListType();
+    }
+
+    /**
+     * Create an instance of {@link RgbType }
+     * 
+     */
+    public RgbType createRgbType() {
+        return new RgbType();
+    }
+
+}
diff --git a/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/RegionType.java b/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/RegionType.java
new file mode 100644 (file)
index 0000000..0d9178b
--- /dev/null
@@ -0,0 +1,146 @@
+//
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 
+// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
+// Any modifications to this file will be lost upon recompilation of the source schema. 
+// Generated on: 2012.03.13 at 01:56:12 오후 KST 
+//
+
+
+package org.tizen.emulator.skin.dbi;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlAttribute;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java class for regionType complex type.
+ * 
+ * <p>The following schema fragment specifies the expected content contained within this class.
+ * 
+ * <pre>
+ * &lt;complexType name="regionType">
+ *   &lt;complexContent>
+ *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       &lt;attribute name="left" type="{http://www.w3.org/2001/XMLSchema}int" />
+ *       &lt;attribute name="top" type="{http://www.w3.org/2001/XMLSchema}int" />
+ *       &lt;attribute name="width" type="{http://www.w3.org/2001/XMLSchema}int" />
+ *       &lt;attribute name="height" type="{http://www.w3.org/2001/XMLSchema}int" />
+ *     &lt;/restriction>
+ *   &lt;/complexContent>
+ * &lt;/complexType>
+ * </pre>
+ * 
+ * 
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "regionType")
+public class RegionType {
+
+    @XmlAttribute
+    protected Integer left;
+    @XmlAttribute
+    protected Integer top;
+    @XmlAttribute
+    protected Integer width;
+    @XmlAttribute
+    protected Integer height;
+
+    /**
+     * Gets the value of the left property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link Integer }
+     *     
+     */
+    public Integer getLeft() {
+        return left;
+    }
+
+    /**
+     * Sets the value of the left property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link Integer }
+     *     
+     */
+    public void setLeft(Integer value) {
+        this.left = value;
+    }
+
+    /**
+     * Gets the value of the top property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link Integer }
+     *     
+     */
+    public Integer getTop() {
+        return top;
+    }
+
+    /**
+     * Sets the value of the top property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link Integer }
+     *     
+     */
+    public void setTop(Integer value) {
+        this.top = value;
+    }
+
+    /**
+     * Gets the value of the width property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link Integer }
+     *     
+     */
+    public Integer getWidth() {
+        return width;
+    }
+
+    /**
+     * Sets the value of the width property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link Integer }
+     *     
+     */
+    public void setWidth(Integer value) {
+        this.width = value;
+    }
+
+    /**
+     * Gets the value of the height property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link Integer }
+     *     
+     */
+    public Integer getHeight() {
+        return height;
+    }
+
+    /**
+     * Sets the value of the height property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link Integer }
+     *     
+     */
+    public void setHeight(Integer value) {
+        this.height = value;
+    }
+
+}
diff --git a/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/RgbType.java b/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/RgbType.java
new file mode 100644 (file)
index 0000000..4796eed
--- /dev/null
@@ -0,0 +1,123 @@
+//
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 
+// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
+// Any modifications to this file will be lost upon recompilation of the source schema. 
+// Generated on: 2012.03.13 at 01:56:12 오후 KST 
+//
+
+
+package org.tizen.emulator.skin.dbi;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlAttribute;
+import javax.xml.bind.annotation.XmlSchemaType;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java class for rgbType complex type.
+ * 
+ * <p>The following schema fragment specifies the expected content contained within this class.
+ * 
+ * <pre>
+ * &lt;complexType name="rgbType">
+ *   &lt;complexContent>
+ *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       &lt;attribute name="R" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
+ *       &lt;attribute name="G" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
+ *       &lt;attribute name="B" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
+ *     &lt;/restriction>
+ *   &lt;/complexContent>
+ * &lt;/complexType>
+ * </pre>
+ * 
+ * 
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "rgbType")
+public class RgbType {
+
+    @XmlAttribute(name = "R")
+    @XmlSchemaType(name = "unsignedInt")
+    protected Long r;
+    @XmlAttribute(name = "G")
+    @XmlSchemaType(name = "unsignedInt")
+    protected Long g;
+    @XmlAttribute(name = "B")
+    @XmlSchemaType(name = "unsignedInt")
+    protected Long b;
+
+    /**
+     * Gets the value of the r property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link Long }
+     *     
+     */
+    public Long getR() {
+        return r;
+    }
+
+    /**
+     * Sets the value of the r property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link Long }
+     *     
+     */
+    public void setR(Long value) {
+        this.r = value;
+    }
+
+    /**
+     * Gets the value of the g property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link Long }
+     *     
+     */
+    public Long getG() {
+        return g;
+    }
+
+    /**
+     * Sets the value of the g property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link Long }
+     *     
+     */
+    public void setG(Long value) {
+        this.g = value;
+    }
+
+    /**
+     * Gets the value of the b property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link Long }
+     *     
+     */
+    public Long getB() {
+        return b;
+    }
+
+    /**
+     * Sets the value of the b property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link Long }
+     *     
+     */
+    public void setB(Long value) {
+        this.b = value;
+    }
+
+}
diff --git a/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/RotationNameType.java b/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/RotationNameType.java
new file mode 100644 (file)
index 0000000..2c6b183
--- /dev/null
@@ -0,0 +1,64 @@
+//
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 
+// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
+// Any modifications to this file will be lost upon recompilation of the source schema. 
+// Generated on: 2012.03.13 at 01:56:12 오후 KST 
+//
+
+
+package org.tizen.emulator.skin.dbi;
+
+import javax.xml.bind.annotation.XmlEnum;
+import javax.xml.bind.annotation.XmlEnumValue;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java class for rotationNameType.
+ * 
+ * <p>The following schema fragment specifies the expected content contained within this class.
+ * <p>
+ * <pre>
+ * &lt;simpleType name="rotationNameType">
+ *   &lt;restriction base="{http://www.w3.org/2001/XMLSchema}string">
+ *     &lt;enumeration value="Portrait"/>
+ *     &lt;enumeration value="Landscape"/>
+ *     &lt;enumeration value="Reverse Portrait"/>
+ *     &lt;enumeration value="Reverse Landscape"/>
+ *   &lt;/restriction>
+ * &lt;/simpleType>
+ * </pre>
+ * 
+ */
+@XmlType(name = "rotationNameType")
+@XmlEnum
+public enum RotationNameType {
+
+    @XmlEnumValue("Portrait")
+    PORTRAIT("Portrait"),
+    @XmlEnumValue("Landscape")
+    LANDSCAPE("Landscape"),
+    @XmlEnumValue("Reverse Portrait")
+    REVERSE_PORTRAIT("Reverse Portrait"),
+    @XmlEnumValue("Reverse Landscape")
+    REVERSE_LANDSCAPE("Reverse Landscape");
+    private final String value;
+
+    RotationNameType(String v) {
+        value = v;
+    }
+
+    public String value() {
+        return value;
+    }
+
+    public static RotationNameType fromValue(String v) {
+        for (RotationNameType c: RotationNameType.values()) {
+            if (c.value.equals(v)) {
+                return c;
+            }
+        }
+        throw new IllegalArgumentException(v);
+    }
+
+}
diff --git a/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/RotationType.java b/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/RotationType.java
new file mode 100644 (file)
index 0000000..3df6f78
--- /dev/null
@@ -0,0 +1,172 @@
+//
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 
+// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
+// Any modifications to this file will be lost upon recompilation of the source schema. 
+// Generated on: 2012.03.13 at 01:56:12 오후 KST 
+//
+
+
+package org.tizen.emulator.skin.dbi;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlAttribute;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java class for rotationType complex type.
+ * 
+ * <p>The following schema fragment specifies the expected content contained within this class.
+ * 
+ * <pre>
+ * &lt;complexType name="rotationType">
+ *   &lt;complexContent>
+ *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       &lt;sequence>
+ *         &lt;element name="lcd" type="{http://www.tizen.org/dbi}lcdType"/>
+ *         &lt;element name="imageList" type="{http://www.tizen.org/dbi}imageListType"/>
+ *         &lt;element name="keyMapList" type="{http://www.tizen.org/dbi}keyMapListType"/>
+ *       &lt;/sequence>
+ *       &lt;attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
+ *       &lt;attribute name="name" use="required" type="{http://www.tizen.org/dbi}rotationNameType" />
+ *     &lt;/restriction>
+ *   &lt;/complexContent>
+ * &lt;/complexType>
+ * </pre>
+ * 
+ * 
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "rotationType", propOrder = {
+    "lcd",
+    "imageList",
+    "keyMapList"
+})
+public class RotationType {
+
+    @XmlElement(required = true)
+    protected LcdType lcd;
+    @XmlElement(required = true)
+    protected ImageListType imageList;
+    @XmlElement(required = true)
+    protected KeyMapListType keyMapList;
+    @XmlAttribute(required = true)
+    protected int id;
+    @XmlAttribute(required = true)
+    protected RotationNameType name;
+
+    /**
+     * Gets the value of the lcd property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link LcdType }
+     *     
+     */
+    public LcdType getLcd() {
+        return lcd;
+    }
+
+    /**
+     * Sets the value of the lcd property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link LcdType }
+     *     
+     */
+    public void setLcd(LcdType value) {
+        this.lcd = value;
+    }
+
+    /**
+     * Gets the value of the imageList property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link ImageListType }
+     *     
+     */
+    public ImageListType getImageList() {
+        return imageList;
+    }
+
+    /**
+     * Sets the value of the imageList property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link ImageListType }
+     *     
+     */
+    public void setImageList(ImageListType value) {
+        this.imageList = value;
+    }
+
+    /**
+     * Gets the value of the keyMapList property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link KeyMapListType }
+     *     
+     */
+    public KeyMapListType getKeyMapList() {
+        return keyMapList;
+    }
+
+    /**
+     * Sets the value of the keyMapList property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link KeyMapListType }
+     *     
+     */
+    public void setKeyMapList(KeyMapListType value) {
+        this.keyMapList = value;
+    }
+
+    /**
+     * Gets the value of the id property.
+     * 
+     */
+    public int getId() {
+        return id;
+    }
+
+    /**
+     * Sets the value of the id property.
+     * 
+     */
+    public void setId(int value) {
+        this.id = value;
+    }
+
+    /**
+     * Gets the value of the name property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link RotationNameType }
+     *     
+     */
+    public RotationNameType getName() {
+        return name;
+    }
+
+    /**
+     * Sets the value of the name property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link RotationNameType }
+     *     
+     */
+    public void setName(RotationNameType value) {
+        this.name = value;
+    }
+
+}
diff --git a/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/RotationsType.java b/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/RotationsType.java
new file mode 100644 (file)
index 0000000..636693d
--- /dev/null
@@ -0,0 +1,76 @@
+//
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 
+// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
+// Any modifications to this file will be lost upon recompilation of the source schema. 
+// Generated on: 2012.03.13 at 01:56:12 오후 KST 
+//
+
+
+package org.tizen.emulator.skin.dbi;
+
+import java.util.ArrayList;
+import java.util.List;
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java class for rotationsType complex type.
+ * 
+ * <p>The following schema fragment specifies the expected content contained within this class.
+ * 
+ * <pre>
+ * &lt;complexType name="rotationsType">
+ *   &lt;complexContent>
+ *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       &lt;sequence>
+ *         &lt;element name="rotation" type="{http://www.tizen.org/dbi}rotationType" maxOccurs="unbounded"/>
+ *       &lt;/sequence>
+ *     &lt;/restriction>
+ *   &lt;/complexContent>
+ * &lt;/complexType>
+ * </pre>
+ * 
+ * 
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "rotationsType", propOrder = {
+    "rotation"
+})
+public class RotationsType {
+
+    @XmlElement(required = true)
+    protected List<RotationType> rotation;
+
+    /**
+     * Gets the value of the rotation property.
+     * 
+     * <p>
+     * This accessor method returns a reference to the live list,
+     * not a snapshot. Therefore any modification you make to the
+     * returned list will be present inside the JAXB object.
+     * This is why there is not a <CODE>set</CODE> method for the rotation property.
+     * 
+     * <p>
+     * For example, to add a new item, do as follows:
+     * <pre>
+     *    getRotation().add(newItem);
+     * </pre>
+     * 
+     * 
+     * <p>
+     * Objects of the following type(s) are allowed in the list
+     * {@link RotationType }
+     * 
+     * 
+     */
+    public List<RotationType> getRotation() {
+        if (rotation == null) {
+            rotation = new ArrayList<RotationType>();
+        }
+        return this.rotation;
+    }
+
+}
diff --git a/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/package-info.java b/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/package-info.java
new file mode 100644 (file)
index 0000000..68bab07
--- /dev/null
@@ -0,0 +1,9 @@
+//
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 
+// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
+// Any modifications to this file will be lost upon recompilation of the source schema. 
+// Generated on: 2012.03.13 at 01:56:12 오후 KST 
+//
+
+@javax.xml.bind.annotation.XmlSchema(namespace = "http://www.tizen.org/dbi", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED)
+package org.tizen.emulator.skin.dbi;
diff --git a/tizen/src/skin/client/resource/icons/Emulator.ico b/tizen/src/skin/client/resource/icons/Emulator.ico
new file mode 100644 (file)
index 0000000..3c34a50
Binary files /dev/null and b/tizen/src/skin/client/resource/icons/Emulator.ico differ
diff --git a/tizen/src/skin/client/resource/icons/Emulator_20x20.png b/tizen/src/skin/client/resource/icons/Emulator_20x20.png
new file mode 100644 (file)
index 0000000..415dd28
Binary files /dev/null and b/tizen/src/skin/client/resource/icons/Emulator_20x20.png differ
diff --git a/tizen/src/skin/client/resource/icons/about.png b/tizen/src/skin/client/resource/icons/about.png
new file mode 100644 (file)
index 0000000..8dea1a0
Binary files /dev/null and b/tizen/src/skin/client/resource/icons/about.png differ
diff --git a/tizen/src/skin/client/resource/icons/advanced.png b/tizen/src/skin/client/resource/icons/advanced.png
new file mode 100644 (file)
index 0000000..53d3520
Binary files /dev/null and b/tizen/src/skin/client/resource/icons/advanced.png differ
diff --git a/tizen/src/skin/client/resource/icons/close.png b/tizen/src/skin/client/resource/icons/close.png
new file mode 100644 (file)
index 0000000..39de0f0
Binary files /dev/null and b/tizen/src/skin/client/resource/icons/close.png differ
diff --git a/tizen/src/skin/client/resource/icons/device_info.png b/tizen/src/skin/client/resource/icons/device_info.png
new file mode 100644 (file)
index 0000000..f1db57e
Binary files /dev/null and b/tizen/src/skin/client/resource/icons/device_info.png differ
diff --git a/tizen/src/skin/client/resource/icons/execute.png b/tizen/src/skin/client/resource/icons/execute.png
new file mode 100644 (file)
index 0000000..638d5b3
Binary files /dev/null and b/tizen/src/skin/client/resource/icons/execute.png differ
diff --git a/tizen/src/skin/client/resource/icons/gps.png b/tizen/src/skin/client/resource/icons/gps.png
new file mode 100644 (file)
index 0000000..a1cf0f8
Binary files /dev/null and b/tizen/src/skin/client/resource/icons/gps.png differ
diff --git a/tizen/src/skin/client/resource/icons/keypad.png b/tizen/src/skin/client/resource/icons/keypad.png
new file mode 100644 (file)
index 0000000..ecdadca
Binary files /dev/null and b/tizen/src/skin/client/resource/icons/keypad.png differ
diff --git a/tizen/src/skin/client/resource/icons/open.png b/tizen/src/skin/client/resource/icons/open.png
new file mode 100644 (file)
index 0000000..e08db0f
Binary files /dev/null and b/tizen/src/skin/client/resource/icons/open.png differ
diff --git a/tizen/src/skin/client/resource/icons/option.png b/tizen/src/skin/client/resource/icons/option.png
new file mode 100644 (file)
index 0000000..6f34bb9
Binary files /dev/null and b/tizen/src/skin/client/resource/icons/option.png differ
diff --git a/tizen/src/skin/client/resource/icons/rotate.png b/tizen/src/skin/client/resource/icons/rotate.png
new file mode 100644 (file)
index 0000000..a571aee
Binary files /dev/null and b/tizen/src/skin/client/resource/icons/rotate.png differ
diff --git a/tizen/src/skin/client/resource/icons/scaling.png b/tizen/src/skin/client/resource/icons/scaling.png
new file mode 100644 (file)
index 0000000..5a8114b
Binary files /dev/null and b/tizen/src/skin/client/resource/icons/scaling.png differ
diff --git a/tizen/src/skin/client/resource/icons/screenshot.png b/tizen/src/skin/client/resource/icons/screenshot.png
new file mode 100644 (file)
index 0000000..c039596
Binary files /dev/null and b/tizen/src/skin/client/resource/icons/screenshot.png differ
diff --git a/tizen/src/skin/client/resource/icons/shell.png b/tizen/src/skin/client/resource/icons/shell.png
new file mode 100644 (file)
index 0000000..faa04db
Binary files /dev/null and b/tizen/src/skin/client/resource/icons/shell.png differ
diff --git a/tizen/src/skin/client/resource/icons/telephony.png b/tizen/src/skin/client/resource/icons/telephony.png
new file mode 100644 (file)
index 0000000..add86a8
Binary files /dev/null and b/tizen/src/skin/client/resource/icons/telephony.png differ
index d961f27fb825408e72aa96c9422488664e2042e7..bf171dc1ef5c3f823889c6b4536e61fb5091176a 100644 (file)
 
 package org.tizen.emulator.skin;
 
+import java.util.logging.Logger;
+
 import org.tizen.emulator.skin.comm.ICommunicator;
+import org.tizen.emulator.skin.log.SkinLogger;
 
 /**
  * 
@@ -37,18 +40,17 @@ import org.tizen.emulator.skin.comm.ICommunicator;
  */
 public class EmulatorShutdownhook extends Thread {
 
+       private Logger logger = SkinLogger.getSkinLogger( EmulatorShutdownhook.class ).getLogger();
        private ICommunicator communicator;
-       private EmulatorSkin skin;
        
-       public EmulatorShutdownhook( ICommunicator communicator, EmulatorSkin skin ) {
+       public EmulatorShutdownhook( ICommunicator communicator ) {
                this.communicator = communicator;
-               this.skin = skin;
        }
 
        @Override
        public void run() {
+               logger.warning( " EmulatorShutdownhook run by a signal." );
                communicator.terminate();
-               skin.shutdown();
        }
        
 }
index 86526cdf3357497bdc8a0fe485c302b19dbd413b..f4e3ee7b2bc4c1c0402faadd302119e7d3f2ca85 100644 (file)
@@ -312,6 +312,9 @@ public class EmulatorSkin {
                                        if ( null != currentImage ) {
                                                currentImage.dispose();
                                        }
+                                       if ( null != currentKeyPressedImage ) {
+                                               currentKeyPressedImage.dispose();
+                                       }
 
                                        imageRegistry.dispose();
                                        
@@ -491,11 +494,15 @@ public class EmulatorSkin {
 
                        @Override
                        public void dragDetected( DragDetectEvent e ) {
-                               logger.fine( "dragDetected e.button:" + e.button );
+                               if( logger.isLoggable( Level.FINE ) ) {
+                                       logger.fine( "dragDetected e.button:" + e.button );
+                               }
                                if ( 1 == e.button && // left button
                                                e.x > 0 && e.x < canvas.getSize().x && e.y > 0 && e.y < canvas.getSize().y ) {
 
-                                       logger.fine( "dragDetected in LCD" );
+                                       if( logger.isLoggable( Level.FINE ) ) {
+                                               logger.fine( "dragDetected in LCD" );
+                                       }
                                        EmulatorSkin.this.isDragStartedInLCD = true;
 
                                }
@@ -612,7 +619,9 @@ public class EmulatorSkin {
                deviceInfoItem.addSelectionListener( new SelectionAdapter() {
                        @Override
                        public void widgetSelected( SelectionEvent e ) {
-                               logger.fine( "Selected Info." );
+                               if( logger.isLoggable( Level.FINE ) ) {
+                                       logger.fine( "Open device info" );
+                               }
                        }
                } );
 
@@ -627,7 +636,9 @@ public class EmulatorSkin {
 
                        @Override
                        public void widgetSelected( SelectionEvent e ) {
-                               logger.fine( "Selected Always On Top." );
+                               if( logger.isLoggable( Level.FINE ) ) {
+                                       logger.fine( "Select Always On Top. : " + aotItem.getSelection() );
+                               }
                                isTop = !isTop;
                                //TODO
                        }
index ef19709457962b891fc3d526365591cc7f79b9ff..c8a24921ed881d08556306caec34f45e55fdf714 100644 (file)
@@ -103,7 +103,7 @@ public class EmulatorSkinMain {
 
                        if ( null != commSocket ) {
 
-                               Runtime.getRuntime().addShutdownHook( new EmulatorShutdownhook( communicator, skin ) );
+                               Runtime.getRuntime().addShutdownHook( new EmulatorShutdownhook( communicator ) );
 
                                Thread communicatorThread = new Thread( communicator );
                                communicatorThread.start();
index 9b8a4f3c501250ad766c5d06d34362c377e6117a..f1c41fb1f881123072bf001a677298b1cca9cc4b 100644 (file)
@@ -164,7 +164,9 @@ public class SocketCommunicator implements ICommunicator {
                                int reqId = dis.readInt();
                                short cmd = dis.readShort();
 
-                               logger.fine( "Socket read - reqId:" + reqId + ", command:" + cmd + ", " );
+                               if( logger.isLoggable( Level.FINE ) ) {
+                                       logger.fine( "[Socket] read - reqId:" + reqId + ", command:" + cmd + ", " );
+                               }
 
                                ReceiveCommand command = null;
                                
@@ -176,26 +178,33 @@ public class SocketCommunicator implements ICommunicator {
                                }
 
                                switch ( command ) {
-                               case HEART_BEAT:
+                               case HEART_BEAT: {
                                        resetHeartbeatCount();
-                                       logger.fine( "received HEAR_BEAT from QEMU." );
+                                       if( logger.isLoggable( Level.FINE ) ) {
+                                               logger.fine( "received HEAR_BEAT from QEMU." );
+                                       }
                                        sendToQEMU( SendCommand.RESPONSE_HEART_BEAT, null );
                                        break;
-                               case SENSOR_DAEMON_START:
+                               }
+                               case SENSOR_DAEMON_START: {
                                        logger.info( "received SENSOR_DAEMON_START from QEMU." );
                                        synchronized ( this ) {
                                                isSensorDaemonStarted = true;
                                        }
                                        break;
-                               case SHUTDOWN:
+                               }
+                               case SHUTDOWN: {
                                        logger.info( "received RESPONSE_SHUTDOWN from QEMU." );
                                        sendToQEMU( SendCommand.RESPONSE_SHUTDOWN, null );
                                        isTerminated = true;
                                        terminate();
                                        break;
-                               default:
+                               }
+                               default: {
+                                       logger.warning( "Unknown command from QEMU. command:" + cmd );
                                        break;
                                }
+                               }
 
                        } catch ( IOException e ) {
                                logger.log( Level.SEVERE, e.getMessage(), e );
@@ -237,12 +246,16 @@ public class SocketCommunicator implements ICommunicator {
                        dos.write(bao.toByteArray());
                        dos.flush();
 
-                       logger.fine( "Socket write - uid:" + uId + ", reqId:" + reqId + ", command:" + command.value() + " - "
-                                       + command.toString() + ", length:" + length );
+                       if( logger.isLoggable( Level.FINE ) ) {
+                               logger.fine( "[Socket] write - uid:" + uId + ", reqId:" + reqId + ", command:" + command.value() + " - "
+                                               + command.toString() + ", length:" + length );
+                       }
 
                        if ( 0 < length ) {
-                               logger.fine( "== data ==" );
-                               logger.fine( data.toString() );
+                               if( logger.isLoggable( Level.FINE ) ) {
+                                       logger.fine( "== data ==" );
+                                       logger.fine( data.toString() );
+                               }
                        }
 
                } catch ( IOException e ) {
@@ -261,7 +274,9 @@ public class SocketCommunicator implements ICommunicator {
 
        private void increaseHeartbeatCount() {
                int count = heartbeatCount.incrementAndGet();
-               logger.fine("HB count : " + count);
+               if( logger.isLoggable( Level.FINE ) ) {
+                       logger.fine("HB count : " + count);
+               }
        }
 
        private boolean isHeartbeatExpired() {
diff --git a/tizen/src/skin/client/src/org/tizen/emulator/skin/dbi/ColorsType.java b/tizen/src/skin/client/src/org/tizen/emulator/skin/dbi/ColorsType.java
deleted file mode 100644 (file)
index 1d99ad3..0000000
+++ /dev/null
@@ -1,67 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 
-// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
-// Any modifications to this file will be lost upon recompilation of the source schema. 
-// Generated on: 2012.03.13 at 01:56:12 오후 KST 
-//
-
-
-package org.tizen.emulator.skin.dbi;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * <p>Java class for colorsType complex type.
- * 
- * <p>The following schema fragment specifies the expected content contained within this class.
- * 
- * <pre>
- * &lt;complexType name="colorsType">
- *   &lt;complexContent>
- *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       &lt;all>
- *         &lt;element name="hoverColor" type="{http://www.tizen.org/dbi}rgbType" minOccurs="0"/>
- *       &lt;/all>
- *     &lt;/restriction>
- *   &lt;/complexContent>
- * &lt;/complexType>
- * </pre>
- * 
- * 
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "colorsType", propOrder = {
-
-})
-public class ColorsType {
-
-    protected RgbType hoverColor;
-
-    /**
-     * Gets the value of the hoverColor property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link RgbType }
-     *     
-     */
-    public RgbType getHoverColor() {
-        return hoverColor;
-    }
-
-    /**
-     * Sets the value of the hoverColor property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link RgbType }
-     *     
-     */
-    public void setHoverColor(RgbType value) {
-        this.hoverColor = value;
-    }
-
-}
diff --git a/tizen/src/skin/client/src/org/tizen/emulator/skin/dbi/EmulatorUI.java b/tizen/src/skin/client/src/org/tizen/emulator/skin/dbi/EmulatorUI.java
deleted file mode 100644 (file)
index eb05e2f..0000000
+++ /dev/null
@@ -1,97 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 
-// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
-// Any modifications to this file will be lost upon recompilation of the source schema. 
-// Generated on: 2012.03.13 at 01:56:12 오후 KST 
-//
-
-
-package org.tizen.emulator.skin.dbi;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlRootElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * <p>Java class for anonymous complex type.
- * 
- * <p>The following schema fragment specifies the expected content contained within this class.
- * 
- * <pre>
- * &lt;complexType>
- *   &lt;complexContent>
- *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       &lt;all>
- *         &lt;element name="rotations" type="{http://www.tizen.org/dbi}rotationsType"/>
- *         &lt;element name="colors" type="{http://www.tizen.org/dbi}colorsType" minOccurs="0"/>
- *       &lt;/all>
- *     &lt;/restriction>
- *   &lt;/complexContent>
- * &lt;/complexType>
- * </pre>
- * 
- * 
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "", propOrder = {
-
-})
-@XmlRootElement(name = "EmulatorUI")
-public class EmulatorUI {
-
-    @XmlElement(required = true)
-    protected RotationsType rotations;
-    protected ColorsType colors;
-
-    /**
-     * Gets the value of the rotations property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link RotationsType }
-     *     
-     */
-    public RotationsType getRotations() {
-        return rotations;
-    }
-
-    /**
-     * Sets the value of the rotations property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link RotationsType }
-     *     
-     */
-    public void setRotations(RotationsType value) {
-        this.rotations = value;
-    }
-
-    /**
-     * Gets the value of the colors property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link ColorsType }
-     *     
-     */
-    public ColorsType getColors() {
-        return colors;
-    }
-
-    /**
-     * Sets the value of the colors property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link ColorsType }
-     *     
-     */
-    public void setColors(ColorsType value) {
-        this.colors = value;
-    }
-
-}
diff --git a/tizen/src/skin/client/src/org/tizen/emulator/skin/dbi/EventInfoType.java b/tizen/src/skin/client/src/org/tizen/emulator/skin/dbi/EventInfoType.java
deleted file mode 100644 (file)
index 0d59f1a..0000000
+++ /dev/null
@@ -1,87 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 
-// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
-// Any modifications to this file will be lost upon recompilation of the source schema. 
-// Generated on: 2012.03.13 at 01:56:12 오후 KST 
-//
-
-
-package org.tizen.emulator.skin.dbi;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * <p>Java class for eventInfoType complex type.
- * 
- * <p>The following schema fragment specifies the expected content contained within this class.
- * 
- * <pre>
- * &lt;complexType name="eventInfoType">
- *   &lt;complexContent>
- *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       &lt;all>
- *         &lt;element name="keyCode" type="{http://www.w3.org/2001/XMLSchema}int"/>
- *         &lt;element name="keyName" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *       &lt;/all>
- *     &lt;/restriction>
- *   &lt;/complexContent>
- * &lt;/complexType>
- * </pre>
- * 
- * 
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "eventInfoType", propOrder = {
-
-})
-public class EventInfoType {
-
-    protected int keyCode;
-    @XmlElement(required = true)
-    protected String keyName;
-
-    /**
-     * Gets the value of the keyCode property.
-     * 
-     */
-    public int getKeyCode() {
-        return keyCode;
-    }
-
-    /**
-     * Sets the value of the keyCode property.
-     * 
-     */
-    public void setKeyCode(int value) {
-        this.keyCode = value;
-    }
-
-    /**
-     * Gets the value of the keyName property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link String }
-     *     
-     */
-    public String getKeyName() {
-        return keyName;
-    }
-
-    /**
-     * Sets the value of the keyName property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link String }
-     *     
-     */
-    public void setKeyName(String value) {
-        this.keyName = value;
-    }
-
-}
diff --git a/tizen/src/skin/client/src/org/tizen/emulator/skin/dbi/ImageListType.java b/tizen/src/skin/client/src/org/tizen/emulator/skin/dbi/ImageListType.java
deleted file mode 100644 (file)
index abb0919..0000000
+++ /dev/null
@@ -1,95 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 
-// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
-// Any modifications to this file will be lost upon recompilation of the source schema. 
-// Generated on: 2012.03.13 at 01:56:12 오후 KST 
-//
-
-
-package org.tizen.emulator.skin.dbi;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * <p>Java class for imageListType complex type.
- * 
- * <p>The following schema fragment specifies the expected content contained within this class.
- * 
- * <pre>
- * &lt;complexType name="imageListType">
- *   &lt;complexContent>
- *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       &lt;all>
- *         &lt;element name="mainImage" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         &lt;element name="keyPressedImage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *       &lt;/all>
- *     &lt;/restriction>
- *   &lt;/complexContent>
- * &lt;/complexType>
- * </pre>
- * 
- * 
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "imageListType", propOrder = {
-
-})
-public class ImageListType {
-
-    @XmlElement(required = true)
-    protected String mainImage;
-    protected String keyPressedImage;
-
-    /**
-     * Gets the value of the mainImage property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link String }
-     *     
-     */
-    public String getMainImage() {
-        return mainImage;
-    }
-
-    /**
-     * Sets the value of the mainImage property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link String }
-     *     
-     */
-    public void setMainImage(String value) {
-        this.mainImage = value;
-    }
-
-    /**
-     * Gets the value of the keyPressedImage property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link String }
-     *     
-     */
-    public String getKeyPressedImage() {
-        return keyPressedImage;
-    }
-
-    /**
-     * Sets the value of the keyPressedImage property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link String }
-     *     
-     */
-    public void setKeyPressedImage(String value) {
-        this.keyPressedImage = value;
-    }
-
-}
diff --git a/tizen/src/skin/client/src/org/tizen/emulator/skin/dbi/KeyMapListType.java b/tizen/src/skin/client/src/org/tizen/emulator/skin/dbi/KeyMapListType.java
deleted file mode 100644 (file)
index 46f6e67..0000000
+++ /dev/null
@@ -1,74 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 
-// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
-// Any modifications to this file will be lost upon recompilation of the source schema. 
-// Generated on: 2012.03.13 at 01:56:12 오후 KST 
-//
-
-
-package org.tizen.emulator.skin.dbi;
-
-import java.util.ArrayList;
-import java.util.List;
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * <p>Java class for keyMapListType complex type.
- * 
- * <p>The following schema fragment specifies the expected content contained within this class.
- * 
- * <pre>
- * &lt;complexType name="keyMapListType">
- *   &lt;complexContent>
- *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       &lt;sequence>
- *         &lt;element name="keyMap" type="{http://www.tizen.org/dbi}keyMapType" maxOccurs="unbounded" minOccurs="0"/>
- *       &lt;/sequence>
- *     &lt;/restriction>
- *   &lt;/complexContent>
- * &lt;/complexType>
- * </pre>
- * 
- * 
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "keyMapListType", propOrder = {
-    "keyMap"
-})
-public class KeyMapListType {
-
-    protected List<KeyMapType> keyMap;
-
-    /**
-     * Gets the value of the keyMap property.
-     * 
-     * <p>
-     * This accessor method returns a reference to the live list,
-     * not a snapshot. Therefore any modification you make to the
-     * returned list will be present inside the JAXB object.
-     * This is why there is not a <CODE>set</CODE> method for the keyMap property.
-     * 
-     * <p>
-     * For example, to add a new item, do as follows:
-     * <pre>
-     *    getKeyMap().add(newItem);
-     * </pre>
-     * 
-     * 
-     * <p>
-     * Objects of the following type(s) are allowed in the list
-     * {@link KeyMapType }
-     * 
-     * 
-     */
-    public List<KeyMapType> getKeyMap() {
-        if (keyMap == null) {
-            keyMap = new ArrayList<KeyMapType>();
-        }
-        return this.keyMap;
-    }
-
-}
diff --git a/tizen/src/skin/client/src/org/tizen/emulator/skin/dbi/KeyMapType.java b/tizen/src/skin/client/src/org/tizen/emulator/skin/dbi/KeyMapType.java
deleted file mode 100644 (file)
index 78eb2ba..0000000
+++ /dev/null
@@ -1,123 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 
-// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
-// Any modifications to this file will be lost upon recompilation of the source schema. 
-// Generated on: 2012.03.13 at 01:56:12 오후 KST 
-//
-
-
-package org.tizen.emulator.skin.dbi;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * <p>Java class for keyMapType complex type.
- * 
- * <p>The following schema fragment specifies the expected content contained within this class.
- * 
- * <pre>
- * &lt;complexType name="keyMapType">
- *   &lt;complexContent>
- *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       &lt;sequence>
- *         &lt;element name="region" type="{http://www.tizen.org/dbi}regionType"/>
- *         &lt;element name="eventInfo" type="{http://www.tizen.org/dbi}eventInfoType" minOccurs="0"/>
- *         &lt;element name="tooltip" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *       &lt;/sequence>
- *     &lt;/restriction>
- *   &lt;/complexContent>
- * &lt;/complexType>
- * </pre>
- * 
- * 
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "keyMapType", propOrder = {
-    "region",
-    "eventInfo",
-    "tooltip"
-})
-public class KeyMapType {
-
-    @XmlElement(required = true)
-    protected RegionType region;
-    protected EventInfoType eventInfo;
-    protected String tooltip;
-
-    /**
-     * Gets the value of the region property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link RegionType }
-     *     
-     */
-    public RegionType getRegion() {
-        return region;
-    }
-
-    /**
-     * Sets the value of the region property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link RegionType }
-     *     
-     */
-    public void setRegion(RegionType value) {
-        this.region = value;
-    }
-
-    /**
-     * Gets the value of the eventInfo property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link EventInfoType }
-     *     
-     */
-    public EventInfoType getEventInfo() {
-        return eventInfo;
-    }
-
-    /**
-     * Sets the value of the eventInfo property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link EventInfoType }
-     *     
-     */
-    public void setEventInfo(EventInfoType value) {
-        this.eventInfo = value;
-    }
-
-    /**
-     * Gets the value of the tooltip property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link String }
-     *     
-     */
-    public String getTooltip() {
-        return tooltip;
-    }
-
-    /**
-     * Sets the value of the tooltip property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link String }
-     *     
-     */
-    public void setTooltip(String value) {
-        this.tooltip = value;
-    }
-
-}
diff --git a/tizen/src/skin/client/src/org/tizen/emulator/skin/dbi/LcdType.java b/tizen/src/skin/client/src/org/tizen/emulator/skin/dbi/LcdType.java
deleted file mode 100644 (file)
index 45183d6..0000000
+++ /dev/null
@@ -1,89 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 
-// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
-// Any modifications to this file will be lost upon recompilation of the source schema. 
-// Generated on: 2012.03.13 at 01:56:12 오후 KST 
-//
-
-
-package org.tizen.emulator.skin.dbi;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlAttribute;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * <p>Java class for lcdType complex type.
- * 
- * <p>The following schema fragment specifies the expected content contained within this class.
- * 
- * <pre>
- * &lt;complexType name="lcdType">
- *   &lt;complexContent>
- *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       &lt;all>
- *         &lt;element name="region" type="{http://www.tizen.org/dbi}regionType"/>
- *       &lt;/all>
- *       &lt;attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
- *     &lt;/restriction>
- *   &lt;/complexContent>
- * &lt;/complexType>
- * </pre>
- * 
- * 
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "lcdType", propOrder = {
-
-})
-public class LcdType {
-
-    @XmlElement(required = true)
-    protected RegionType region;
-    @XmlAttribute(required = true)
-    protected int id;
-
-    /**
-     * Gets the value of the region property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link RegionType }
-     *     
-     */
-    public RegionType getRegion() {
-        return region;
-    }
-
-    /**
-     * Sets the value of the region property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link RegionType }
-     *     
-     */
-    public void setRegion(RegionType value) {
-        this.region = value;
-    }
-
-    /**
-     * Gets the value of the id property.
-     * 
-     */
-    public int getId() {
-        return id;
-    }
-
-    /**
-     * Sets the value of the id property.
-     * 
-     */
-    public void setId(int value) {
-        this.id = value;
-    }
-
-}
diff --git a/tizen/src/skin/client/src/org/tizen/emulator/skin/dbi/ObjectFactory.java b/tizen/src/skin/client/src/org/tizen/emulator/skin/dbi/ObjectFactory.java
deleted file mode 100644 (file)
index 05ef9b3..0000000
+++ /dev/null
@@ -1,127 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 
-// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
-// Any modifications to this file will be lost upon recompilation of the source schema. 
-// Generated on: 2012.03.13 at 01:56:12 오후 KST 
-//
-
-
-package org.tizen.emulator.skin.dbi;
-
-import javax.xml.bind.annotation.XmlRegistry;
-
-
-/**
- * This object contains factory methods for each 
- * Java content interface and Java element interface 
- * generated in the org.tizen.emulator.skin.dbi package. 
- * <p>An ObjectFactory allows you to programatically 
- * construct new instances of the Java representation 
- * for XML content. The Java representation of XML 
- * content can consist of schema derived interfaces 
- * and classes representing the binding of schema 
- * type definitions, element declarations and model 
- * groups.  Factory methods for each of these are 
- * provided in this class.
- * 
- */
-@XmlRegistry
-public class ObjectFactory {
-
-
-    /**
-     * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.tizen.emulator.skin.dbi
-     * 
-     */
-    public ObjectFactory() {
-    }
-
-    /**
-     * Create an instance of {@link ImageListType }
-     * 
-     */
-    public ImageListType createImageListType() {
-        return new ImageListType();
-    }
-
-    /**
-     * Create an instance of {@link RotationType }
-     * 
-     */
-    public RotationType createRotationType() {
-        return new RotationType();
-    }
-
-    /**
-     * Create an instance of {@link LcdType }
-     * 
-     */
-    public LcdType createLcdType() {
-        return new LcdType();
-    }
-
-    /**
-     * Create an instance of {@link KeyMapType }
-     * 
-     */
-    public KeyMapType createKeyMapType() {
-        return new KeyMapType();
-    }
-
-    /**
-     * Create an instance of {@link EmulatorUI }
-     * 
-     */
-    public EmulatorUI createEmulatorUI() {
-        return new EmulatorUI();
-    }
-
-    /**
-     * Create an instance of {@link RotationsType }
-     * 
-     */
-    public RotationsType createRotationsType() {
-        return new RotationsType();
-    }
-
-    /**
-     * Create an instance of {@link ColorsType }
-     * 
-     */
-    public ColorsType createColorsType() {
-        return new ColorsType();
-    }
-
-    /**
-     * Create an instance of {@link EventInfoType }
-     * 
-     */
-    public EventInfoType createEventInfoType() {
-        return new EventInfoType();
-    }
-
-    /**
-     * Create an instance of {@link RegionType }
-     * 
-     */
-    public RegionType createRegionType() {
-        return new RegionType();
-    }
-
-    /**
-     * Create an instance of {@link KeyMapListType }
-     * 
-     */
-    public KeyMapListType createKeyMapListType() {
-        return new KeyMapListType();
-    }
-
-    /**
-     * Create an instance of {@link RgbType }
-     * 
-     */
-    public RgbType createRgbType() {
-        return new RgbType();
-    }
-
-}
diff --git a/tizen/src/skin/client/src/org/tizen/emulator/skin/dbi/RegionType.java b/tizen/src/skin/client/src/org/tizen/emulator/skin/dbi/RegionType.java
deleted file mode 100644 (file)
index 0d9178b..0000000
+++ /dev/null
@@ -1,146 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 
-// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
-// Any modifications to this file will be lost upon recompilation of the source schema. 
-// Generated on: 2012.03.13 at 01:56:12 오후 KST 
-//
-
-
-package org.tizen.emulator.skin.dbi;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlAttribute;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * <p>Java class for regionType complex type.
- * 
- * <p>The following schema fragment specifies the expected content contained within this class.
- * 
- * <pre>
- * &lt;complexType name="regionType">
- *   &lt;complexContent>
- *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       &lt;attribute name="left" type="{http://www.w3.org/2001/XMLSchema}int" />
- *       &lt;attribute name="top" type="{http://www.w3.org/2001/XMLSchema}int" />
- *       &lt;attribute name="width" type="{http://www.w3.org/2001/XMLSchema}int" />
- *       &lt;attribute name="height" type="{http://www.w3.org/2001/XMLSchema}int" />
- *     &lt;/restriction>
- *   &lt;/complexContent>
- * &lt;/complexType>
- * </pre>
- * 
- * 
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "regionType")
-public class RegionType {
-
-    @XmlAttribute
-    protected Integer left;
-    @XmlAttribute
-    protected Integer top;
-    @XmlAttribute
-    protected Integer width;
-    @XmlAttribute
-    protected Integer height;
-
-    /**
-     * Gets the value of the left property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link Integer }
-     *     
-     */
-    public Integer getLeft() {
-        return left;
-    }
-
-    /**
-     * Sets the value of the left property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link Integer }
-     *     
-     */
-    public void setLeft(Integer value) {
-        this.left = value;
-    }
-
-    /**
-     * Gets the value of the top property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link Integer }
-     *     
-     */
-    public Integer getTop() {
-        return top;
-    }
-
-    /**
-     * Sets the value of the top property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link Integer }
-     *     
-     */
-    public void setTop(Integer value) {
-        this.top = value;
-    }
-
-    /**
-     * Gets the value of the width property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link Integer }
-     *     
-     */
-    public Integer getWidth() {
-        return width;
-    }
-
-    /**
-     * Sets the value of the width property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link Integer }
-     *     
-     */
-    public void setWidth(Integer value) {
-        this.width = value;
-    }
-
-    /**
-     * Gets the value of the height property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link Integer }
-     *     
-     */
-    public Integer getHeight() {
-        return height;
-    }
-
-    /**
-     * Sets the value of the height property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link Integer }
-     *     
-     */
-    public void setHeight(Integer value) {
-        this.height = value;
-    }
-
-}
diff --git a/tizen/src/skin/client/src/org/tizen/emulator/skin/dbi/RgbType.java b/tizen/src/skin/client/src/org/tizen/emulator/skin/dbi/RgbType.java
deleted file mode 100644 (file)
index 4796eed..0000000
+++ /dev/null
@@ -1,123 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 
-// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
-// Any modifications to this file will be lost upon recompilation of the source schema. 
-// Generated on: 2012.03.13 at 01:56:12 오후 KST 
-//
-
-
-package org.tizen.emulator.skin.dbi;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlAttribute;
-import javax.xml.bind.annotation.XmlSchemaType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * <p>Java class for rgbType complex type.
- * 
- * <p>The following schema fragment specifies the expected content contained within this class.
- * 
- * <pre>
- * &lt;complexType name="rgbType">
- *   &lt;complexContent>
- *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       &lt;attribute name="R" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
- *       &lt;attribute name="G" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
- *       &lt;attribute name="B" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
- *     &lt;/restriction>
- *   &lt;/complexContent>
- * &lt;/complexType>
- * </pre>
- * 
- * 
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "rgbType")
-public class RgbType {
-
-    @XmlAttribute(name = "R")
-    @XmlSchemaType(name = "unsignedInt")
-    protected Long r;
-    @XmlAttribute(name = "G")
-    @XmlSchemaType(name = "unsignedInt")
-    protected Long g;
-    @XmlAttribute(name = "B")
-    @XmlSchemaType(name = "unsignedInt")
-    protected Long b;
-
-    /**
-     * Gets the value of the r property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link Long }
-     *     
-     */
-    public Long getR() {
-        return r;
-    }
-
-    /**
-     * Sets the value of the r property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link Long }
-     *     
-     */
-    public void setR(Long value) {
-        this.r = value;
-    }
-
-    /**
-     * Gets the value of the g property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link Long }
-     *     
-     */
-    public Long getG() {
-        return g;
-    }
-
-    /**
-     * Sets the value of the g property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link Long }
-     *     
-     */
-    public void setG(Long value) {
-        this.g = value;
-    }
-
-    /**
-     * Gets the value of the b property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link Long }
-     *     
-     */
-    public Long getB() {
-        return b;
-    }
-
-    /**
-     * Sets the value of the b property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link Long }
-     *     
-     */
-    public void setB(Long value) {
-        this.b = value;
-    }
-
-}
diff --git a/tizen/src/skin/client/src/org/tizen/emulator/skin/dbi/RotationNameType.java b/tizen/src/skin/client/src/org/tizen/emulator/skin/dbi/RotationNameType.java
deleted file mode 100644 (file)
index 2c6b183..0000000
+++ /dev/null
@@ -1,64 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 
-// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
-// Any modifications to this file will be lost upon recompilation of the source schema. 
-// Generated on: 2012.03.13 at 01:56:12 오후 KST 
-//
-
-
-package org.tizen.emulator.skin.dbi;
-
-import javax.xml.bind.annotation.XmlEnum;
-import javax.xml.bind.annotation.XmlEnumValue;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * <p>Java class for rotationNameType.
- * 
- * <p>The following schema fragment specifies the expected content contained within this class.
- * <p>
- * <pre>
- * &lt;simpleType name="rotationNameType">
- *   &lt;restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *     &lt;enumeration value="Portrait"/>
- *     &lt;enumeration value="Landscape"/>
- *     &lt;enumeration value="Reverse Portrait"/>
- *     &lt;enumeration value="Reverse Landscape"/>
- *   &lt;/restriction>
- * &lt;/simpleType>
- * </pre>
- * 
- */
-@XmlType(name = "rotationNameType")
-@XmlEnum
-public enum RotationNameType {
-
-    @XmlEnumValue("Portrait")
-    PORTRAIT("Portrait"),
-    @XmlEnumValue("Landscape")
-    LANDSCAPE("Landscape"),
-    @XmlEnumValue("Reverse Portrait")
-    REVERSE_PORTRAIT("Reverse Portrait"),
-    @XmlEnumValue("Reverse Landscape")
-    REVERSE_LANDSCAPE("Reverse Landscape");
-    private final String value;
-
-    RotationNameType(String v) {
-        value = v;
-    }
-
-    public String value() {
-        return value;
-    }
-
-    public static RotationNameType fromValue(String v) {
-        for (RotationNameType c: RotationNameType.values()) {
-            if (c.value.equals(v)) {
-                return c;
-            }
-        }
-        throw new IllegalArgumentException(v);
-    }
-
-}
diff --git a/tizen/src/skin/client/src/org/tizen/emulator/skin/dbi/RotationType.java b/tizen/src/skin/client/src/org/tizen/emulator/skin/dbi/RotationType.java
deleted file mode 100644 (file)
index 3df6f78..0000000
+++ /dev/null
@@ -1,172 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 
-// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
-// Any modifications to this file will be lost upon recompilation of the source schema. 
-// Generated on: 2012.03.13 at 01:56:12 오후 KST 
-//
-
-
-package org.tizen.emulator.skin.dbi;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlAttribute;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * <p>Java class for rotationType complex type.
- * 
- * <p>The following schema fragment specifies the expected content contained within this class.
- * 
- * <pre>
- * &lt;complexType name="rotationType">
- *   &lt;complexContent>
- *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       &lt;sequence>
- *         &lt;element name="lcd" type="{http://www.tizen.org/dbi}lcdType"/>
- *         &lt;element name="imageList" type="{http://www.tizen.org/dbi}imageListType"/>
- *         &lt;element name="keyMapList" type="{http://www.tizen.org/dbi}keyMapListType"/>
- *       &lt;/sequence>
- *       &lt;attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
- *       &lt;attribute name="name" use="required" type="{http://www.tizen.org/dbi}rotationNameType" />
- *     &lt;/restriction>
- *   &lt;/complexContent>
- * &lt;/complexType>
- * </pre>
- * 
- * 
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "rotationType", propOrder = {
-    "lcd",
-    "imageList",
-    "keyMapList"
-})
-public class RotationType {
-
-    @XmlElement(required = true)
-    protected LcdType lcd;
-    @XmlElement(required = true)
-    protected ImageListType imageList;
-    @XmlElement(required = true)
-    protected KeyMapListType keyMapList;
-    @XmlAttribute(required = true)
-    protected int id;
-    @XmlAttribute(required = true)
-    protected RotationNameType name;
-
-    /**
-     * Gets the value of the lcd property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link LcdType }
-     *     
-     */
-    public LcdType getLcd() {
-        return lcd;
-    }
-
-    /**
-     * Sets the value of the lcd property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link LcdType }
-     *     
-     */
-    public void setLcd(LcdType value) {
-        this.lcd = value;
-    }
-
-    /**
-     * Gets the value of the imageList property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link ImageListType }
-     *     
-     */
-    public ImageListType getImageList() {
-        return imageList;
-    }
-
-    /**
-     * Sets the value of the imageList property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link ImageListType }
-     *     
-     */
-    public void setImageList(ImageListType value) {
-        this.imageList = value;
-    }
-
-    /**
-     * Gets the value of the keyMapList property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link KeyMapListType }
-     *     
-     */
-    public KeyMapListType getKeyMapList() {
-        return keyMapList;
-    }
-
-    /**
-     * Sets the value of the keyMapList property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link KeyMapListType }
-     *     
-     */
-    public void setKeyMapList(KeyMapListType value) {
-        this.keyMapList = value;
-    }
-
-    /**
-     * Gets the value of the id property.
-     * 
-     */
-    public int getId() {
-        return id;
-    }
-
-    /**
-     * Sets the value of the id property.
-     * 
-     */
-    public void setId(int value) {
-        this.id = value;
-    }
-
-    /**
-     * Gets the value of the name property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link RotationNameType }
-     *     
-     */
-    public RotationNameType getName() {
-        return name;
-    }
-
-    /**
-     * Sets the value of the name property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link RotationNameType }
-     *     
-     */
-    public void setName(RotationNameType value) {
-        this.name = value;
-    }
-
-}
diff --git a/tizen/src/skin/client/src/org/tizen/emulator/skin/dbi/RotationsType.java b/tizen/src/skin/client/src/org/tizen/emulator/skin/dbi/RotationsType.java
deleted file mode 100644 (file)
index 636693d..0000000
+++ /dev/null
@@ -1,76 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 
-// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
-// Any modifications to this file will be lost upon recompilation of the source schema. 
-// Generated on: 2012.03.13 at 01:56:12 오후 KST 
-//
-
-
-package org.tizen.emulator.skin.dbi;
-
-import java.util.ArrayList;
-import java.util.List;
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * <p>Java class for rotationsType complex type.
- * 
- * <p>The following schema fragment specifies the expected content contained within this class.
- * 
- * <pre>
- * &lt;complexType name="rotationsType">
- *   &lt;complexContent>
- *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       &lt;sequence>
- *         &lt;element name="rotation" type="{http://www.tizen.org/dbi}rotationType" maxOccurs="unbounded"/>
- *       &lt;/sequence>
- *     &lt;/restriction>
- *   &lt;/complexContent>
- * &lt;/complexType>
- * </pre>
- * 
- * 
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "rotationsType", propOrder = {
-    "rotation"
-})
-public class RotationsType {
-
-    @XmlElement(required = true)
-    protected List<RotationType> rotation;
-
-    /**
-     * Gets the value of the rotation property.
-     * 
-     * <p>
-     * This accessor method returns a reference to the live list,
-     * not a snapshot. Therefore any modification you make to the
-     * returned list will be present inside the JAXB object.
-     * This is why there is not a <CODE>set</CODE> method for the rotation property.
-     * 
-     * <p>
-     * For example, to add a new item, do as follows:
-     * <pre>
-     *    getRotation().add(newItem);
-     * </pre>
-     * 
-     * 
-     * <p>
-     * Objects of the following type(s) are allowed in the list
-     * {@link RotationType }
-     * 
-     * 
-     */
-    public List<RotationType> getRotation() {
-        if (rotation == null) {
-            rotation = new ArrayList<RotationType>();
-        }
-        return this.rotation;
-    }
-
-}
diff --git a/tizen/src/skin/client/src/org/tizen/emulator/skin/dbi/package-info.java b/tizen/src/skin/client/src/org/tizen/emulator/skin/dbi/package-info.java
deleted file mode 100644 (file)
index 68bab07..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 
-// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
-// Any modifications to this file will be lost upon recompilation of the source schema. 
-// Generated on: 2012.03.13 at 01:56:12 오후 KST 
-//
-
-@javax.xml.bind.annotation.XmlSchema(namespace = "http://www.tizen.org/dbi", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED)
-package org.tizen.emulator.skin.dbi;