Add default Smack manifest for contacts.spec
[pkgs/c/contacts.git] / edc / list.edc
1 /*
2  * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved
3  *
4  * This file is part of ug-contacts-efl
5  *
6  * Written by  Youngjae Shin <yj99.shin@samsung.com>
7  *             Donghee Ye <donghee.ye@samsung.com>
8  *             Sunggoo Kim <sung.goo.kim@samsung.com>
9  *
10  * PROPRIETARY/CONFIDENTIAL
11  *
12  * This software is the confidential and proprietary information of
13  * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
14  * disclose such Confidential Information and shall use it only in
15  * accordance with the terms of the license agreement you entered
16  * into with SAMSUNG ELECTRONICS.
17  * SAMSUNG make no representations or warranties about the suitability
18  * of the software, either express or implied, including but not limited
19  * to the implied warranties of merchantability, fitness for a particular
20  * purpose, or non-infringement. SAMSUNG shall not be liable for any
21  * damages suffered by licensee as a result of using, modifying or
22  * distributing this software or its derivatives.
23  *
24  */
25
26 collections
27 {
28    group {
29       name: "genlist";
30       parts
31       {
32          part {
33             name: "bg";
34             type: RECT;
35             mouse_events: 0;
36             description {
37                state: "default" 0.0;
38                color: 0 0 0 0;
39             }
40          }
41          part {
42             name: "searchbar";
43             type: SWALLOW;
44             scale: 1;
45             description {
46                state: "default" 0.0;
47                align: 0.0 0.0;
48                min: 0 106;
49                fixed: 0 1;
50                rel2 { relative: 1.0 0.0; }
51             }
52          }
53          part {
54             name: "content";
55             type: SWALLOW;
56             description {
57                state: "default" 0.0;
58                align: 0.0 0.0;
59                rel1 { relative: 0.0 1.0; to: "searchbar"; }
60                rel2.to: "bg";
61             }
62          }
63          part {
64             name: "fastscroll";
65             type: SWALLOW;
66             description {
67                state: "default" 0.0;
68                rel1.to: "content";
69                rel2.to: "content";
70             }
71          }
72       }
73    }
74 }