From fbc149f8f08b5401d84232709f96d01320ed1395 Mon Sep 17 00:00:00 2001 From: GiWoong Kim Date: Mon, 30 Sep 2013 17:55:20 +0900 Subject: [PATCH] skin: added SpecialKeyWindow layout schema Change-Id: If2339d5edb71996c546f8ad9db78eb09375f78b5 Signed-off-by: GiWoong Kim --- .../client/xsd/ProfileSpecificSkin-layout.xsd | 119 ++++++++++++++++++ .../client/xsd/SpecialKeyWindow-layout.xsd | 62 +++++++++ 2 files changed, 181 insertions(+) create mode 100644 tizen/src/skin/client/xsd/ProfileSpecificSkin-layout.xsd create mode 100644 tizen/src/skin/client/xsd/SpecialKeyWindow-layout.xsd diff --git a/tizen/src/skin/client/xsd/ProfileSpecificSkin-layout.xsd b/tizen/src/skin/client/xsd/ProfileSpecificSkin-layout.xsd new file mode 100644 index 0000000000..0c88f58794 --- /dev/null +++ b/tizen/src/skin/client/xsd/ProfileSpecificSkin-layout.xsd @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/tizen/src/skin/client/xsd/SpecialKeyWindow-layout.xsd b/tizen/src/skin/client/xsd/SpecialKeyWindow-layout.xsd new file mode 100644 index 0000000000..1ea4d646eb --- /dev/null +++ b/tizen/src/skin/client/xsd/SpecialKeyWindow-layout.xsd @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- 2.34.1