diff options
author | Adam Bialogonski <adam.b@samsung.com> | 2022-02-07 14:38:56 +0000 |
---|---|---|
committer | Adeel Kazmi <adeel.kazmi@samsung.com> | 2022-03-18 18:41:07 +0000 |
commit | 826d8e47f5df21bf57582e55b26fcf77dc257aa7 (patch) | |
tree | 93ab27f44cab764e8235b0cf96aeb037a45d5ee6 /com.samsung.dali-demo.xml | |
parent | 998fcb5ce87fe2ddba7133ec58640a256ccb9010 (diff) | |
download | dali-demo-826d8e47f5df21bf57582e55b26fcf77dc257aa7.tar.gz dali-demo-826d8e47f5df21bf57582e55b26fcf77dc257aa7.tar.bz2 dali-demo-826d8e47f5df21bf57582e55b26fcf77dc257aa7.zip |
DirectRendering:
- Added drawable-actor example
Change-Id: I991c7a28e5c97b56162e018aa0da72e4435c86bb
Diffstat (limited to 'com.samsung.dali-demo.xml')
-rw-r--r-- | com.samsung.dali-demo.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/com.samsung.dali-demo.xml b/com.samsung.dali-demo.xml index bfc1f6e3..fa0f9eeb 100644 --- a/com.samsung.dali-demo.xml +++ b/com.samsung.dali-demo.xml @@ -106,6 +106,9 @@ <ui-application appid="drag-and-drop.example" exec="/usr/apps/com.samsung.dali-demo/bin/drag-and-drop.example" nodisplay="true" multiple="false" type="c++app" taskmanage="true"> <label>Drag And Drop</label> </ui-application> + <ui-application appid="drawable-actor.example" exec="/usr/apps/com.samsung.dali-demo/bin/drawable-actor.example" nodisplay="true" multiple="false" type="c++app" taskmanage="true"> + <label>Drawable Actor</label> + </ui-application> <ui-application appid="effects-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> |