Remove Particle System from dali-examples, add to XML file 12/294012/1
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 9 Jun 2023 13:41:03 +0000 (14:41 +0100)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 9 Jun 2023 13:41:03 +0000 (14:41 +0100)
Change-Id: Ia67ce219fd40aed4133f8dfc6b33efce58383b9d

com.samsung.dali-demo.xml
examples-reel/dali-examples-reel.cpp

index 3906760..f7fa4a5 100644 (file)
        <ui-application appid="page-turn-view.example" exec="/usr/apps/com.samsung.dali-demo/bin/page-turn-view.example" nodisplay="true" multiple="false" type="c++app" taskmanage="true">
                <label>Page Turn</label>
        </ui-application>
+       <ui-application appid="particle-system.example" exec="/usr/apps/com.samsung.dali-demo/bin/particle-system.example" nodisplay="true" multiple="false" type="c++app" taskmanage="true">
+               <label>Particle System</label>
+       </ui-application>
        <ui-application appid="particles.example" exec="/usr/apps/com.samsung.dali-demo/bin/particles.example" nodisplay="true" multiple="false" type="c++app" taskmanage="true">
                <label>Particles</label>
        </ui-application>
index 90ac6db..05231d6 100644 (file)
@@ -78,7 +78,6 @@ int DALI_EXPORT_API main(int argc, char** argv)
   demo.AddExample(Example("mesh-morph.example", DALI_DEMO_STR_TITLE_MESH_MORPH));
   demo.AddExample(Example("motion-stretch.example", DALI_DEMO_STR_TITLE_MOTION_STRETCH));
   demo.AddExample(Example("native-image-source.example", DALI_DEMO_STR_TITLE_NATIVE_IMAGE_SOURCE));
-  demo.AddExample(Example("particle-system.example", DALI_DEMO_STR_TITLE_PARTICLE_SYSTEM));
   demo.AddExample(Example("popup.example", DALI_DEMO_STR_TITLE_POPUP));
   demo.AddExample(Example("pivot.example", DALI_DEMO_STR_TITLE_PIVOT));
   demo.AddExample(Example("primitive-shapes.example", DALI_DEMO_STR_TITLE_PRIMITIVE_SHAPES));