Commit 17c770b3427f34d760c18c1b2f63a05eddb206bd

Authored by Adeel Kazmi
1 parent 86feb371

Add direct-rendering to the XML file so that it can launch on target

Change-Id: I59c8316e5b5849a91977992bb6b663876baee340
Showing 1 changed file with 3 additions and 0 deletions
com.samsung.dali-demo.xml
... ... @@ -103,6 +103,9 @@
103 103 <ui-application appid="deferred-shading.example" exec="/usr/apps/com.samsung.dali-demo/bin/deferred-shading.example" nodisplay="true" multiple="false" type="c++app" taskmanage="true">
104 104 <label>Deferred Shading</label>
105 105 </ui-application>
  106 + <ui-application appid="direct-rendering.example" exec="/usr/apps/com.samsung.dali-demo/bin/direct-rendering.example" nodisplay="true" multiple="false" type="c++app" taskmanage="true">
  107 + <label>Direct-Rendering</label>
  108 + </ui-application>
106 109 <ui-application appid="dissolve-effect.example" exec="/usr/apps/com.samsung.dali-demo/bin/dissolve-effect.example" nodisplay="true" multiple="false" type="c++app" taskmanage="true">
107 110 <label>Dissolve effect</label>
108 111 </ui-application>
... ...