summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorJiyoun Park <jijibe99@gmail.com>2012-09-12 14:08:26 +0000
committerJiyoun Park <jijibe99@gmail.com>2012-09-12 14:08:26 +0000
commit6e35ab137dbc4f5abb5e68927c0d1446dc4965a6 (patch)
tree2c935520d915799af9f4f9967fb5be8d4443b685 /config
parent9d38376fb1730babc38b55d6af2cbb4964292ba9 (diff)
downloadelementary-6e35ab137dbc4f5abb5e68927c0d1446dc4965a6.tar.gz
support indicator service using elm config.
using this, we can establish indicator service. I'll implement more indicator service feature using elm_plug and elm_compoment. after finishing all indicator and compoment feature I will add change log and news SVN revision: 76533
Diffstat (limited to 'config')
-rw-r--r--config/mobile/base.src4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/mobile/base.src b/config/mobile/base.src
index 090e091c0..1c72ad7c2 100644
--- a/config/mobile/base.src
+++ b/config/mobile/base.src
@@ -70,6 +70,10 @@ group "Elm_Config" struct {
value "auto_dump_withdrawn" uchar: 1;
value "auto_throttle" uchar: 1;
value "auto_throttle_amount" double: 0.0666666666;
+ value "indicator_service_0" string: "elm_indicator_portrait";
+ value "indicator_service_90" string: "elm_indicator_landscape";
+ value "indicator_service_180" string: "elm_indicator_portrait";
+ value "indicator_service_270" string: "elm_indicator_landscape";
group "color_palette" list {
group "Elm_Custom_Palette" struct {
value "palette_name" string: "default";