summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHwankyu Jhun <h.jhun@samsung.com>2018-08-06 09:00:29 +0900
committerHwankyu Jhun <h.jhun@samsung.com>2018-08-06 09:06:02 +0900
commitdd00b0514fd4455e7c4004b0811dcbc01cc53606 (patch)
treee253b1f589291d032f8d3972e6f0dd83d56b709f
parentf2ccc9be64bb33a370a93ec09102a784ccc4f187 (diff)
downloadwidget-service-dd00b0514fd4455e7c4004b0811dcbc01cc53606.tar.gz
widget-service-dd00b0514fd4455e7c4004b0811dcbc01cc53606.tar.bz2
widget-service-dd00b0514fd4455e7c4004b0811dcbc01cc53606.zip
Add resolution files
To Support 600x1024 and 1080x1920 sizes, the resolution.ini files are added. Adds: - wayland.mobile.1080x1920.resolution.ini - wayland.mobile.600x1024.resolution.ini Change-Id: Id1888d3717154d251147a83cff11441bed8d6b2c Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
-rw-r--r--CMakeLists.txt2
-rw-r--r--data/wayland.mobile.1080x1920.resolution.ini14
-rw-r--r--data/wayland.mobile.600x1024.resolution.ini14
3 files changed, 30 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5717481..5474b22 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -82,6 +82,8 @@ INSTALL(FILES ${CMAKE_SOURCE_DIR}/data/wayland.wearable.360x360.resolution.ini D
INSTALL(FILES ${CMAKE_SOURCE_DIR}/data/wayland.mobile.resolution.ini DESTINATION /usr/share/${PROJECT_NAME}/720x1280 RENAME "resolution.ini" PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ)
INSTALL(FILES ${CMAKE_SOURCE_DIR}/data/wayland.wearable.resolution.ini DESTINATION /usr/share/${PROJECT_NAME}/320x320 RENAME "resolution.ini" PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ)
INSTALL(FILES ${CMAKE_SOURCE_DIR}/data/wayland.mobile.540x960.resolution.ini DESTINATION /usr/share/${PROJECT_NAME}/540x960 RENAME "resolution.ini" PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ)
+INSTALL(FILES ${CMAKE_SOURCE_DIR}/data/wayland.mobile.600x1024.resolution.ini DESTINATION /usr/share/${PROJECT_NAME}/600x1024 RENAME "resolution.ini" PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ)
+INSTALL(FILES ${CMAKE_SOURCE_DIR}/data/wayland.mobile.1080x1920.resolution.ini DESTINATION /usr/share/${PROJECT_NAME}/1080x1920 RENAME "resolution.ini" PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ)
INSTALL(FILES ${CMAKE_SOURCE_DIR}/data/wayland.mobile.1440x2560.resolution.ini DESTINATION /usr/share/${PROJECT_NAME}/1440x2560 RENAME "resolution.ini" PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ)
ADD_SUBDIRECTORY(parser)
diff --git a/data/wayland.mobile.1080x1920.resolution.ini b/data/wayland.mobile.1080x1920.resolution.ini
new file mode 100644
index 0000000..ae0bab5
--- /dev/null
+++ b/data/wayland.mobile.1080x1920.resolution.ini
@@ -0,0 +1,14 @@
+[resolution]
+1x1=265x265
+2x1=534x265
+2x2=534x534
+4x1=1070x265
+4x2=1070x534
+4x3=1070x802
+4x4=1070x1070
+4x5=1070x1338
+4x6=1070x1606
+21x21=0x0
+23x21=0x0
+23x23=0x0
+0x0=1080x1920
diff --git a/data/wayland.mobile.600x1024.resolution.ini b/data/wayland.mobile.600x1024.resolution.ini
new file mode 100644
index 0000000..83577a0
--- /dev/null
+++ b/data/wayland.mobile.600x1024.resolution.ini
@@ -0,0 +1,14 @@
+[resolution]
+1x1=145x166
+2x1=294x166
+2x2=294x332
+4x1=592x166
+4x2=592x332
+4x3=592x498
+4x4=592x664
+4x5=592x830
+4x6=592x996
+21x21=0x0
+23x21=0x0
+23x23=0x0
+0x0=600x1024