diff options
author | Xiangyin Ma <x1.ma@samsung.com> | 2016-02-04 17:30:10 +0000 |
---|---|---|
committer | Xiangyin Ma <x1.ma@samsung.com> | 2016-04-14 14:45:38 +0100 |
commit | 052ef3149095e55ac958ea26aece994645201f2a (patch) | |
tree | aca06d0a07d1298179f65b9e341de89c3bf2c9f8 /com.samsung.dali-demo.xml | |
parent | a03fb7a1433ab0379fa348eead802295d6a69fd1 (diff) | |
download | dali-demo-052ef3149095e55ac958ea26aece994645201f2a.tar.gz dali-demo-052ef3149095e55ac958ea26aece994645201f2a.tar.bz2 dali-demo-052ef3149095e55ac958ea26aece994645201f2a.zip |
Added NativeImageSource example
Change-Id: Ia827bef2339bac2c9c6390d98ae27f3aeff62bc7
Diffstat (limited to 'com.samsung.dali-demo.xml')
-rw-r--r-- | com.samsung.dali-demo.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/com.samsung.dali-demo.xml b/com.samsung.dali-demo.xml index 0f063e4b..41ea452d 100644 --- a/com.samsung.dali-demo.xml +++ b/com.samsung.dali-demo.xml @@ -133,7 +133,7 @@ <ui-application appid="image-view-alpha-blending.example" exec="/usr/apps/com.samsung.dali-demo/bin/image-view-alpha-blending.example" nodisplay="true" multiple="false" type="c++app" taskmanage="true"> <label>ImageView Alpha Blending</label> </ui-application> - <ui-application appid="image-view-svg.example" exec="/usr/apps/com.samsung.dali-demo/bin/image-view-svg.example" nodisplay="true" multiple="false" type="c++app" taskmanage="true"> + <ui-application appid="image-view-svg.example" exec="/usr/apps/com.samsung.dali-demo/bin/image-view-svg.example" nodisplay="true" multiple="false" type="c++app" taskmanage="true"> <label>ImageView SVG</label> </ui-application> <ui-application appid="homescreen-benchmark.example" exec="/usr/apps/com.samsung.dali-demo/bin/homescreen-benchmark.example" nodisplay="true" multiple="false" type="c++app" taskmanage="true"> @@ -145,4 +145,7 @@ <ui-application appid="effectse-view.example" exec="/usr/apps/com.samsung.dali-demo/bin/effects-view.example" nodisplay="true" multiple="false" type="c++app" taskmanage="true"> <label>Effects View</label> </ui-application> + <ui-application appid="native-image-source.example" exec="/usr/apps/com.samsung.dali-demo/bin/native-image-source.example" nodisplay="true" multiple="false" type="c++app" taskmanage="true"> + <label>Native Image Source</label> + </ui-application> </manifest> |