Add window example 62/300262/5
authorWonsik Jung <sidein@samsung.com>
Thu, 19 Oct 2023 09:42:12 +0000 (18:42 +0900)
committerWonsik Jung <sidein@samsung.com>
Mon, 30 Oct 2023 08:54:27 +0000 (17:54 +0900)
commited4bd29a66b74e450584c3334b73b858bd1c42d4
tree4ff11721296f241c8cd5e0d5dceda34495c6e27e
parent41afde90745b3ddfa05c027c6522af1c9e8bf0e2
Add window example

<Summary>
DALi is a rendering engine of NUI and was previously a public interface that can be used by applications, but now it is only used as an internal engine, so most verifications are verified by NUI sample and UTC. This makes it difficult to verify whether it is DALi's own issue or NUI issue.

<What>
A window sample was added to the DALi-demo so that the APIs provided by DALi can be verified. This patch contains the DALi Window Function function.

<Why>
Other modules of the existing DALi had samples in the dali-demo, so it was possible to verify the function in the DALi layer, but the window did not have the sample, so it was difficult to verify the DALi window itself. In addition, the Window module itself had a strong dependence on external modules such as Display Server, AppFW, and Sensor FW, so it had no choice but to perform limited verification to the existing UTC.
To solve this problem, I am adding the sample.

<Plan>
Now the patch is only provided with samples for Window Function. We also plan to add function verification for Event or Signal.

Change-Id: I415a8795684964a492f1a229f17e129a02903724
com.samsung.dali-demo.xml
examples-reel/dali-examples-reel.cpp
examples/window/window-example.cpp [new file with mode: 0644]
resources/po/en_GB.po
resources/po/en_US.po
shared/dali-demo-strings.h