summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjihye424.kim <jihye424.kim@samsung.com>2016-08-11 19:35:13 +0900
committerjihye424.kim <jihye424.kim@samsung.com>2016-08-12 11:54:08 +0900
commit4ada077fe6d13c4c656396689acb037a847b6f37 (patch)
treee78e0af579483c2e7bd7f3f07dc64798bd947e80
parentb8cd5e0d55bf25cba27f5ad2712146754278d486 (diff)
downloademulator-manager-resources-4ada077fe6d13c4c656396689acb037a847b6f37.tar.gz
emulator-manager-resources-4ada077fe6d13c4c656396689acb037a847b6f37.tar.bz2
emulator-manager-resources-4ada077fe6d13c4c656396689acb037a847b6f37.zip
template: add new template for changed image name
Change-Id: Ie53046e442be56d3075d8a6b411a6e2fcce8251f Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
-rw-r--r--plugins/wearable/template/wearable-3.0-circle-i386-template-v2.xml104
1 files changed, 104 insertions, 0 deletions
diff --git a/plugins/wearable/template/wearable-3.0-circle-i386-template-v2.xml b/plugins/wearable/template/wearable-3.0-circle-i386-template-v2.xml
new file mode 100644
index 0000000..d834c48
--- /dev/null
+++ b/plugins/wearable/template/wearable-3.0-circle-i386-template-v2.xml
@@ -0,0 +1,104 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+
+<!-- This file describes component of VM property UI in Emulator manager.
+ (VM property UI descriptor)
+ Each element in this file is matched with an item of vm property UI. -->
+
+<ItemList xmlns="http://www.tizen.org/em/template" version="3.0">
+ <information profile="wearable" version="3.0" image="wearable-3.0-circle-i386"/>
+ <itemGroup name="default">
+ <item name="general" title="General" type="tab">
+ <item name="name" title="VM Name" type="textInput"/>
+ <item name="profile" title="Profile"/>
+ <item name="platform" title="Platform"/>
+ <item name="template-name" title="Template" type="label" />
+ <item name="display" title="Display" type="label">
+ <item name="resolution" title="Resolution" type="label"/>
+ <item name="size" title="Size" type="label"/>
+ <item name="skin" title="Skin" type="combo"/>
+ <item name="skinPath" title="Skin Path" type="label">
+ <option name="supportMode">detail</option>
+ </item>
+ </item>
+ <item name="processors" title="Processors" type="combo" />
+ <item name="ramSize" title="Ram" type="combo" >
+ <option name="list">512,768,1024</option>
+ </item>
+ <item name="fileShare" title="File Sharing" type="file">
+ <option name="dialogType">directory</option>
+ </item>
+ <item name="glVersion" title="OpenGL ES Ver" type="combo">
+ <option name="v2.0_v3.0">v2.0 &amp; v3.0</option>
+ <option name="v1.1_v2.0">v1.1 &amp; v2.0</option>
+ <option name="supportOS">mac</option>
+ </item>
+ </item>
+ <item name="device" title="Device" type="tab">
+ <item name="template-name" title="Template" type="label">
+ <option name="supportMode">create</option>
+ </item>
+ <item name="deviceTemplate" title="Template" type="combo">
+ <option name="supportMode">modify</option>
+ </item>
+ <item name="template-display" title="Display" type="label">
+ <option name="supportMode">modify</option>
+ <item name="resolution" title="Resolution" type="label"/>
+ <item name="size" title="Size" type="label" />
+ <item name="skin" title="Skin" type="label" />
+ </item>
+ <item name="sensor" title="Sensor" type="checkLabel" >
+ <item name="accel" title="Accelerometer" type="checkbox" />
+ <item name="gyro" title="Gyroscope" type="checkbox" />
+ <item name="geo" title="Geo-magnetic" type="checkbox" />
+ <item name="proxi" title="Proximity" type="checkbox"/>
+ <item name="light" title="Light" type="checkbox"/>
+ <item name="haptic" title="Haptic" type="checkbox"/>
+ <item name="press" title="Pressure" type="checkbox"/>
+ <item name="uv" title="Ultraviolet" type="checkbox"/>
+ <item name="hrm" title="Heartbeat Rate" type="checkbox"/>
+ <option name="numColumn">2</option>
+ </item>
+ <item name="connectivity" title="Connectivity" type="checkLabel">
+ <item name="nfc" title="NFC" type="checkbox" />
+ <option name="numColumn">2</option>
+ </item>
+ </item>
+ <item name="camera" title="Camera" type="tab" >
+ <!-- <item type="combo" name="frontType" title="Front"/> -->
+ <!-- <item type="file" name="frontImage" title="(image)"/> -->
+ <item type="combo" name="rearType" title="Rear"/>
+ <item type="file" name="rearImage" title="Image"/>
+ </item>
+ <item name="network" title="Network" type="tab">
+ <item name="proxy" title="Proxy" type="combo" >
+ <option name="none">No proxy</option>
+ <option name="auto">Use host proxy</option>
+ <option name="manual">Use manual proxy</option>
+ <option name="defaultValue">auto</option>
+ </item>
+ <item name="netConnectType" title="Connect Type" type="combo" >
+ <option name="list">NAT, Bridge</option>
+ </item>
+ <item name="netTapDevice" title="Base Network" type="combo">
+ <option name="supportOS">mac,linux</option>
+ </item>
+ <item name="netTapDevice" title="Tap Device" type="combo">
+ <option name="supportOS">win</option>
+ </item>
+ <item name="netIpInfo" title="VM IP info" type="label">
+ <item name="useDHCP" title="Use DHCP" type="checkbox" >
+ <option name="defaultValue">on</option>
+ </item>
+ <item name="ipAddr" title="IP Address" type="text" />
+ <item name="subnet" title="Subnet" type="text"/>
+ <item name="gateway" title="Gateway" type="text"/>
+ <item name="netDns" type="text" title="DNS" />
+ <item name="netMac" type="text" title="MAC" />
+ </item>
+ </item>
+ <item name="hwSupport" title="HW Support" type="tab" >
+ <item name="cpu" title="CPU VT" type="toggle" />
+ <item name="gpu" title="GPU" type="toggle" />
+ </item>
+ </itemGroup>
+</ItemList>