1group "IBar_Config" struct {
2  group "items" list {
3    group "IBar_Config_Item" struct {
4      value "id" string: "0";
5      value "dir" string: "default";
6      value "show_label" int: 1;
7      value "eap_label" int: 0;
8    }
9  }
10  group "items" list {
11    group "IBar_Config_Item" struct {
12      value "id" string: "ibar.1";
13      value "dir" string: "default";
14      value "show_label" int: 1;
15      value "eap_label" int: 0;
16    }
17  }
18}
19