summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjungmin76.park <jungmin76.park@samsung.com>2013-07-15 13:21:29 +0900
committerjungmin76.park <jungmin76.park@samsung.com>2013-07-15 13:21:29 +0900
commitbd0d8ec722fae2bff971b6d090791e001e6155ca (patch)
tree34f76c1ea1295b137073dcae82a6f42687da343d
parentd5015bffaeaf5e22451f80c405eef666f884c167 (diff)
downloadGalleryDynamicBox-bd0d8ec722fae2bff971b6d090791e001e6155ca.tar.gz
GalleryDynamicBox-bd0d8ec722fae2bff971b6d090791e001e6155ca.tar.bz2
GalleryDynamicBox-bd0d8ec722fae2bff971b6d090791e001e6155ca.zip
add appwidget feature to manifest2.2_release
Change-Id: I105806153521364142d78a5a9e20b1a19663cb00 Signed-off-by: jungmin76.park <jungmin76.park@samsung.com>
-rw-r--r--project/manifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/project/manifest.xml b/project/manifest.xml
index 8a8aff3..6556d3c 100644
--- a/project/manifest.xml
+++ b/project/manifest.xml
@@ -8,7 +8,8 @@
<Requirements>
<Feature Name="http://tizen.org/feature/platform.core.cpu.arch">x86</Feature>
<Feature Name="http://tizen.org/feature/platform.core.fpu.arch">vfpv3</Feature>
- <Feature Name="http://tizen.org/feature/screen.size.normal">true</Feature>
+ <Feature Name="http://tizen.org/feature/screen.size.normal">true</Feature>
+ <Feature Name="http://tizen.org/feature/shell.appwidget">true</Feature>
</Requirements>
<Apps>
<ApiVersion>2.1</ApiVersion>