Change project file for svace and remove unused files 76/264376/1
authoraman.jeph <aman.jeph@samsung.com>
Thu, 16 Sep 2021 13:30:48 +0000 (19:00 +0530)
committeraman.jeph <aman.jeph@samsung.com>
Thu, 16 Sep 2021 13:30:48 +0000 (19:00 +0530)
Change-Id: I05bb3a30bdf10c8c245eb2d6d100ef1ff8797427
Signed-off-by: aman.jeph <aman.jeph@samsung.com>
.gitignore [new file with mode: 0644]
NOTICE [new file with mode: 0755]
build.conf [deleted file]
packaging/org.tizen.ScreenMirroringSink.spec
screen-mirroring-sink/ScreenMirroringSink.csproj

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..aaaac8d
--- /dev/null
@@ -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 (executable)
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 (executable)
index 7831c55..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-[general]\r
-profile = profile.device\r
-\r
-[profile.device]\r
-\r
-obs = obs.tizen5.0\r
-user = obs_viewer\r
-passwdx = obs_viewer\r
-repos = repo.base_arm, repo.target_unified\r
-buildroot = ~/GBS-ROOT\r
-\r
-[obs.tizen5.0]\r
-url = https://api.tizen.org\r
-\r
-[repo.base_arm]\r
-url = http://download.tizen.org/snapshots/tizen/base/latest/repos/standard/packages/\r
-\r
-[repo.target_unified]\r
-url = http://download.tizen.org/snapshots/tizen/unified/latest/repos/standard/packages/\r
index 38ff784b56d5614d8ec7b6b2f69dbaa296f71276..406ced9fec21c8181c64ed193deb72376cff02a4 100755 (executable)
@@ -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
index 5ee46751dff27e0b3709e34fa6cf35fdf64a5001..5f6372bc52c55f5d9cad25c64446412a2ee25751 100755 (executable)
@@ -1,28 +1,29 @@
-<Project Sdk="Microsoft.NET.Sdk">\r
-\r
-  <PropertyGroup>\r
-    <OutputType>Exe</OutputType>\r
-    <TargetFramework>netcoreapp3.1</TargetFramework>\r
-    <TargetFrameworkIdentifier>Tizen</TargetFrameworkIdentifier>\r
-      <AssemblyName>ScreenMirroringSink</AssemblyName>\r
-  </PropertyGroup>\r
-\r
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
-    <DebugType>portable</DebugType>\r
-  </PropertyGroup>\r
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
-    <DebugType>None</DebugType>\r
-  </PropertyGroup>\r
-\r
-  <ItemGroup>\r
-    <Folder Include="lib\" />\r
-    <Folder Include="res\" />\r
-  </ItemGroup>\r
-\r
-  <ItemGroup>\r
-    <PackageReference Include="Tizen.NET" Version="9.0.0.16707" />\r
-    <PackageReference Include="Tizen.NET.Sdk" Version="1.0.1" />\r
-  </ItemGroup>\r
-\r
-</Project>\r
-\r
+<Project Sdk="Microsoft.NET.Sdk">
+
+  <PropertyGroup>
+    <OutputType>Exe</OutputType>
+    <TargetFramework>tizen90</TargetFramework>
+    <LangVersion>8.0</LangVersion>
+    <TargetFrameworkIdentifier>Tizen</TargetFrameworkIdentifier>
+      <AssemblyName>ScreenMirroringSink</AssemblyName>
+  </PropertyGroup>
+
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+    <DebugType>portable</DebugType>
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+    <DebugType>None</DebugType>
+  </PropertyGroup>
+
+  <ItemGroup>
+    <Folder Include="lib\" />
+    <Folder Include="res\" />
+  </ItemGroup>
+
+  <ItemGroup>
+    <PackageReference Include="Tizen.NET" Version="9.0.0.16707" />
+    <PackageReference Include="Tizen.NET.Sdk" Version="1.1.6" />
+  </ItemGroup>
+
+</Project>
+