[NUI.WindowSystem] Introduce the new KVM service feature
authorJunseok Kim <juns.kim@samsung.com>
Thu, 27 Jul 2023 07:18:53 +0000 (16:18 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Mon, 21 Aug 2023 08:44:12 +0000 (17:44 +0900)
commitd8df023de735b0a43fd018451800fb0fb123bc1f
treed2a54339783d3ae8e9e08a24465d4ab62a48691f
parent479584754c5e236c1fffa84164452535e281e0ce
[NUI.WindowSystem] Introduce the new KVM service feature

Introduce the new KVM service feature and Add tests for the feature

Signed-off-by: Junseok Kim <juns.kim@samsung.com>
src/Tizen.NUI.WindowSystem/src/internal/Interop/Interop.KVMService.cs [new file with mode: 0644]
src/Tizen.NUI.WindowSystem/src/public/KVMService.cs [new file with mode: 0644]
test/NUIWindowKVMSample/NUIWindowKVMSample.cs [new file with mode: 0644]
test/NUIWindowKVMSample/NUIWindowKVMSample.csproj [new file with mode: 0644]
test/NUIWindowKVMSample/shared/res/NUIWindowKVMSample.png [new file with mode: 0644]
test/NUIWindowKVMSample/tizen-manifest.xml [new file with mode: 0644]
test/NUIWindowKVMSample/tizen_dotnet_project.yaml [new file with mode: 0644]