Add new smack rule & default scale set
authorSung-jae Park <nicesj.park@samsung.com>
Wed, 8 Oct 2014 06:40:15 +0000 (15:40 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Wed, 8 Oct 2014 06:42:10 +0000 (15:42 +0900)
[model] Redwood,Kiran,B3(Wearable)
[binary_type] AP
[customer] Docomo/Orange/ATT/Open
[issue#] N/A
[problem]
[cause]
[solution]
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I54ff0b5d9c8aefc998b4d94be9609c0f66633988

com.samsung.data-provider-slave.rule
src/main.c

index 21612c6..013f0bc 100644 (file)
@@ -19,3 +19,4 @@ com.samsung.data-provider-slave sound_server rw
 com.samsung.data-provider-slave tts-server rwx
 com.samsung.data-provider-slave aul::launch x
 com.samsung.data-provider-slave security-server::api-cookie-check w
+com.samsung.data-provider-slave deviced::haptic rw
index 91da6da..9e60134 100644 (file)
@@ -53,6 +53,7 @@
 #include "so_handler.h"
 #include "lb.h"
 
+#define WVGA_DEFAULT_SCALE 1.8f
 #define TEXT_CLASS     "tizen"
 #define DEFAULT_FONT_SIZE      -100
 
@@ -387,6 +388,8 @@ static bool app_create(void *argv)
 {
        int ret;
 
+       elm_app_base_scale_set(WVGA_DEFAULT_SCALE);
+
        ret = conf_loader();
        if (ret < 0) {
                DbgPrint("Configureation manager is initiated: %d\n", ret);