From: aman.jeph Date: Thu, 16 Sep 2021 13:30:48 +0000 (+0530) Subject: Change project file for svace and remove unused files X-Git-Tag: accepted/tizen/unified/20211224.035328~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=13fac891958daa7aeda23630c4b6cf94d40f2924;p=profile%2Fiot%2Fapps%2Fdotnet%2Fscreen-mirroring-sink.git Change project file for svace and remove unused files Change-Id: I05bb3a30bdf10c8c245eb2d6d100ef1ff8797427 Signed-off-by: aman.jeph --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..aaaac8d --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +screen-mirroring-sink/.vs/ +screen-mirroring-sink/bin/ +screen-mirroring-sink/obj/ diff --git a/NOTICE b/NOTICE new file mode 100755 index 0000000..1fab7e0 --- /dev/null +++ b/NOTICE @@ -0,0 +1,3 @@ +Copyright (c) 2021 Samsung Electronics Co., Ltd. All rights reserved. +Except as noted, this software is licensed under Apache License, Version 2. +Please, see the LICENSE file for Apache License terms and conditions. \ No newline at end of file diff --git a/build.conf b/build.conf deleted file mode 100755 index 7831c55..0000000 --- a/build.conf +++ /dev/null @@ -1,19 +0,0 @@ -[general] -profile = profile.device - -[profile.device] - -obs = obs.tizen5.0 -user = obs_viewer -passwdx = obs_viewer -repos = repo.base_arm, repo.target_unified -buildroot = ~/GBS-ROOT - -[obs.tizen5.0] -url = https://api.tizen.org - -[repo.base_arm] -url = http://download.tizen.org/snapshots/tizen/base/latest/repos/standard/packages/ - -[repo.target_unified] -url = http://download.tizen.org/snapshots/tizen/unified/latest/repos/standard/packages/ diff --git a/packaging/org.tizen.ScreenMirroringSink.spec b/packaging/org.tizen.ScreenMirroringSink.spec index 38ff784..406ced9 100755 --- a/packaging/org.tizen.ScreenMirroringSink.spec +++ b/packaging/org.tizen.ScreenMirroringSink.spec @@ -16,7 +16,7 @@ Requires(post): /usr/bin/tpk-backend %define preload_tpk_path %{TZ_SYS_RO_APP}/.preload-tpk %description -profile/iot/apps/native/screen-mirroring +profile/iot/apps/dotnet/screen-mirroring-sink This is a container package which have preload TPK/WGT files %prep diff --git a/screen-mirroring-sink/ScreenMirroringSink.csproj b/screen-mirroring-sink/ScreenMirroringSink.csproj index 5ee4675..5f6372b 100755 --- a/screen-mirroring-sink/ScreenMirroringSink.csproj +++ b/screen-mirroring-sink/ScreenMirroringSink.csproj @@ -1,28 +1,29 @@ - - - - Exe - netcoreapp3.1 - Tizen - ScreenMirroringSink - - - - portable - - - None - - - - - - - - - - - - - - + + + + Exe + tizen90 + 8.0 + Tizen + ScreenMirroringSink + + + + portable + + + None + + + + + + + + + + + + + +