From 96fe0ba68e94911ee504244046662b576477b5ae Mon Sep 17 00:00:00 2001 From: "syeon.hwang" Date: Tue, 28 Feb 2012 19:09:10 +0900 Subject: [PATCH] [Title] Add skin submodule and prepare some directory [Type] [Module] Emulator/ [Priority] [CQ#] [Redmine#] [Problem] [Cause] [Solution] [TestCase] --- .gitmodules | 3 +++ tizen/src/skin | 1 + 2 files changed, 4 insertions(+) create mode 160000 tizen/src/skin diff --git a/.gitmodules b/.gitmodules index eca876f..9aee62f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,3 +19,6 @@ [submodule "roms/sgabios"] path = roms/sgabios url = git://git.qemu.org/sgabios.git +[submodule "tizen/src/skin"] + path = tizen/src/skin + url = ../emulator-skin diff --git a/tizen/src/skin b/tizen/src/skin new file mode 160000 index 0000000..4f0f6cc --- /dev/null +++ b/tizen/src/skin @@ -0,0 +1 @@ +Subproject commit 4f0f6cc78ce55f320e81dd1c20362be028a1668c -- 2.7.4