Device Template: add device template xsd file
authorjihye424.kim <jihye424.kim@samsung.com>
Thu, 1 Oct 2015 05:53:39 +0000 (14:53 +0900)
committerjihye424.kim <jihye424.kim@samsung.com>
Thu, 1 Oct 2015 05:53:39 +0000 (14:53 +0900)
commit3ed66e8da93b46bc76dc353f97595ae475c03c08
tree5e72c1c3faa581141a5e9bcedc6f406ca31765bc
parent7adfd0f1bda4ff18b41f92d790456cb50d874b89
Device Template: add device template xsd file

- add device template xsd file
- generate device template java file from xsd file

Change-Id: I78c346ccdab4542a00213c6623d8787f2a93d375
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
14 files changed:
jaxb_src/org/tizen/emulator/manager/device/xml/template/AdditionalDevices.java [new file with mode: 0644]
jaxb_src/org/tizen/emulator/manager/device/xml/template/BaseInformation.java [new file with mode: 0644]
jaxb_src/org/tizen/emulator/manager/device/xml/template/Cpu.java [new file with mode: 0644]
jaxb_src/org/tizen/emulator/manager/device/xml/template/Device.java [new file with mode: 0644]
jaxb_src/org/tizen/emulator/manager/device/xml/template/DeviceConfiguration.java [new file with mode: 0644]
jaxb_src/org/tizen/emulator/manager/device/xml/template/DeviceItem.java [new file with mode: 0644]
jaxb_src/org/tizen/emulator/manager/device/xml/template/DeviceItemValue.java [new file with mode: 0644]
jaxb_src/org/tizen/emulator/manager/device/xml/template/DeviceValue.java [new file with mode: 0644]
jaxb_src/org/tizen/emulator/manager/device/xml/template/Display.java [new file with mode: 0644]
jaxb_src/org/tizen/emulator/manager/device/xml/template/ItemValue.java [new file with mode: 0644]
jaxb_src/org/tizen/emulator/manager/device/xml/template/ObjectFactory.java [new file with mode: 0644]
jaxb_src/org/tizen/emulator/manager/device/xml/template/Ram.java [new file with mode: 0644]
jaxb_src/org/tizen/emulator/manager/device/xml/template/package-info.java [new file with mode: 0644]
xsd/device-template.xsd [new file with mode: 0644]