Changing App to no-display. Updating spec for 64 bit. 47/279747/2 accepted/tizen_7.0_unified accepted/tizen_7.0_unified_hotfix accepted/tizen_8.0_unified accepted/tizen_9.0_unified accepted/tizen_unified tizen tizen_7.0 tizen_7.0_hotfix tizen_8.0 tizen_9.0 accepted/tizen/7.0/unified/20221110.061402 accepted/tizen/7.0/unified/hotfix/20221116.111638 accepted/tizen/8.0/unified/20231005.095745 accepted/tizen/9.0/unified/20241030.234536 accepted/tizen/unified/20220819.122341 submit/tizen/20220819.061417 tizen_7.0_m2_release tizen_8.0_m2_release tizen_9.0_m2_release
authorShivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics <shivam.v2@samsung.com>
Wed, 17 Aug 2022 06:44:28 +0000 (12:14 +0530)
committerShivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics <shivam.v2@samsung.com>
Wed, 17 Aug 2022 06:50:10 +0000 (12:20 +0530)
Change-Id: Ibce96199c9a33d317888b0611fa618a38efb889b
Signed-off-by: Shivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics <shivam.v2@samsung.com>
packaging/org.tizen.ScreenMirroringSink-1.0.0.tpk
packaging/org.tizen.ScreenMirroringSink.spec
screen-mirroring-sink/ScreenMirroringSink.csproj
screen-mirroring-sink/tizen-manifest.xml

index 6770634ef4f41b7818d61e1189425e8f466564d5..f771b879f3e15160df1eb6b58cce53444dc30ecc 100755 (executable)
Binary files a/packaging/org.tizen.ScreenMirroringSink-1.0.0.tpk and b/packaging/org.tizen.ScreenMirroringSink-1.0.0.tpk differ
index 3883dd101c70919aa6e33c3d4012719350babe86..7e3572f1f4172fd9fa2116224eaa06b1ca3a29ea 100755 (executable)
@@ -6,8 +6,6 @@ Group:      N/A
 License:    Apache-2.0
 Source0:    %{name}-%{version}.tar.gz
 
-ExclusiveArch:  %{ix86} %{arm} aarch64
-
 
 BuildRequires:  pkgconfig(libtzplatform-config)
 Requires(post):  /usr/bin/tpk-backend
index 5f6372bc52c55f5d9cad25c64446412a2ee25751..8686776eedacc99415102379bf64bab78ba65fb5 100755 (executable)
@@ -2,10 +2,9 @@
 
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <TargetFramework>tizen90</TargetFramework>
+    <TargetFramework>tizen10.0</TargetFramework>
     <LangVersion>8.0</LangVersion>
     <TargetFrameworkIdentifier>Tizen</TargetFrameworkIdentifier>
-      <AssemblyName>ScreenMirroringSink</AssemblyName>
   </PropertyGroup>
 
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
   </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" />
+    <PackageReference Include="Tizen.NET" Version="10.0.0.17357" />
+    <PackageReference Include="Tizen.NET.Sdk" Version="1.1.8" />
   </ItemGroup>
 
 </Project>
index c1cfb6e35d4470cb5fb6988f58410f3312684495..0be86c4809fe714f2b4c7b3c190d8e2bf657d413 100755 (executable)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>\r
 <manifest package="org.tizen.ScreenMirroringSink" version="1.0.0" api-version="6" xmlns="http://tizen.org/ns/packages">\r
   <profile name="common" />\r
-  <ui-application appid="org.tizen.ScreenMirroringSink" exec="ScreenMirroringSink.dll" multiple="false" nodisplay="false" taskmanage="true" type="dotnet" launch_mode="single">\r
+  <ui-application appid="org.tizen.ScreenMirroringSink" exec="ScreenMirroringSink.dll" multiple="false" nodisplay="true" taskmanage="true" type="dotnet" launch_mode="single">\r
     <label>ScreenMirroringSink</label>\r
     <icon>ScreenMirroringSink.png</icon>\r
     <metadata key="http://tizen.org/metadata/prefer_dotnet_aot" value="true" />\r