Add alias names for custom genlist 37/53637/2
authorPrakash <prakashc.p@samsung.com>
Tue, 8 Dec 2015 10:00:05 +0000 (15:30 +0530)
committerPrakash <prakashc.p@samsung.com>
Tue, 8 Dec 2015 10:57:35 +0000 (16:27 +0530)
Change-Id: I747f22e15384f90ec9d54862ce11f6f8633a2ecf
Signed-off-by: Prakash <prakashc.p@samsung.com>
data/myfile_genlist.edc

index f23afdf84173cafe87e3369473b2f7e6e2bcd55d..d8cf1443f5bb06447f51c009780d7ac781e2bea3 100755 (executable)
 
 
 #define GENLIST_NAME(NAME) \
-               name: "elm/genlist/item/"NAME;
+               name: "elm/genlist/item/"NAME; \
+               alias: "elm/genlist/item_compress/"NAME; \
+               alias: "elm/genlist/tree/"NAME; \
+               alias: "elm/genlist/tree_compress/"NAME;
 
 //****************************************************************************//
 // ****************************** BG Image **********************************//
@@ -1215,7 +1218,7 @@ action: RUN_PLUGIN "touch_sound"; \
                PARAM \
 }
 
-       group { name: "elm/genlist/item/myfile_2line.top.3/default";
+       group { GENLIST_NAME("myfile_2line.top.3/default")
 
        data.item: "treesize" GENLIST_TREESIZE_DEFAULT;
        data.item: "texts" "elm.text.main.left.top elm.text.sub.right.top elm.text.main.right.top elm.text.sub.left.top elm.text.sub.left.bottom elm.text.sub.right.bottom";
@@ -1527,7 +1530,7 @@ action: RUN_PLUGIN "touch_sound"; \
        target: "elm.text.sub.left.bottom"; target: "elm.text.sub.right.bottom"; )
        }
 
-       group { name: "elm/genlist/item/myfile_search_2line.top.3/default";
+       group { GENLIST_NAME("myfile_search_2line.top.3/default")
        inherit: "elm/genlist/item/myfile_2line.top.3/default";
        parts {
 
@@ -1555,7 +1558,7 @@ action: RUN_PLUGIN "touch_sound"; \
        }
        }
 
-       group { name: "elm/genlist/item/myfile_2line_root.top.3/default";
+       group { GENLIST_NAME("myfile_2line_root.top.3/default")
 
        data.item: "treesize" GENLIST_TREESIZE_DEFAULT;
        data.item: "texts" "elm.text.main.left.top elm.text.sub.right.top elm.text.main.right.top elm.text.sub.left.top elm.text.sub.left.bottom elm.text.sub.right.bottom";
@@ -1803,7 +1806,7 @@ action: RUN_PLUGIN "touch_sound"; \
 #define LIST_PADDING_TOP_SIZE               29   // FIXME: please check font height
 #define LIST_PADDING_BOTTOM_SIZE            29   // FIXME: please check font height
 
-       group { name: "elm/genlist/item/myfile_1line/default";
+       group { GENLIST_NAME("myfile_1line/default")
        images {
                image : "my_files_play_icon.png" COMP;
                image : "my_files_play_icon_ef.png" COMP;
@@ -2018,7 +2021,7 @@ action: RUN_PLUGIN "touch_sound"; \
 
        }
 
-       group { name: "elm/genlist/item/myfile_1line_root/default";
+       group { GENLIST_NAME("myfile_1line_root/default")
 
        data.item: "treesize" GENLIST_TREESIZE_DEFAULT;
        data.item: "texts" "elm.text.main.left elm.text.main.right elm.text.sub.left elm.text.sub.right";