tizen 2.3.1 release
[framework/uifw/e17-misc-wearable.git] / i386 / usr / share / enlightenment / config / e / config / tizen / module.devicemgr-tizen.src
1 group "Devicemgr_Config" struct {
2     value "ScrnConf.enable" uchar: 1;
3     value "ScrnConf.default_dispmode" int: 1;
4     value "ScrnConf.isPopUpEnabled" uchar: 0;
5     group "rotation" list {
6          group "E_Devicemgr_Config_Rotation" struct {
7               value "enable" uchar: 1;
8               value "angle" int: 270;
9          }
10          group "E_Devicemgr_Config_Rotation" struct {
11               value "enable" uchar: 1;
12               value "angle" int: 0;
13          }
14          group "E_Devicemgr_Config_Rotation" struct {
15               value "enable" uchar: 0;
16               value "angle" int: 180;
17          }
18          group "E_Devicemgr_Config_Rotation" struct {
19               value "enable" uchar: 1;
20               value "angle" int: 90;
21          }
22     }
23 }