diff options
author | Soohye Shin <soohye.shin@samsung.com> | 2015-01-16 15:09:52 +0900 |
---|---|---|
committer | Soohye Shin <soohye.shin@samsung.com> | 2015-01-16 16:46:11 +0900 |
commit | 9e73e852d7298d11a637440cde0458ae1dca386d (patch) | |
tree | 99edaec86c8105b53804d267a50a64cc124a599b /edje/homescreen-tv-ref-theme.edc | |
parent | ac04ab2723fed5a48116ccbc4702ef44cd20c5d6 (diff) | |
download | homescreen-9e73e852d7298d11a637440cde0458ae1dca386d.tar.gz homescreen-9e73e852d7298d11a637440cde0458ae1dca386d.tar.bz2 homescreen-9e73e852d7298d11a637440cde0458ae1dca386d.zip |
initial commitsubmit/tizen_tv/20150119.231552
Application for providing user status and tv contents
Change-Id: Ied40a2b45b8e4dba1d0260bce495e190b67c440e
Signed-off-by: Soohye Shin <soohye.shin@samsung.com>
Diffstat (limited to 'edje/homescreen-tv-ref-theme.edc')
-rw-r--r-- | edje/homescreen-tv-ref-theme.edc | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/edje/homescreen-tv-ref-theme.edc b/edje/homescreen-tv-ref-theme.edc new file mode 100644 index 0000000..a2d56d3 --- /dev/null +++ b/edje/homescreen-tv-ref-theme.edc @@ -0,0 +1,26 @@ +/* + * Copyright (c) 2014 Samsung Electronics Co., Ltd All Rights Reserved + * + * Licensed under the Apache License, Version 2.0 (the License); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an AS IS BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +#include "../include/defs.h" + +collections { + +#include "widget/label.edc" +#include "widget/ctxpopup.edc" +#include "widget/button.edc" +#include "widget/popup.edc" + +} |