Install /etc/config/screen/sysinfo-screen.xml for screen.rotation_auto feature
authorjaewon7.cho <jaewon7.cho@samsung.com>
Fri, 19 Apr 2013 07:56:03 +0000 (16:56 +0900)
committerjaewon7.cho <jaewon7.cho@samsung.com>
Fri, 19 Apr 2013 07:57:01 +0000 (16:57 +0900)
Change-Id: Iedf8035a6ea7ae1173fd01301aef6a0903fd0266
Signed-off-by: jaewon7.cho <jaewon7.cho@samsung.com>
packaging/osp-uifw.spec
src/CMakeLists.txt
sysinfo-screen.xml [new file with mode: 0644]

index 0fbf648..d12429c 100644 (file)
@@ -124,6 +124,7 @@ cp %{_builddir}/%{name}-%{version}/LICENSE.Flora  %{buildroot}/usr/share/license
 
 %files
 %manifest osp-uifw.manifest
+/etc/config/screen/sysinfo-screen.xml
 /usr/share/license/%{name}
 /usr/share/osp/bitmaps/*
 /usr/share/osp/themes/*
index 59d608f..df7c72c 100644 (file)
@@ -41,4 +41,5 @@ ADD_SUBDIRECTORY(ui)
 ADD_SUBDIRECTORY(uifw)
 
 
+INSTALL(FILES ${CMAKE_SOURCE_DIR}/sysinfo-screen.xml DESTINATION /etc/config/screen)
 
diff --git a/sysinfo-screen.xml b/sysinfo-screen.xml
new file mode 100644 (file)
index 0000000..e9789cc
--- /dev/null
@@ -0,0 +1,7 @@
+<?xml version="1.0"?>
+<sys-info>
+  <default>
+    <key id="auto-rotation-support" string="true"/>
+  </default>
+</sys-info>
+