[Release] wrt_0.8.149
[platform/framework/web/wrt.git] / data / Platform.edc
1 collections {
2     group { name: "platformlayout";
3         parts {
4             part { name: "elm.swallow.bg";
5                 type: SWALLOW;
6                 scale: 1;
7                 description { state: "default" 0.0;
8                 }
9             }
10             part { name: "elm.swallow.content";
11                 type: SWALLOW;
12                 scale: 1;
13                 description { state: "default" 0.0;
14                 }
15             }
16             part { name: "elm.swallow.controlbar";
17                 type: SWALLOW;
18                 description { state: "default" 0.0;
19                     visible: 0;
20                 }
21             }
22         }
23     }
24 }