summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSooChan Lim <sc1.lim@samsung.com>2024-11-15 13:14:16 +0900
committerSooChan Lim <sc1.lim@samsung.com>2024-11-15 13:47:27 +0900
commit3cc2483b4d9523ae72d8188221da9191034bd94a (patch)
treed43a77eb72905d50e26c8b1e5477f3cf3404e430
parente6d3ec4d9485ab45c38d8dc45b12a691581f2e49 (diff)
downloade-tizen-data-sandbox/soolim2.tar.gz
e-tizen-data-sandbox/soolim2.tar.bz2
e-tizen-data-sandbox/soolim2.zip
Change-Id: Ic9e98e0932e9081de0fc5bc843069e0fe2a35faa
-rw-r--r--default/config/tizen-common/e.src.in33
1 files changed, 32 insertions, 1 deletions
diff --git a/default/config/tizen-common/e.src.in b/default/config/tizen-common/e.src.in
index c8c31b8..1484268 100644
--- a/default/config/tizen-common/e.src.in
+++ b/default/config/tizen-common/e.src.in
@@ -34,10 +34,41 @@ group "E_Config" struct {
value "x" int: 0;
value "y" int: 0;
value "enable" int: 1;
- }
+ }
}
value "use_softkey" int: 0;
value "use_softkey_service" int: 1;
+
+ group "desk_areas" list {
+ group "E_Config_Desk_Area1" struct {
+ value "desk_num" uint: 0;
+ value "name: string: "left_area"
+ value "x" int: 0;
+ value "y" int: 0;
+ value "w" int: 960;
+ value "h" int: 1080;
+ value "zorder" int: 0;
+ value "transform" int: 1;
+ group "E_Config_Desk_Area_Apps" list {
+ value "app.1" string: "/usr/apps/org.tizen.homescreen-nui/bin/HomeScreenApp.dll";
+ value "app.2" string: "/usr/apps/org.tizen.cssettings/bin/SettingView.dll";
+ }
+ }
+ group "E_Config_Desk_Area2" struct {
+ value "desk_num" uint: 0;
+ value "name: string: "right_area"
+ value "x" int: 0;
+ value "y" int: 0;
+ value "w" int: 961;
+ value "h" int: 1080;
+ value "zorder" int: 1;
+ value "transform" int: 1;
+ group "E_Config_Desk_Area_Apps" list {
+ value "app.1" string: "Animation";
+ }
+ }
+ }
+
value "softkey_size" int: 42;
value "window_placement_policy" int: 0;
value "focus_policy" int: 0;