[C# Nfc]: Rename Tizen.Nfc to Tizen.Network.Nfc
authorGowtham Anandha Babu <gowtham.ab@samsung.com>
Mon, 26 Dec 2016 06:49:12 +0000 (12:19 +0530)
committerGowtham Anandha Babu <gowtham.ab@samsung.com>
Mon, 26 Dec 2016 06:58:18 +0000 (12:28 +0530)
Change-Id: I5d167c57aa46ac20f98ea6c56f0fbc4c09ad7415
Signed-off-by: Gowtham Anandha Babu <gowtham.ab@samsung.com>
28 files changed:
packaging/csapi-network-nfc.manifest [moved from packaging/csapi-nfc.manifest with 100% similarity]
packaging/csapi-network-nfc.spec [moved from packaging/csapi-nfc.spec with 96% similarity]
src/Tizen.Network.Nfc/Interop/Interop.Glib.cs [moved from Tizen.Nfc/Interop/Interop.Glib.cs with 100% similarity]
src/Tizen.Network.Nfc/Interop/Interop.Libc.cs [moved from Tizen.Nfc/Interop/Interop.Libc.cs with 100% similarity]
src/Tizen.Network.Nfc/Interop/Interop.Libraries.cs [moved from Tizen.Nfc/Interop/Interop.Libraries.cs with 100% similarity]
src/Tizen.Network.Nfc/Interop/Interop.Nfc.cs [moved from Tizen.Nfc/Interop/Interop.Nfc.cs with 100% similarity]
src/Tizen.Network.Nfc/Properties/AssemblyInfo.cs [moved from Tizen.Nfc/Properties/AssemblyInfo.cs with 90% similarity]
src/Tizen.Network.Nfc/Tizen.Network.Nfc.Net45.csproj [moved from Tizen.Nfc/Tizen.Nfc.Net45.csproj with 64% similarity]
src/Tizen.Network.Nfc/Tizen.Network.Nfc.Net45.project.json [moved from Tizen.Nfc/Tizen.Nfc.Net45.project.json with 100% similarity]
src/Tizen.Network.Nfc/Tizen.Network.Nfc.csproj [moved from Tizen.Nfc/Tizen.Nfc.csproj with 71% similarity]
src/Tizen.Network.Nfc/Tizen.Network.Nfc.nuspec [moved from Tizen.Nfc/Tizen.Nfc.nuspec with 77% similarity]
src/Tizen.Network.Nfc/Tizen.Network.Nfc.project.json [moved from Tizen.Nfc/Tizen.Nfc.project.json with 100% similarity]
src/Tizen.Network.Nfc/Tizen.Network.Nfc.snk [moved from Tizen.Nfc/Tizen.Nfc.snk with 100% similarity]
src/Tizen.Network.Nfc/Tizen.Network.Nfc/NfcCallbackData.cs [moved from Tizen.Nfc/Tizen.Nfc/NfcCallbackData.cs with 100% similarity]
src/Tizen.Network.Nfc/Tizen.Network.Nfc/NfcCardEmulationAdapter.cs [moved from Tizen.Nfc/Tizen.Nfc/NfcCardEmulationAdapter.cs with 99% similarity]
src/Tizen.Network.Nfc/Tizen.Network.Nfc/NfcEnumerations.cs [moved from Tizen.Nfc/Tizen.Nfc/NfcEnumerations.cs with 100% similarity]
src/Tizen.Network.Nfc/Tizen.Network.Nfc/NfcErrorFactory.cs [moved from Tizen.Nfc/Tizen.Nfc/NfcErrorFactory.cs with 100% similarity]
src/Tizen.Network.Nfc/Tizen.Network.Nfc/NfcEventArgs.cs [moved from Tizen.Nfc/Tizen.Nfc/NfcEventArgs.cs with 100% similarity]
src/Tizen.Network.Nfc/Tizen.Network.Nfc/NfcManager.cs [moved from Tizen.Nfc/Tizen.Nfc/NfcManager.cs with 100% similarity]
src/Tizen.Network.Nfc/Tizen.Network.Nfc/NfcManagerEvent.cs [moved from Tizen.Nfc/Tizen.Nfc/NfcManagerEvent.cs with 100% similarity]
src/Tizen.Network.Nfc/Tizen.Network.Nfc/NfcManagerImpl.cs [moved from Tizen.Nfc/Tizen.Nfc/NfcManagerImpl.cs with 100% similarity]
src/Tizen.Network.Nfc/Tizen.Network.Nfc/NfcNdefMessage.cs [moved from Tizen.Nfc/Tizen.Nfc/NfcNdefMessage.cs with 99% similarity]
src/Tizen.Network.Nfc/Tizen.Network.Nfc/NfcNdefRecord.cs [moved from Tizen.Nfc/Tizen.Nfc/NfcNdefRecord.cs with 99% similarity]
src/Tizen.Network.Nfc/Tizen.Network.Nfc/NfcP2p.cs [moved from Tizen.Nfc/Tizen.Nfc/NfcP2p.cs with 99% similarity]
src/Tizen.Network.Nfc/Tizen.Network.Nfc/NfcP2pAdapter.cs [moved from Tizen.Nfc/Tizen.Nfc/NfcP2pAdapter.cs with 99% similarity]
src/Tizen.Network.Nfc/Tizen.Network.Nfc/NfcSecureElement.cs [moved from Tizen.Nfc/Tizen.Nfc/NfcSecureElement.cs with 99% similarity]
src/Tizen.Network.Nfc/Tizen.Network.Nfc/NfcTag.cs [moved from Tizen.Nfc/Tizen.Nfc/NfcTag.cs with 99% similarity]
src/Tizen.Network.Nfc/Tizen.Network.Nfc/NfcTagAdapter.cs [moved from Tizen.Nfc/Tizen.Nfc/NfcTagAdapter.cs with 99% similarity]

similarity index 96%
rename from packaging/csapi-nfc.spec
rename to packaging/csapi-network-nfc.spec
index b62dae5..1a00bc7 100644 (file)
@@ -6,7 +6,7 @@
 %define BUILDCONF Release
 %endif
 
-Name:       csapi-nfc
+Name:       csapi-network-nfc
 Summary:    Tizen Nfc API for C#
 Version:    1.0.2
 Release:    1
@@ -34,7 +34,7 @@ Tizen Nfc API for C#
 %setup -q
 cp %{SOURCE1} .
 
-%define Assemblies Tizen.Nfc
+%define Assemblies Tizen.Network.Nfc
 
 %build
 for ASM in %{Assemblies}; do
similarity index 90%
rename from Tizen.Nfc/Properties/AssemblyInfo.cs
rename to src/Tizen.Network.Nfc/Properties/AssemblyInfo.cs
index 72e8687..0524a42 100644 (file)
@@ -2,20 +2,20 @@
 using System.Runtime.CompilerServices;
 using System.Runtime.InteropServices;
 
-// General Information about an assembly is controlled through the following 
+// General Information about an assembly is controlled through the following
 // set of attributes. Change these attribute values to modify the information
 // associated with an assembly.
-[assembly: AssemblyTitle("Tizen.Nfc")]
+[assembly: AssemblyTitle("Tizen.Network.Nfc")]
 [assembly: AssemblyDescription("")]
 [assembly: AssemblyConfiguration("")]
 [assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("Tizen.Nfc")]
+[assembly: AssemblyProduct("Tizen.Network.Nfc")]
 [assembly: AssemblyCopyright("Copyright \u00A9  2016")]
 [assembly: AssemblyTrademark("")]
 [assembly: AssemblyCulture("")]
 
-// Setting ComVisible to false makes the types in this assembly not visible 
-// to COM components.  If you need to access a type in this assembly from 
+// Setting ComVisible to false makes the types in this assembly not visible
+// to COM components.  If you need to access a type in this assembly from
 // COM, set the ComVisible attribute to true on that type.
 [assembly: ComVisible(false)]
 
similarity index 64%
rename from Tizen.Nfc/Tizen.Nfc.Net45.csproj
rename to src/Tizen.Network.Nfc/Tizen.Network.Nfc.Net45.csproj
index f494cd8..066cdc5 100644 (file)
@@ -6,8 +6,8 @@
     <ProjectGuid>{BF719F11-CDEA-4D04-A85B-4521A69E3614}</ProjectGuid>\r
     <OutputType>Library</OutputType>\r
     <AppDesignerFolder>Properties</AppDesignerFolder>\r
-    <RootNamespace>Tizen.Nfc</RootNamespace>\r
-    <AssemblyName>Tizen.Nfc</AssemblyName>\r
+    <RootNamespace>Tizen.Network.Nfc</RootNamespace>\r
+    <AssemblyName>Tizen.Network.Nfc</AssemblyName>\r
     <FileAlignment>512</FileAlignment>\r
     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>\r
   </PropertyGroup>\r
@@ -34,7 +34,7 @@
     <SignAssembly>true</SignAssembly>\r
   </PropertyGroup>\r
   <PropertyGroup>\r
-    <AssemblyOriginatorKeyFile>Tizen.Nfc.snk</AssemblyOriginatorKeyFile>\r
+    <AssemblyOriginatorKeyFile>Tizen.Network.Nfc.snk</AssemblyOriginatorKeyFile>\r
   </PropertyGroup>\r
   <ItemGroup>\r
     <Reference Include="System" />\r
     <Compile Include="Interop\Interop.Libraries.cs" />\r
     <Compile Include="Interop\Interop.Nfc.cs" />\r
     <Compile Include="Properties\AssemblyInfo.cs" />\r
-    <Compile Include="Tizen.Nfc\NfcCallbackData.cs" />\r
-    <Compile Include="Tizen.Nfc\NfcCardEmulationAdapter.cs" />\r
-    <Compile Include="Tizen.Nfc\NfcEnumerations.cs" />\r
-    <Compile Include="Tizen.Nfc\NfcErrorFactory.cs" />\r
-    <Compile Include="Tizen.Nfc\NfcEventArgs.cs" />\r
-    <Compile Include="Tizen.Nfc\NfcSecureElement.cs" />\r
-    <Compile Include="Tizen.Nfc\NfcManager.cs" />\r
-    <Compile Include="Tizen.Nfc\NfcManagerEvent.cs" />\r
-    <Compile Include="Tizen.Nfc\NfcManagerImpl.cs" />\r
-    <Compile Include="Tizen.Nfc\NfcNdefMessage.cs" />\r
-    <Compile Include="Tizen.Nfc\NfcNdefRecord.cs" />\r
-    <Compile Include="Tizen.Nfc\NfcP2p.cs" />\r
-    <Compile Include="Tizen.Nfc\NfcP2pAdapter.cs" />\r
-    <Compile Include="Tizen.Nfc\NfcTag.cs" />\r
-    <Compile Include="Tizen.Nfc\NfcTagAdapter.cs" />\r
+    <Compile Include="Tizen.Network.Nfc\NfcCallbackData.cs" />\r
+    <Compile Include="Tizen.Network.Nfc\NfcCardEmulationAdapter.cs" />\r
+    <Compile Include="Tizen.Network.Nfc\NfcEnumerations.cs" />\r
+    <Compile Include="Tizen.Network.Nfc\NfcErrorFactory.cs" />\r
+    <Compile Include="Tizen.Network.Nfc\NfcEventArgs.cs" />\r
+    <Compile Include="Tizen.Network.Nfc\NfcSecureElement.cs" />\r
+    <Compile Include="Tizen.Network.Nfc\NfcManager.cs" />\r
+    <Compile Include="Tizen.Network.Nfc\NfcManagerEvent.cs" />\r
+    <Compile Include="Tizen.Network.Nfc\NfcManagerImpl.cs" />\r
+    <Compile Include="Tizen.Network.Nfc\NfcNdefMessage.cs" />\r
+    <Compile Include="Tizen.Network.Nfc\NfcNdefRecord.cs" />\r
+    <Compile Include="Tizen.Network.Nfc\NfcP2p.cs" />\r
+    <Compile Include="Tizen.Network.Nfc\NfcP2pAdapter.cs" />\r
+    <Compile Include="Tizen.Network.Nfc\NfcTag.cs" />\r
+    <Compile Include="Tizen.Network.Nfc\NfcTagAdapter.cs" />\r
 \r
   </ItemGroup>\r
   <ItemGroup>\r
-    <None Include="Tizen.Nfc.nuspec" />\r
-    <None Include="Tizen.Nfc.Net45.project.json" />\r
-    <None Include="Tizen.Nfc.snk" />\r
+    <None Include="Tizen.Network.Nfc.nuspec" />\r
+    <None Include="Tizen.Network.Nfc.Net45.project.json" />\r
+    <None Include="Tizen.Network.Nfc.snk" />\r
   </ItemGroup>\r
   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
   <!-- To modify your build process, add your task inside one of the targets below and uncomment it.\r
similarity index 71%
rename from Tizen.Nfc/Tizen.Nfc.csproj
rename to src/Tizen.Network.Nfc/Tizen.Network.Nfc.csproj
index 2fb4f0e..054a0fb 100644 (file)
@@ -6,8 +6,8 @@
     <ProjectGuid>{3EE5842E-7004-43BC-825B-29FFDEC18D4E}</ProjectGuid>\r
     <OutputType>Library</OutputType>\r
     <AppDesignerFolder>Properties</AppDesignerFolder>\r
-    <RootNamespace>Tizen.Nfc</RootNamespace>\r
-    <AssemblyName>Tizen.Nfc</AssemblyName>\r
+    <RootNamespace>Tizen.Network.Nfc</RootNamespace>\r
+    <AssemblyName>Tizen.Network.Nfc</AssemblyName>\r
     <FileAlignment>512</FileAlignment>\r
   </PropertyGroup>\r
   <PropertyGroup>\r
@@ -41,7 +41,7 @@
     <SignAssembly>true</SignAssembly>\r
   </PropertyGroup>\r
   <PropertyGroup>\r
-    <AssemblyOriginatorKeyFile>Tizen.Nfc.snk</AssemblyOriginatorKeyFile>\r
+    <AssemblyOriginatorKeyFile>Tizen.Network.Nfc.snk</AssemblyOriginatorKeyFile>\r
   </PropertyGroup>\r
   <ItemGroup>\r
     <Compile Include="Interop\Interop.Glib.cs" />\r
     <Compile Include="Interop\Interop.Libraries.cs" />\r
     <Compile Include="Interop\Interop.Nfc.cs" />\r
     <Compile Include="Properties\AssemblyInfo.cs" />\r
-    <Compile Include="Tizen.Nfc\NfcCallbackData.cs" />\r
-    <Compile Include="Tizen.Nfc\NfcCardEmulationAdapter.cs" />\r
-    <Compile Include="Tizen.Nfc\NfcEnumerations.cs" />\r
-    <Compile Include="Tizen.Nfc\NfcErrorFactory.cs" />\r
-    <Compile Include="Tizen.Nfc\NfcEventArgs.cs" />\r
-    <Compile Include="Tizen.Nfc\NfcSecureElement.cs" />\r
-    <Compile Include="Tizen.Nfc\NfcManager.cs" />\r
-    <Compile Include="Tizen.Nfc\NfcManagerEvent.cs" />\r
-    <Compile Include="Tizen.Nfc\NfcManagerImpl.cs" />\r
-    <Compile Include="Tizen.Nfc\NfcNdefMessage.cs" />\r
-    <Compile Include="Tizen.Nfc\NfcNdefRecord.cs" />\r
-    <Compile Include="Tizen.Nfc\NfcP2p.cs" />\r
-    <Compile Include="Tizen.Nfc\NfcP2pAdapter.cs" />\r
-    <Compile Include="Tizen.Nfc\NfcTag.cs" />\r
-    <Compile Include="Tizen.Nfc\NfcTagAdapter.cs" />\r
+    <Compile Include="Tizen.Network.Nfc\NfcCallbackData.cs" />\r
+    <Compile Include="Tizen.Network.Nfc\NfcCardEmulationAdapter.cs" />\r
+    <Compile Include="Tizen.Network.Nfc\NfcEnumerations.cs" />\r
+    <Compile Include="Tizen.Network.Nfc\NfcErrorFactory.cs" />\r
+    <Compile Include="Tizen.Network.Nfc\NfcEventArgs.cs" />\r
+    <Compile Include="Tizen.Network.Nfc\NfcSecureElement.cs" />\r
+    <Compile Include="Tizen.Network.Nfc\NfcManager.cs" />\r
+    <Compile Include="Tizen.Network.Nfc\NfcManagerEvent.cs" />\r
+    <Compile Include="Tizen.Network.Nfc\NfcManagerImpl.cs" />\r
+    <Compile Include="Tizen.Network.Nfc\NfcNdefMessage.cs" />\r
+    <Compile Include="Tizen.Network.Nfc\NfcNdefRecord.cs" />\r
+    <Compile Include="Tizen.Network.Nfc\NfcP2p.cs" />\r
+    <Compile Include="Tizen.Network.Nfc\NfcP2pAdapter.cs" />\r
+    <Compile Include="Tizen.Network.Nfc\NfcTag.cs" />\r
+    <Compile Include="Tizen.Network.Nfc\NfcTagAdapter.cs" />\r
   </ItemGroup>\r
   <ItemGroup>\r
-    <None Include="Tizen.Nfc.nuspec" />\r
-    <None Include="Tizen.Nfc.project.json" />\r
-    <None Include="Tizen.Nfc.snk" />\r
+    <None Include="Tizen.Network.Nfc.nuspec" />\r
+    <None Include="Tizen.Network.Nfc.project.json" />\r
+    <None Include="Tizen.Network.Nfc.snk" />\r
   </ItemGroup>\r
   <Import Project="$(MSBuildExtensionsPath)\Tizen\Tizen.CSharp.GBS.targets" Condition="Exists('$(MSBuildExtensionsPath)\Tizen\Tizen.CSharp.GBS.targets')" />\r
   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
similarity index 77%
rename from Tizen.Nfc/Tizen.Nfc.nuspec
rename to src/Tizen.Network.Nfc/Tizen.Network.Nfc.nuspec
index a7e6a01..8d48005 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <package>
        <metadata>
-               <id>Tizen.Nfc</id>
+               <id>Tizen.Network.Nfc</id>
                <version>$version$</version>
                <authors>Samsung Electronics</authors>
                <requireLicenseAcceptance>false</requireLicenseAcceptance>
@@ -15,7 +15,7 @@
                </dependencies>
        </metadata>
        <files>
-               <file src="bin/$Configuration$/Tizen.Nfc.dll" target="lib/netstandard1.3" />
-               <file src="bin/$Configuration$/Net45/Tizen.Nfc.dll" target="lib/net45" />
+               <file src="bin/$Configuration$/Tizen.Network.Nfc.dll" target="lib/netstandard1.3" />
+               <file src="bin/$Configuration$/Net45/Tizen.Network.Nfc.dll" target="lib/net45" />
        </files>
 </package>
@@ -17,7 +17,6 @@
 using System;
 using System.Runtime.InteropServices;
 using System.Collections.Generic;
-using Tizen.Network;
 
 namespace Tizen.Network.Nfc
 {
@@ -17,7 +17,6 @@
 using System;
 using System.Runtime.InteropServices;
 using System.Collections.Generic;
-using Tizen.Network;
 
 namespace Tizen.Network.Nfc
 {
@@ -17,7 +17,6 @@
 using System;
 using System.Runtime.InteropServices;
 using System.Collections.Generic;
-using Tizen.Network;
 
 namespace Tizen.Network.Nfc
 {
similarity index 99%
rename from Tizen.Nfc/Tizen.Nfc/NfcP2p.cs
rename to src/Tizen.Network.Nfc/Tizen.Network.Nfc/NfcP2p.cs
index e79e6b0..fd85440 100644 (file)
@@ -18,7 +18,6 @@ using System;
 using System.Runtime.InteropServices;
 using System.Collections.Generic;
 using System.Threading.Tasks;
-using Tizen.Network;
 
 namespace Tizen.Network.Nfc
 {
@@ -17,7 +17,6 @@
 using System;
 using System.Runtime.InteropServices;
 using System.Collections.Generic;
-using Tizen.Network;
 
 namespace Tizen.Network.Nfc
 {
@@ -17,7 +17,6 @@
 using System;
 using System.Runtime.InteropServices;
 using System.Collections.Generic;
-using Tizen.Network;
 
 namespace Tizen.Network.Nfc
 {
similarity index 99%
rename from Tizen.Nfc/Tizen.Nfc/NfcTag.cs
rename to src/Tizen.Network.Nfc/Tizen.Network.Nfc/NfcTag.cs
index f63a1b5..87ec4c2 100644 (file)
@@ -18,7 +18,6 @@ using System;
 using System.Runtime.InteropServices;
 using System.Collections.Generic;
 using System.Threading.Tasks;
-using Tizen.Network;
 
 namespace Tizen.Network.Nfc
 {
@@ -17,7 +17,6 @@
 using System;
 using System.Runtime.InteropServices;
 using System.Collections.Generic;
-using Tizen.Network;
 
 namespace Tizen.Network.Nfc
 {