Change Flora License Version
[platform/core/uifw/e17.git] / config / standard / module.ibox.src
1 group "IBox_Config" struct {
2   group "items" list {
3     group "IBox_Config_Item" struct {
4       value "id" string: "0";
5       value "show_label" int: 0;
6       value "show_zone" int: 1;
7       value "show_desk" int: 0;
8       value "icon_label" int: 0;
9     }
10   }
11   group "items" list {
12     group "IBox_Config_Item" struct {
13       value "id" string: "ibox.1";
14       value "show_label" int: 0;
15       value "show_zone" int: 1;
16       value "show_desk" int: 0;
17       value "icon_label" int: 0;
18     }
19   }
20 }