From f8f640d8fb7b51322f8b50eafc117340e38614ab Mon Sep 17 00:00:00 2001 From: GiWoong Kim Date: Mon, 4 Jan 2016 17:03:14 +0900 Subject: [PATCH] [DevTools] update Emulator contents - Context Menu > VM Info table - Emulator Directory Structure Change-Id: If6809a8da2cb98b42454d8c2c5eb8f4909ae46e2 Signed-off-by: GiWoong Kim --- org.tizen.devtools/html/common_tools/emulator.htm | 66 +++++------ .../html/common_tools/emulator_features.htm | 129 ++++++++++----------- 2 files changed, 93 insertions(+), 102 deletions(-) diff --git a/org.tizen.devtools/html/common_tools/emulator.htm b/org.tizen.devtools/html/common_tools/emulator.htm index d50b8ec..5008192 100644 --- a/org.tizen.devtools/html/common_tools/emulator.htm +++ b/org.tizen.devtools/html/common_tools/emulator.htm @@ -434,7 +434,7 @@ $egrep -c '(vmx|svm)' /proc/cpuinfo Feature Description - + VM Name VM name @@ -444,72 +444,66 @@ $egrep -c '(vmx|svm)' /proc/cpuinfo Skin Name Skin name - + - CPU + CPU Arch CPU architecture - + RAM Size - RAM size (MB) + RAM size (MiB) - + - Display Resolution - Target display resolution + Display + Target display resolution and PPI(pixels per inch) - + - Display Density - DPI (Dots Per Inch) + CPU Virtualization + Whether hardware virtualization is supported - - + - Directory Sharing - Whether host directory sharing is used + GPU Virtualization + Whether GPU virtualization is supported - + - File Shared Path + Directory Sharing Path to the shared host directory - - - CPU Virtualization - Whether hardware virtualization is supported - - + - GPU Virtualization - Whether GPU virtualization is supported + Image Version + Platform image version - + - Target Image File - Target image file path + Image File + Platform image file path - + Swap Image File Swap image file path - + Kernel File Kernel file path - - - Emulator Log File - Emulator (Qemu) log file path - - + Kernel Log File Kernel log file path + + + Emulator Log File + Emulator (Qemu) log file path + diff --git a/org.tizen.devtools/html/common_tools/emulator_features.htm b/org.tizen.devtools/html/common_tools/emulator_features.htm index c1c7024..10edf63 100644 --- a/org.tizen.devtools/html/common_tools/emulator_features.htm +++ b/org.tizen.devtools/html/common_tools/emulator_features.htm @@ -816,26 +816,11 @@ maru-brightness -device virtio-vmodem-pci -device maru-camera -device virtio-tou Folder or file Description - - - bin/ - Binary files - - - bin/emulator-control-panel.jar - Emulator Control Panel - - - bin/emulator-control-panel-cli.jar - Emulator Control Panel CLI (Command Line Interface) - bin/emulator-manager Emulator manager binary to launch the emulator-manager.jar file - - bin/emulator-manager.jar Emulator manager jar, which can also launch the @@ -848,46 +833,9 @@ maru-brightness -device virtio-vmodem-pci -device maru-camera -device virtio-tou Emulator manager CLI (Command Line Interface) - bin/emulator-skin.jar - Emulator skin - - - - - bin/emulator-x86 - x86 Emulator binary, including QEMU - - - - - bin/protobuf.jar - Protocol buffer library - - - - bin/libecp.jar - profile independent library for ECP - - - - bin/swt.jar - SWT library - - - bin/jna-<version>.jar JNA library - - - data/bios/ - .bin - files for initializing the guest OS - - - data/kernel/ - Kernel image for the guest Linux OS - storages/sdcard/sdcard_xxx.img .img @@ -901,7 +849,7 @@ maru-brightness -device virtio-vmodem-pci -device maru-camera -device virtio-tou -

The following table describes the platform directories that are located in the <TIZEN_SDK>/platform/<Profile>-<VERSION>/emulator-images folder.

+

The following table describes the platform directories that are located in the <TIZEN_SDK>/platforms/<PLATFORM_VERSION>/<PROFILE>/emulator-images folder.

@@ -927,7 +875,56 @@ maru-brightness -device virtio-vmodem-pci -device maru-camera -device virtio-tou
-

The following table describes the platform directories that are located in the <TIZEN_SDK>/platforms/<Profile>-<VERSION>/emulator-resources folder.

+ +

The following table describes the platform directories that are located in the <TIZEN_SDK>/platforms/<PLATFORM_VERSION>/common/emulator folder.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Table: Platform directory common content
NameDescription
bin/Binary files
bin/emulator-x86x86 Emulator binary, including QEMU
bin/emulator-control-panel.jarEmulator Control Panel
bin/emulator-control-panel-cli.jarEmulator Control Panel CLI (Command Line Interface)
bin/protobuf.jarProtocol buffer library
bin/libecp.jarProfile independent library for ECP
bin/swt.jarSWT library
data/bios/.bin files for initializing the guest OS
data/kernel/Kernel image for the guest Linux OS
+ + +

The following table describes the platform directories that are located in the <TIZEN_SDK>/platforms/<PLATFORM_VERSION>/<PROFILE>/emulator-resources folder.

@@ -948,7 +945,7 @@ maru-brightness -device virtio-vmodem-pci -device maru-camera -device virtio-tou - + @@ -956,19 +953,19 @@ maru-brightness -device virtio-vmodem-pci -device maru-camera -device virtio-tou - + - - + + - + - + @@ -1004,15 +1001,15 @@ maru-brightness -device virtio-vmodem-pci -device maru-camera -device virtio-tou - + - - - + + + - + @@ -1027,7 +1024,7 @@ maru-brightness -device virtio-vmodem-pci -device maru-camera -device virtio-tou - +
Table: Platform directory resource content
XML file for the ecp-plugin.jar file configuration
plugins/em-plugin.jarplugins/em-plugin-<PROFILE>.jar Plugin for the Emulator Manager
Emulator skin images specific to the Emulator resolution, and icons for the Emulator option button and shortcut
skins/<skin name>/info.iniskins/<SKIN_NAME>/info.ini File for specifying Emulator skin information
skins/<skin name>/layout.xmlMetafile for the Emulator skin layoutskins/<SKIN_NAME>/layout.xmlMeta file for the Emulator skin layout
template/<image name>.xmltemplate/<IMAGE_NAME>.xml XML file for default configuration of the virtual machine created by the Emulator Manage
template/<image name>-template.xmltemplate/<IMAGE_NAME>-template.xml XML file for the template of the virtual machine created by the Emulator Manager
<image name>/ Target-specific images
<image name>/.skin.propertiesHidden data for the Emulator skin
<image name>/gui.propertyHidden data for the Emulator GUI
<image name>/emulimg-<image name>.x86 Writable <image name> image file
<image name>/swap-<image name>.img Swap image file
<image name>/logs/Log files (Emulator, kernel, emulator-skin log)Log files (Emulator, kernel log)
-- 2.7.4