Commit 38d875c9ce79eb960970c870466c944e88ea8e02
Committed by
Adeel Kazmi
1 parent
5af0ced1
Tutorials added to the xml file
Change-Id: I6fe21917c21063709d1516c0bcf5d83530908161
Showing
1 changed file
with
12 additions
and
0 deletions
com.samsung.dali-demo.xml
| ... | ... | @@ -200,4 +200,16 @@ |
| 200 | 200 | <ui-application appid="focus-integration.example" exec="/usr/apps/com.samsung.dali-demo/bin/focus-integration.example" nodisplay="true" multiple="false" type="c++app" taskmanage="true"> |
| 201 | 201 | <label>Focus Integration</label> |
| 202 | 202 | </ui-application> |
| 203 | + <ui-application appid="rendering-cube.example" exec="/usr/apps/com.samsung.dali-demo/bin/rendering-cube.example" nodisplay="true" multiple="false" type="c++app" taskmanage="true"> | |
| 204 | + <label>Rendering Cube</label> | |
| 205 | + </ui-application> | |
| 206 | + <ui-application appid="rendering-line.example" exec="/usr/apps/com.samsung.dali-demo/bin/rendering-line.example" nodisplay="true" multiple="false" type="c++app" taskmanage="true"> | |
| 207 | + <label>Rendering Line</label> | |
| 208 | + </ui-application> | |
| 209 | + <ui-application appid="rendering-textured-cube.example" exec="/usr/apps/com.samsung.dali-demo/bin/rendering-textured-cube.example" nodisplay="true" multiple="false" type="c++app" taskmanage="true"> | |
| 210 | + <label>Rendering Textured Cube</label> | |
| 211 | + </ui-application> | |
| 212 | + <ui-application appid="rendering-triangle.example" exec="/usr/apps/com.samsung.dali-demo/bin/rendering-triangle.example" nodisplay="true" multiple="false" type="c++app" taskmanage="true"> | |
| 213 | + <label>Rendering Triangle</label> | |
| 214 | + </ui-application> | |
| 203 | 215 | </manifest> | ... | ... |