From 512bca8be3b40115d682a9a42d5e3ee219c9f4d8 Mon Sep 17 00:00:00 2001 From: "minkee.lee" Date: Thu, 18 Sep 2014 18:28:52 +0900 Subject: [PATCH] Template: Changed template file name. - x86-kiran -> x86-standard Change-Id: I0c97b87257422123fa5eebe07ecd32eb097ce569 Signed-off-by: minkee.lee --- package/build.linux | 8 +-- package/build.macos-64 | 8 +-- package/build.windows | 8 +-- ...an-template.xml => w-x86-standard-template.xml} | 2 +- template/{w-x86-kiran.xml => w-x86-standard.xml} | 0 template/x86-kiran-template.xml | 82 ---------------------- template/x86-kiran.xml | 50 ------------- template/x86-standard-template.xml | 15 +++- template/x86-standard.xml | 82 +++++++++++----------- 9 files changed, 67 insertions(+), 188 deletions(-) rename template/{w-x86-kiran-template.xml => w-x86-standard-template.xml} (99%) rename template/{w-x86-kiran.xml => w-x86-standard.xml} (100%) delete mode 100644 template/x86-kiran-template.xml delete mode 100644 template/x86-kiran.xml diff --git a/package/build.linux b/package/build.linux index e3543f3..2e711b7 100755 --- a/package/build.linux +++ b/package/build.linux @@ -34,15 +34,15 @@ install() RESOURCES_DIR=$SRCDIR/package/mobile-2.3-emulator-manager-resources.package.$TARGET_OS/data/platforms/mobile-2.3/emulator-resources mkdir -p $RESOURCES_DIR/template mkdir -p $RESOURCES_DIR/plugins - cp $SRCDIR/template/x86-kiran.xml $RESOURCES_DIR/template/x86-kiran.xml - cp $SRCDIR/template/x86-kiran-template.xml $RESOURCES_DIR/template/x86-kiran-template.xml + cp $SRCDIR/template/x86-standard.xml $RESOURCES_DIR/template/x86-standard.xml + cp $SRCDIR/template/x86-standard-template.xml $RESOURCES_DIR/template/x86-standard-template.xml mv $SRCDIR/plugin-project/mobile-plugin/em-plugin.jar $RESOURCES_DIR/plugins/em-plugin.jar W_RESOURCES_DIR=$SRCDIR/package/wearable-2.3-emulator-manager-resources.package.$TARGET_OS/data/platforms/wearable-2.3/emulator-resources mkdir -p $W_RESOURCES_DIR/template mkdir -p $W_RESOURCES_DIR/plugins - cp $SRCDIR/template/w-x86-kiran.xml $W_RESOURCES_DIR/template/x86-kiran.xml - cp $SRCDIR/template/w-x86-kiran-template.xml $W_RESOURCES_DIR/template/x86-kiran-template.xml + cp $SRCDIR/template/w-x86-standard.xml $W_RESOURCES_DIR/template/x86-standard.xml + cp $SRCDIR/template/w-x86-standard-template.xml $W_RESOURCES_DIR/template/x86-standard-template.xml mv $SRCDIR/plugin-project/wearable-plugin/em-plugin.jar $W_RESOURCES_DIR/plugins/em-plugin.jar } diff --git a/package/build.macos-64 b/package/build.macos-64 index 1490cfb..e79ff9a 100755 --- a/package/build.macos-64 +++ b/package/build.macos-64 @@ -57,15 +57,15 @@ install() RESOURCES_DIR=$SRCDIR/package/mobile-2.3-emulator-manager-resources.package.$TARGET_OS/data/platforms/mobile-2.3/emulator-resources mkdir -p $RESOURCES_DIR/template mkdir -p $RESOURCES_DIR/plugins - cp $SRCDIR/template/x86-kiran.xml $RESOURCES_DIR/template/x86-kiran.xml - cp $SRCDIR/template/x86-kiran-template.xml $RESOURCES_DIR/template/x86-kiran-template.xml + cp $SRCDIR/template/x86-standard.xml $RESOURCES_DIR/template/x86-standard.xml + cp $SRCDIR/template/x86-standard-template.xml $RESOURCES_DIR/template/x86-standard-template.xml mv $SRCDIR/plugin-project/mobile-plugin/em-plugin.jar $RESOURCES_DIR/plugins/em-plugin.jar W_RESOURCES_DIR=$SRCDIR/package/wearable-2.3-emulator-manager-resources.package.$TARGET_OS/data/platforms/wearable-2.3/emulator-resources mkdir -p $W_RESOURCES_DIR/template mkdir -p $W_RESOURCES_DIR/plugins - cp $SRCDIR/template/w-x86-kiran.xml $W_RESOURCES_DIR/template/x86-kiran.xml - cp $SRCDIR/template/w-x86-kiran-template.xml $W_RESOURCES_DIR/template/x86-kiran-template.xml + cp $SRCDIR/template/w-x86-standard.xml $W_RESOURCES_DIR/template/x86-standard.xml + cp $SRCDIR/template/w-x86-standard-template.xml $W_RESOURCES_DIR/template/x86-standard-template.xml mv $SRCDIR/plugin-project/wearable-plugin/em-plugin.jar $W_RESOURCES_DIR/plugins/em-plugin.jar } diff --git a/package/build.windows b/package/build.windows index 30abe8c..72bc2c4 100755 --- a/package/build.windows +++ b/package/build.windows @@ -116,11 +116,11 @@ install() mkdir -p $W_RESOURCES_DIR/template mkdir -p $W_RESOURCES_DIR/plugins - cp $SRCDIR/template/x86-kiran.xml $RESOURCES_DIR/template/x86-kiran.xml - cp $SRCDIR/template/x86-kiran-template.xml $RESOURCES_DIR/template/x86-kiran-template.xml + cp $SRCDIR/template/x86-standard.xml $RESOURCES_DIR/template/x86-standard.xml + cp $SRCDIR/template/x86-standard-template.xml $RESOURCES_DIR/template/x86-standard-template.xml mv $SRCDIR/plugin-project/mobile-plugin/em-plugin.jar $RESOURCES_DIR/plugins/em-plugin.jar - cp $SRCDIR/template/w-x86-kiran.xml $W_RESOURCES_DIR/template/x86-kiran.xml - cp $SRCDIR/template/w-x86-kiran-template.xml $W_RESOURCES_DIR/template/x86-kiran-template.xml + cp $SRCDIR/template/w-x86-standard.xml $W_RESOURCES_DIR/template/x86-standard.xml + cp $SRCDIR/template/w-x86-standard-template.xml $W_RESOURCES_DIR/template/x86-standard-template.xml mv $SRCDIR/plugin-project/wearable-plugin/em-plugin.jar $W_RESOURCES_DIR/plugins/em-plugin.jar } diff --git a/template/w-x86-kiran-template.xml b/template/w-x86-standard-template.xml similarity index 99% rename from template/w-x86-kiran-template.xml rename to template/w-x86-standard-template.xml index 827af18..962519a 100644 --- a/template/w-x86-kiran-template.xml +++ b/template/w-x86-standard-template.xml @@ -4,7 +4,7 @@ (VM property UI descriptor) Each element in this file is matched with an item of vm property UI. --> - + diff --git a/template/w-x86-kiran.xml b/template/w-x86-standard.xml similarity index 100% rename from template/w-x86-kiran.xml rename to template/w-x86-standard.xml diff --git a/template/x86-kiran-template.xml b/template/x86-kiran-template.xml deleted file mode 100644 index d9cd636..0000000 --- a/template/x86-kiran-template.xml +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - " - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/template/x86-kiran.xml b/template/x86-kiran.xml deleted file mode 100644 index 0a623ad..0000000 --- a/template/x86-kiran.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - - - - - - NONE - - - true - true - - - - - 480 - 800 - - 233 - - - 512 - - - - - - - - - diff --git a/template/x86-standard-template.xml b/template/x86-standard-template.xml index 5277f30..289eec6 100644 --- a/template/x86-standard-template.xml +++ b/template/x86-standard-template.xml @@ -15,10 +15,10 @@ - + - + @@ -52,9 +52,11 @@ + + - + @@ -67,6 +69,13 @@ + + + + + + + diff --git a/template/x86-standard.xml b/template/x86-standard.xml index e1ea352..9ba1c61 100644 --- a/template/x86-standard.xml +++ b/template/x86-standard.xml @@ -2,47 +2,49 @@ - - - - NONE - - - true - true - - - - - 720 - 1280 - - 316 - - - 512 - - - - - -- 2.7.4