csapi-sensor: change namespace from Tizen.System.Sensor to Tizen.Sensor
authorkibak.yoon <kibak.yoon@samsung.com>
Wed, 19 Oct 2016 02:00:58 +0000 (11:00 +0900)
committerkibak.yoon <kibak.yoon@samsung.com>
Wed, 19 Oct 2016 02:00:58 +0000 (11:00 +0900)
Change-Id: I518268701bd3f16629bfbdb6a93a7d8f204f5985
Signed-off-by: kibak.yoon <kibak.yoon@samsung.com>
72 files changed:
Tizen.System.Sensor/Tizen.System.Sensor.Net45.csproj [deleted file]
Tizen.System.Sensor/Tizen.System.Sensor.csproj [deleted file]
packaging/csapi-sensor.manifest [moved from packaging/csapi-system-sensor.manifest with 100% similarity]
packaging/csapi-sensor.spec [moved from packaging/csapi-system-sensor.spec with 95% similarity]
src/Tizen.Sensor/Interop/Interop.Libraries.cs [moved from Tizen.System.Sensor/Interop/Interop.Libraries.cs with 100% similarity]
src/Tizen.Sensor/Interop/Interop.Sensor.cs [moved from Tizen.System.Sensor/Interop/Interop.Sensor.cs with 99% similarity]
src/Tizen.Sensor/Properties/AssemblyInfo.cs [moved from Tizen.System.Sensor/Properties/AssemblyInfo.cs with 90% similarity]
src/Tizen.Sensor/Tizen.Sensor.Net45.csproj [new file with mode: 0644]
src/Tizen.Sensor/Tizen.Sensor.Net45.project.json [moved from Tizen.System.Sensor/Tizen.System.Sensor.Net45.project.json with 100% similarity]
src/Tizen.Sensor/Tizen.Sensor.csproj [new file with mode: 0644]
src/Tizen.Sensor/Tizen.Sensor.nuspec [moved from Tizen.System.Sensor/Tizen.System.Sensor.nuspec with 58% similarity]
src/Tizen.Sensor/Tizen.Sensor.project.json [moved from Tizen.System.Sensor/Tizen.System.Sensor.project.json with 100% similarity]
src/Tizen.Sensor/Tizen.Sensor.snk [moved from Tizen.System.Sensor/Tizen.System.Sensor.snk with 100% similarity]
src/Tizen.Sensor/Tizen.Sensor/EventArgs/AccelerometerDataUpdatedEventArgs.cs [moved from Tizen.System.Sensor/Tizen.System.Sensor/EventArgs/AccelerometerDataUpdatedEventArgs.cs with 97% similarity]
src/Tizen.Sensor/Tizen.Sensor/EventArgs/FaceDownGestureDetectorDataUpdatedEventArgs.cs [moved from Tizen.System.Sensor/Tizen.System.Sensor/EventArgs/FaceDownGestureDetectorDataUpdatedEventArgs.cs with 96% similarity]
src/Tizen.Sensor/Tizen.Sensor/EventArgs/GravitySensorDataUpdatedEventArgs.cs [moved from Tizen.System.Sensor/Tizen.System.Sensor/EventArgs/GravitySensorDataUpdatedEventArgs.cs with 97% similarity]
src/Tizen.Sensor/Tizen.Sensor/EventArgs/GyroscopeDataUpdatedEventArgs.cs [moved from Tizen.System.Sensor/Tizen.System.Sensor/EventArgs/GyroscopeDataUpdatedEventArgs.cs with 97% similarity]
src/Tizen.Sensor/Tizen.Sensor/EventArgs/GyroscopeRotationVectorSensorDataUpdatedEventArgs.cs [moved from Tizen.System.Sensor/Tizen.System.Sensor/EventArgs/GyroscopeRotationVectorSensorDataUpdatedEventArgs.cs with 98% similarity]
src/Tizen.Sensor/Tizen.Sensor/EventArgs/HeartRateMonitorDataUpdatedEventArgs.cs [moved from Tizen.System.Sensor/Tizen.System.Sensor/EventArgs/HeartRateMonitorDataUpdatedEventArgs.cs with 96% similarity]
src/Tizen.Sensor/Tizen.Sensor/EventArgs/HumiditySensorDataUpdatedEventArgs.cs [moved from Tizen.System.Sensor/Tizen.System.Sensor/EventArgs/HumiditySensorDataUpdatedEventArgs.cs with 96% similarity]
src/Tizen.Sensor/Tizen.Sensor/EventArgs/InVehicleActivityDetectorDataUpdatedEventArgs.cs [moved from Tizen.System.Sensor/Tizen.System.Sensor/EventArgs/InVehicleActivityDetectorDataUpdatedEventArgs.cs with 96% similarity]
src/Tizen.Sensor/Tizen.Sensor/EventArgs/LightSensorDataUpdatedEventArgs.cs [moved from Tizen.System.Sensor/Tizen.System.Sensor/EventArgs/LightSensorDataUpdatedEventArgs.cs with 96% similarity]
src/Tizen.Sensor/Tizen.Sensor/EventArgs/LinearAccelerationSensorDataUpdatedEventArgs.cs [moved from Tizen.System.Sensor/Tizen.System.Sensor/EventArgs/LinearAccelerationSensorDataUpdatedEventArgs.cs with 97% similarity]
src/Tizen.Sensor/Tizen.Sensor/EventArgs/MagnetometerDataUpdatedEventArgs.cs [moved from Tizen.System.Sensor/Tizen.System.Sensor/EventArgs/MagnetometerDataUpdatedEventArgs.cs with 97% similarity]
src/Tizen.Sensor/Tizen.Sensor/EventArgs/MagnetometerRotationVectorSensorDataUpdatedEventArgs.cs [moved from Tizen.System.Sensor/Tizen.System.Sensor/EventArgs/MagnetometerRotationVectorSensorDataUpdatedEventArgs.cs with 98% similarity]
src/Tizen.Sensor/Tizen.Sensor/EventArgs/OrientationSensorDataUpdatedEventArgs.cs [moved from Tizen.System.Sensor/Tizen.System.Sensor/EventArgs/OrientationSensorDataUpdatedEventArgs.cs with 97% similarity]
src/Tizen.Sensor/Tizen.Sensor/EventArgs/PedometerDataUpdatedEventArgs.cs [moved from Tizen.System.Sensor/Tizen.System.Sensor/EventArgs/PedometerDataUpdatedEventArgs.cs with 98% similarity]
src/Tizen.Sensor/Tizen.Sensor/EventArgs/PickUpGestureDetectorDataUpdatedEventArgs.cs [moved from Tizen.System.Sensor/Tizen.System.Sensor/EventArgs/PickUpGestureDetectorDataUpdatedEventArgs.cs with 96% similarity]
src/Tizen.Sensor/Tizen.Sensor/EventArgs/PressureSensorDataUpdatedEventArgs.cs [moved from Tizen.System.Sensor/Tizen.System.Sensor/EventArgs/PressureSensorDataUpdatedEventArgs.cs with 96% similarity]
src/Tizen.Sensor/Tizen.Sensor/EventArgs/ProximitySensorDataUpdatedEventArgs.cs [moved from Tizen.System.Sensor/Tizen.System.Sensor/EventArgs/ProximitySensorDataUpdatedEventArgs.cs with 96% similarity]
src/Tizen.Sensor/Tizen.Sensor/EventArgs/RotationVectorSensorDataUpdatedEventArgs.cs [moved from Tizen.System.Sensor/Tizen.System.Sensor/EventArgs/RotationVectorSensorDataUpdatedEventArgs.cs with 98% similarity]
src/Tizen.Sensor/Tizen.Sensor/EventArgs/RunningActivityDetectorDataUpdatedEventArgs.cs [moved from Tizen.System.Sensor/Tizen.System.Sensor/EventArgs/RunningActivityDetectorDataUpdatedEventArgs.cs with 96% similarity]
src/Tizen.Sensor/Tizen.Sensor/EventArgs/SensorAccuracyChangedEventArgs.cs [moved from Tizen.System.Sensor/Tizen.System.Sensor/EventArgs/SensorAccuracyChangedEventArgs.cs with 97% similarity]
src/Tizen.Sensor/Tizen.Sensor/EventArgs/SleepMonitorDataUpdatedEventArgs.cs [moved from Tizen.System.Sensor/Tizen.System.Sensor/EventArgs/SleepMonitorDataUpdatedEventArgs.cs with 96% similarity]
src/Tizen.Sensor/Tizen.Sensor/EventArgs/StationaryActivityDetectorDataUpdatedEventArgs.cs [moved from Tizen.System.Sensor/Tizen.System.Sensor/EventArgs/StationaryActivityDetectorDataUpdatedEventArgs.cs with 96% similarity]
src/Tizen.Sensor/Tizen.Sensor/EventArgs/TemperatureSensorDataUpdatedEventArgs.cs [moved from Tizen.System.Sensor/Tizen.System.Sensor/EventArgs/TemperatureSensorDataUpdatedEventArgs.cs with 96% similarity]
src/Tizen.Sensor/Tizen.Sensor/EventArgs/UltravioletSensorDataUpdatedEventArgs.cs [moved from Tizen.System.Sensor/Tizen.System.Sensor/EventArgs/UltravioletSensorDataUpdatedEventArgs.cs with 96% similarity]
src/Tizen.Sensor/Tizen.Sensor/EventArgs/UncalibratedGyroscopeDataUpdatedEventArgs.cs [moved from Tizen.System.Sensor/Tizen.System.Sensor/EventArgs/UncalibratedGyroscopeDataUpdatedEventArgs.cs with 98% similarity]
src/Tizen.Sensor/Tizen.Sensor/EventArgs/UncalibratedMagnetometerDataUpdatedEventArgs.cs [moved from Tizen.System.Sensor/Tizen.System.Sensor/EventArgs/UncalibratedMagnetometerDataUpdatedEventArgs.cs with 98% similarity]
src/Tizen.Sensor/Tizen.Sensor/EventArgs/WalkingActivityDetectorDataUpdatedEventArgs.cs [moved from Tizen.System.Sensor/Tizen.System.Sensor/EventArgs/WalkingActivityDetectorDataUpdatedEventArgs.cs with 96% similarity]
src/Tizen.Sensor/Tizen.Sensor/EventArgs/WristUpGestureDetectorDataUpdatedEventArgs.cs [moved from Tizen.System.Sensor/Tizen.System.Sensor/EventArgs/WristUpGestureDetectorDataUpdatedEventArgs.cs with 96% similarity]
src/Tizen.Sensor/Tizen.Sensor/Plugins/Accelerometer.cs [moved from Tizen.System.Sensor/Tizen.System.Sensor/Plugins/Accelerometer.cs with 98% similarity]
src/Tizen.Sensor/Tizen.Sensor/Plugins/ActivityDetector.cs [moved from Tizen.System.Sensor/Tizen.System.Sensor/Plugins/ActivityDetector.cs with 98% similarity]
src/Tizen.Sensor/Tizen.Sensor/Plugins/FaceDownGestureDetector.cs [moved from Tizen.System.Sensor/Tizen.System.Sensor/Plugins/FaceDownGestureDetector.cs with 98% similarity]
src/Tizen.Sensor/Tizen.Sensor/Plugins/GravitySensor.cs [moved from Tizen.System.Sensor/Tizen.System.Sensor/Plugins/GravitySensor.cs with 98% similarity]
src/Tizen.Sensor/Tizen.Sensor/Plugins/Gyroscope.cs [moved from Tizen.System.Sensor/Tizen.System.Sensor/Plugins/Gyroscope.cs with 98% similarity]
src/Tizen.Sensor/Tizen.Sensor/Plugins/GyroscopeRotationVectorSensor.cs [moved from Tizen.System.Sensor/Tizen.System.Sensor/Plugins/GyroscopeRotationVectorSensor.cs with 98% similarity]
src/Tizen.Sensor/Tizen.Sensor/Plugins/HeartRateMonitor.cs [moved from Tizen.System.Sensor/Tizen.System.Sensor/Plugins/HeartRateMonitor.cs with 98% similarity]
src/Tizen.Sensor/Tizen.Sensor/Plugins/HumiditySensor.cs [moved from Tizen.System.Sensor/Tizen.System.Sensor/Plugins/HumiditySensor.cs with 98% similarity]
src/Tizen.Sensor/Tizen.Sensor/Plugins/InVehicleActivityDetector.cs [moved from Tizen.System.Sensor/Tizen.System.Sensor/Plugins/InVehicleActivityDetector.cs with 97% similarity]
src/Tizen.Sensor/Tizen.Sensor/Plugins/LightSensor.cs [moved from Tizen.System.Sensor/Tizen.System.Sensor/Plugins/LightSensor.cs with 98% similarity]
src/Tizen.Sensor/Tizen.Sensor/Plugins/LinearAccelerationSensor.cs [moved from Tizen.System.Sensor/Tizen.System.Sensor/Plugins/LinearAccelerationSensor.cs with 98% similarity]
src/Tizen.Sensor/Tizen.Sensor/Plugins/Magnetometer.cs [moved from Tizen.System.Sensor/Tizen.System.Sensor/Plugins/Magnetometer.cs with 98% similarity]
src/Tizen.Sensor/Tizen.Sensor/Plugins/MagnetometerRotationVectorSensor.cs [moved from Tizen.System.Sensor/Tizen.System.Sensor/Plugins/MagnetometerRotationVectorSensor.cs with 98% similarity]
src/Tizen.Sensor/Tizen.Sensor/Plugins/OrientationSensor.cs [moved from Tizen.System.Sensor/Tizen.System.Sensor/Plugins/OrientationSensor.cs with 98% similarity]
src/Tizen.Sensor/Tizen.Sensor/Plugins/Pedometer.cs [moved from Tizen.System.Sensor/Tizen.System.Sensor/Plugins/Pedometer.cs with 98% similarity]
src/Tizen.Sensor/Tizen.Sensor/Plugins/PickUpGestureDetector.cs [moved from Tizen.System.Sensor/Tizen.System.Sensor/Plugins/PickUpGestureDetector.cs with 98% similarity]
src/Tizen.Sensor/Tizen.Sensor/Plugins/PressureSensor.cs [moved from Tizen.System.Sensor/Tizen.System.Sensor/Plugins/PressureSensor.cs with 98% similarity]
src/Tizen.Sensor/Tizen.Sensor/Plugins/ProximitySensor.cs [moved from Tizen.System.Sensor/Tizen.System.Sensor/Plugins/ProximitySensor.cs with 98% similarity]
src/Tizen.Sensor/Tizen.Sensor/Plugins/RotationVectorSensor.cs [moved from Tizen.System.Sensor/Tizen.System.Sensor/Plugins/RotationVectorSensor.cs with 98% similarity]
src/Tizen.Sensor/Tizen.Sensor/Plugins/RunningActivityDetector.cs [moved from Tizen.System.Sensor/Tizen.System.Sensor/Plugins/RunningActivityDetector.cs with 97% similarity]
src/Tizen.Sensor/Tizen.Sensor/Plugins/SleepMonitor.cs [moved from Tizen.System.Sensor/Tizen.System.Sensor/Plugins/SleepMonitor.cs with 98% similarity]
src/Tizen.Sensor/Tizen.Sensor/Plugins/StationaryActivityDetector.cs [moved from Tizen.System.Sensor/Tizen.System.Sensor/Plugins/StationaryActivityDetector.cs with 97% similarity]
src/Tizen.Sensor/Tizen.Sensor/Plugins/TemperatureSensor.cs [moved from Tizen.System.Sensor/Tizen.System.Sensor/Plugins/TemperatureSensor.cs with 98% similarity]
src/Tizen.Sensor/Tizen.Sensor/Plugins/UltravioletSensor.cs [moved from Tizen.System.Sensor/Tizen.System.Sensor/Plugins/UltravioletSensor.cs with 98% similarity]
src/Tizen.Sensor/Tizen.Sensor/Plugins/UncalibratedGyroscope.cs [moved from Tizen.System.Sensor/Tizen.System.Sensor/Plugins/UncalibratedGyroscope.cs with 98% similarity]
src/Tizen.Sensor/Tizen.Sensor/Plugins/UncalibratedMagnetometer.cs [moved from Tizen.System.Sensor/Tizen.System.Sensor/Plugins/UncalibratedMagnetometer.cs with 98% similarity]
src/Tizen.Sensor/Tizen.Sensor/Plugins/WalkingActivityDetector.cs [moved from Tizen.System.Sensor/Tizen.System.Sensor/Plugins/WalkingActivityDetector.cs with 97% similarity]
src/Tizen.Sensor/Tizen.Sensor/Plugins/WristUpGestureDetector.cs [moved from Tizen.System.Sensor/Tizen.System.Sensor/Plugins/WristUpGestureDetector.cs with 98% similarity]
src/Tizen.Sensor/Tizen.Sensor/Sensor.cs [moved from Tizen.System.Sensor/Tizen.System.Sensor/Sensor.cs with 99% similarity]
src/Tizen.Sensor/Tizen.Sensor/SensorEnumerations.cs [moved from Tizen.System.Sensor/Tizen.System.Sensor/SensorEnumerations.cs with 99% similarity]
src/Tizen.Sensor/Tizen.Sensor/SensorErrorFactory.cs [moved from Tizen.System.Sensor/Tizen.System.Sensor/SensorErrorFactory.cs with 98% similarity]

diff --git a/Tizen.System.Sensor/Tizen.System.Sensor.Net45.csproj b/Tizen.System.Sensor/Tizen.System.Sensor.Net45.csproj
deleted file mode 100644 (file)
index 98a8eb3..0000000
+++ /dev/null
@@ -1,128 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>\r
-<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
-  <PropertyGroup>\r
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
-    <ProjectGuid>{15FBE509-20D4-4D66-A8FC-5B0AC807BB88}</ProjectGuid>\r
-    <OutputType>Library</OutputType>\r
-    <AppDesignerFolder>Properties</AppDesignerFolder>\r
-    <RootNamespace>Tizen.System.Sensor</RootNamespace>\r
-    <AssemblyName>Tizen.System.Sensor</AssemblyName>\r
-    <FileAlignment>512</FileAlignment>\r
-    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>\r
-  </PropertyGroup>\r
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
-    <DebugSymbols>true</DebugSymbols>\r
-    <DebugType>full</DebugType>\r
-    <Optimize>false</Optimize>\r
-    <OutputPath>bin\Debug\Net45\</OutputPath>\r
-    <DefineConstants>DEBUG;TRACE</DefineConstants>\r
-    <ErrorReport>prompt</ErrorReport>\r
-    <WarningLevel>4</WarningLevel>\r
-    <ConsolePause>false</ConsolePause>\r
-    <Prefer32Bit>false</Prefer32Bit>\r
-  </PropertyGroup>\r
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
-    <DebugType>pdbonly</DebugType>\r
-    <Optimize>true</Optimize>\r
-    <OutputPath>bin\Release\Net45\</OutputPath>\r
-    <DefineConstants>TRACE</DefineConstants>\r
-    <ErrorReport>prompt</ErrorReport>\r
-    <WarningLevel>4</WarningLevel>\r
-    <ConsolePause>false</ConsolePause>\r
-    <Prefer32Bit>false</Prefer32Bit>\r
-  </PropertyGroup>\r
-  <PropertyGroup>\r
-    <SignAssembly>true</SignAssembly>\r
-  </PropertyGroup>\r
-  <PropertyGroup>\r
-    <AssemblyOriginatorKeyFile>Tizen.System.Sensor.snk</AssemblyOriginatorKeyFile>\r
-  </PropertyGroup>\r
-  <ItemGroup>\r
-    <Reference Include="System" />\r
-    <Reference Include="System.Core" />\r
-    <Reference Include="System.Xml.Linq" />\r
-    <Reference Include="System.Data.DataSetExtensions" />\r
-    <Reference Include="Microsoft.CSharp" />\r
-    <Reference Include="System.Data" />\r
-    <Reference Include="System.Net.Http" />\r
-    <Reference Include="System.Xml" />\r
-  </ItemGroup>\r
-  <ItemGroup>\r
-    <Compile Include="Properties\AssemblyInfo.cs" />\r
-    <Compile Include="Interop\Interop.Sensor.cs" />\r
-    <Compile Include="Tizen.System.Sensor\EventArgs\FaceDownGestureDetectorDataUpdatedEventArgs.cs" />\r
-    <Compile Include="Tizen.System.Sensor\EventArgs\PickUpGestureDetectorDataUpdatedEventArgs.cs" />\r
-    <Compile Include="Tizen.System.Sensor\EventArgs\RunningActivityDetectorDataUpdatedEventArgs.cs" />\r
-    <Compile Include="Tizen.System.Sensor\EventArgs\StationaryActivityDetectorDataUpdatedEventArgs.cs" />\r
-    <Compile Include="Tizen.System.Sensor\EventArgs\InVehicleActivityDetectorDataUpdatedEventArgs.cs" />\r
-    <Compile Include="Tizen.System.Sensor\EventArgs\WalkingActivityDetectorDataUpdatedEventArgs.cs" />\r
-    <Compile Include="Tizen.System.Sensor\EventArgs\WristUpGestureDetectorDataUpdatedEventArgs.cs" />\r
-    <Compile Include="Tizen.System.Sensor\Plugins\ActivityDetector.cs" />\r
-    <Compile Include="Tizen.System.Sensor\Plugins\PickUpGestureDetector.cs" />\r
-    <Compile Include="Tizen.System.Sensor\Plugins\RunningActivityDetector.cs" />\r
-    <Compile Include="Tizen.System.Sensor\Plugins\InVehicleActivityDetector.cs" />\r
-    <Compile Include="Tizen.System.Sensor\Plugins\StationaryActivityDetector.cs" />\r
-    <Compile Include="Tizen.System.Sensor\Plugins\WalkingActivityDetector.cs" />\r
-    <Compile Include="Tizen.System.Sensor\Plugins\WristUpGestureDetector.cs" />\r
-    <Compile Include="Tizen.System.Sensor\Plugins\FaceDownGestureDetector.cs" />\r
-    <Compile Include="Tizen.System.Sensor\SensorEnumerations.cs" />\r
-    <Compile Include="Tizen.System.Sensor\EventArgs\GravitySensorDataUpdatedEventArgs.cs" />\r
-    <Compile Include="Tizen.System.Sensor\EventArgs\GyroscopeDataUpdatedEventArgs.cs" />\r
-    <Compile Include="Tizen.System.Sensor\EventArgs\GyroscopeRotationVectorSensorDataUpdatedEventArgs.cs" />\r
-    <Compile Include="Tizen.System.Sensor\EventArgs\HeartRateMonitorDataUpdatedEventArgs.cs" />\r
-    <Compile Include="Tizen.System.Sensor\EventArgs\HumiditySensorDataUpdatedEventArgs.cs" />\r
-    <Compile Include="Tizen.System.Sensor\EventArgs\LightSensorDataUpdatedEventArgs.cs" />\r
-    <Compile Include="Tizen.System.Sensor\EventArgs\LinearAccelerationSensorDataUpdatedEventArgs.cs" />\r
-    <Compile Include="Tizen.System.Sensor\EventArgs\MagnetometerDataUpdatedEventArgs.cs" />\r
-    <Compile Include="Tizen.System.Sensor\EventArgs\MagnetometerRotationVectorSensorDataUpdatedEventArgs.cs" />\r
-    <Compile Include="Tizen.System.Sensor\EventArgs\OrientationSensorDataUpdatedEventArgs.cs" />\r
-    <Compile Include="Tizen.System.Sensor\EventArgs\PedometerDataUpdatedEventArgs.cs" />\r
-    <Compile Include="Tizen.System.Sensor\EventArgs\PressureSensorDataUpdatedEventArgs.cs" />\r
-    <Compile Include="Tizen.System.Sensor\EventArgs\ProximitySensorDataUpdatedEventArgs.cs" />\r
-    <Compile Include="Tizen.System.Sensor\EventArgs\RotationVectorSensorDataUpdatedEventArgs.cs" />\r
-    <Compile Include="Tizen.System.Sensor\EventArgs\SleepMonitorDataUpdatedEventArgs.cs" />\r
-    <Compile Include="Tizen.System.Sensor\EventArgs\TemperatureSensorDataUpdatedEventArgs.cs" />\r
-    <Compile Include="Tizen.System.Sensor\EventArgs\UltravioletSensorDataUpdatedEventArgs.cs" />\r
-    <Compile Include="Tizen.System.Sensor\EventArgs\UncalibratedGyroscopeDataUpdatedEventArgs.cs" />\r
-    <Compile Include="Tizen.System.Sensor\EventArgs\UncalibratedMagnetometerDataUpdatedEventArgs.cs" />\r
-    <Compile Include="Tizen.System.Sensor\Plugins\GravitySensor.cs" />\r
-    <Compile Include="Tizen.System.Sensor\Plugins\Gyroscope.cs" />\r
-    <Compile Include="Tizen.System.Sensor\Plugins\GyroscopeRotationVectorSensor.cs" />\r
-    <Compile Include="Tizen.System.Sensor\Plugins\HeartRateMonitor.cs" />\r
-    <Compile Include="Tizen.System.Sensor\Plugins\HumiditySensor.cs" />\r
-    <Compile Include="Tizen.System.Sensor\Plugins\LightSensor.cs" />\r
-    <Compile Include="Tizen.System.Sensor\Plugins\LinearAccelerationSensor.cs" />\r
-    <Compile Include="Tizen.System.Sensor\Plugins\Magnetometer.cs" />\r
-    <Compile Include="Tizen.System.Sensor\Plugins\MagnetometerRotationVectorSensor.cs" />\r
-    <Compile Include="Tizen.System.Sensor\Plugins\OrientationSensor.cs" />\r
-    <Compile Include="Tizen.System.Sensor\Plugins\Pedometer.cs" />\r
-    <Compile Include="Tizen.System.Sensor\Plugins\PressureSensor.cs" />\r
-    <Compile Include="Tizen.System.Sensor\Plugins\ProximitySensor.cs" />\r
-    <Compile Include="Tizen.System.Sensor\Plugins\RotationVectorSensor.cs" />\r
-    <Compile Include="Tizen.System.Sensor\Plugins\SleepMonitor.cs" />\r
-    <Compile Include="Tizen.System.Sensor\Plugins\TemperatureSensor.cs" />\r
-    <Compile Include="Tizen.System.Sensor\Plugins\UltravioletSensor.cs" />\r
-    <Compile Include="Tizen.System.Sensor\Plugins\UncalibratedGyroscope.cs" />\r
-    <Compile Include="Tizen.System.Sensor\Plugins\UncalibratedMagnetometer.cs" />\r
-    <Compile Include="Tizen.System.Sensor\Sensor.cs" />\r
-    <Compile Include="Interop\Interop.Libraries.cs" />\r
-    <Compile Include="Tizen.System.Sensor\Plugins\Accelerometer.cs" />\r
-    <Compile Include="Tizen.System.Sensor\EventArgs\SensorAccuracyChangedEventArgs.cs" />\r
-    <Compile Include="Tizen.System.Sensor\EventArgs\AccelerometerDataUpdatedEventArgs.cs" />\r
-    <Compile Include="Tizen.System.Sensor\SensorErrorFactory.cs" />\r
-  </ItemGroup>\r
-  <ItemGroup>\r
-    <None Include="Tizen.System.Sensor.nuspec" />\r
-    <None Include="Tizen.System.Sensor.Net45.project.json" />\r
-    <None Include="Tizen.System.Sensor.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
-       Other similar extension points exist, see Microsoft.Common.targets.\r
-  <Target Name="BeforeBuild">\r
-  </Target>\r
-  <Target Name="AfterBuild">\r
-  </Target>\r
-  -->\r
-</Project>
\ No newline at end of file
diff --git a/Tizen.System.Sensor/Tizen.System.Sensor.csproj b/Tizen.System.Sensor/Tizen.System.Sensor.csproj
deleted file mode 100644 (file)
index 9ce46ed..0000000
+++ /dev/null
@@ -1,137 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>\r
-<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
-  <PropertyGroup>\r
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
-    <ProjectGuid>{CB655C6A-F73B-448E-913C-CA4DCBC5E401}</ProjectGuid>\r
-    <OutputType>Library</OutputType>\r
-    <AppDesignerFolder>Properties</AppDesignerFolder>\r
-    <RootNamespace>Tizen.System.Sensor</RootNamespace>\r
-    <AssemblyName>Tizen.System.Sensor</AssemblyName>\r
-    <FileAlignment>512</FileAlignment>\r
-  </PropertyGroup>\r
-  <PropertyGroup>\r
-    <TargetFrameworkIdentifier>.NETStandard</TargetFrameworkIdentifier>\r
-    <TargetFrameworkVersion>v1.3</TargetFrameworkVersion>\r
-    <NuGetTargetMoniker>.NETStandard,Version=v1.3</NuGetTargetMoniker>\r
-    <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>\r
-    <NoStdLib>true</NoStdLib>\r
-    <NoWarn>$(NoWarn);1701;1702</NoWarn>\r
-  </PropertyGroup>\r
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
-    <DebugSymbols>true</DebugSymbols>\r
-    <DebugType>full</DebugType>\r
-    <Optimize>false</Optimize>\r
-    <OutputPath>bin\Debug\</OutputPath>\r
-    <DefineConstants>DEBUG;TRACE</DefineConstants>\r
-    <ErrorReport>prompt</ErrorReport>\r
-    <WarningLevel>4</WarningLevel>\r
-    <ConsolePause>false</ConsolePause>\r
-    <Prefer32Bit>false</Prefer32Bit>\r
-  </PropertyGroup>\r
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
-    <DebugType>pdbonly</DebugType>\r
-    <Optimize>true</Optimize>\r
-    <OutputPath>bin\Release\</OutputPath>\r
-    <DefineConstants>TRACE</DefineConstants>\r
-    <ErrorReport>prompt</ErrorReport>\r
-    <WarningLevel>4</WarningLevel>\r
-    <ConsolePause>false</ConsolePause>\r
-    <Prefer32Bit>false</Prefer32Bit>\r
-  </PropertyGroup>\r
-  <PropertyGroup>\r
-    <SignAssembly>true</SignAssembly>\r
-  </PropertyGroup>\r
-  <PropertyGroup>\r
-    <AssemblyOriginatorKeyFile>Tizen.System.Sensor.snk</AssemblyOriginatorKeyFile>\r
-  </PropertyGroup>\r
-  <ItemGroup>\r
-    <Compile Include="Properties\AssemblyInfo.cs" />\r
-    <Compile Include="Interop\Interop.Sensor.cs" />\r
-    <Compile Include="Tizen.System.Sensor\EventArgs\FaceDownGestureDetectorDataUpdatedEventArgs.cs" />\r
-    <Compile Include="Tizen.System.Sensor\EventArgs\PickUpGestureDetectorDataUpdatedEventArgs.cs" />\r
-    <Compile Include="Tizen.System.Sensor\EventArgs\RunningActivityDetectorDataUpdatedEventArgs.cs" />\r
-    <Compile Include="Tizen.System.Sensor\EventArgs\StationaryActivityDetectorDataUpdatedEventArgs.cs" />\r
-    <Compile Include="Tizen.System.Sensor\EventArgs\InVehicleActivityDetectorDataUpdatedEventArgs.cs" />\r
-    <Compile Include="Tizen.System.Sensor\EventArgs\WalkingActivityDetectorDataUpdatedEventArgs.cs" />\r
-    <Compile Include="Tizen.System.Sensor\EventArgs\WristUpGestureDetectorDataUpdatedEventArgs.cs" />\r
-    <Compile Include="Tizen.System.Sensor\Plugins\ActivityDetector.cs" />\r
-    <Compile Include="Tizen.System.Sensor\Plugins\PickUpGestureDetector.cs" />\r
-    <Compile Include="Tizen.System.Sensor\Plugins\RunningActivityDetector.cs" />\r
-    <Compile Include="Tizen.System.Sensor\Plugins\InVehicleActivityDetector.cs" />\r
-    <Compile Include="Tizen.System.Sensor\Plugins\StationaryActivityDetector.cs" />\r
-    <Compile Include="Tizen.System.Sensor\Plugins\WalkingActivityDetector.cs" />\r
-    <Compile Include="Tizen.System.Sensor\Plugins\WristUpGestureDetector.cs" />\r
-    <Compile Include="Tizen.System.Sensor\Plugins\FaceDownGestureDetector.cs" />\r
-    <Compile Include="Tizen.System.Sensor\SensorEnumerations.cs" />\r
-    <Compile Include="Tizen.System.Sensor\EventArgs\GravitySensorDataUpdatedEventArgs.cs" />\r
-    <Compile Include="Tizen.System.Sensor\EventArgs\GyroscopeDataUpdatedEventArgs.cs" />\r
-    <Compile Include="Tizen.System.Sensor\EventArgs\GyroscopeRotationVectorSensorDataUpdatedEventArgs.cs" />\r
-    <Compile Include="Tizen.System.Sensor\EventArgs\HeartRateMonitorDataUpdatedEventArgs.cs" />\r
-    <Compile Include="Tizen.System.Sensor\EventArgs\HumiditySensorDataUpdatedEventArgs.cs" />\r
-    <Compile Include="Tizen.System.Sensor\EventArgs\LightSensorDataUpdatedEventArgs.cs" />\r
-    <Compile Include="Tizen.System.Sensor\EventArgs\LinearAccelerationSensorDataUpdatedEventArgs.cs" />\r
-    <Compile Include="Tizen.System.Sensor\EventArgs\MagnetometerDataUpdatedEventArgs.cs" />\r
-    <Compile Include="Tizen.System.Sensor\EventArgs\MagnetometerRotationVectorSensorDataUpdatedEventArgs.cs" />\r
-    <Compile Include="Tizen.System.Sensor\EventArgs\OrientationSensorDataUpdatedEventArgs.cs" />\r
-    <Compile Include="Tizen.System.Sensor\EventArgs\PedometerDataUpdatedEventArgs.cs" />\r
-    <Compile Include="Tizen.System.Sensor\EventArgs\PressureSensorDataUpdatedEventArgs.cs" />\r
-    <Compile Include="Tizen.System.Sensor\EventArgs\ProximitySensorDataUpdatedEventArgs.cs" />\r
-    <Compile Include="Tizen.System.Sensor\EventArgs\RotationVectorSensorDataUpdatedEventArgs.cs" />\r
-    <Compile Include="Tizen.System.Sensor\EventArgs\SleepMonitorDataUpdatedEventArgs.cs" />\r
-    <Compile Include="Tizen.System.Sensor\EventArgs\TemperatureSensorDataUpdatedEventArgs.cs" />\r
-    <Compile Include="Tizen.System.Sensor\EventArgs\UltravioletSensorDataUpdatedEventArgs.cs" />\r
-    <Compile Include="Tizen.System.Sensor\EventArgs\UncalibratedGyroscopeDataUpdatedEventArgs.cs" />\r
-    <Compile Include="Tizen.System.Sensor\EventArgs\UncalibratedMagnetometerDataUpdatedEventArgs.cs" />\r
-    <Compile Include="Tizen.System.Sensor\Plugins\GravitySensor.cs" />\r
-    <Compile Include="Tizen.System.Sensor\Plugins\Gyroscope.cs" />\r
-    <Compile Include="Tizen.System.Sensor\Plugins\GyroscopeRotationVectorSensor.cs" />\r
-    <Compile Include="Tizen.System.Sensor\Plugins\HeartRateMonitor.cs" />\r
-    <Compile Include="Tizen.System.Sensor\Plugins\HumiditySensor.cs" />\r
-    <Compile Include="Tizen.System.Sensor\Plugins\LightSensor.cs" />\r
-    <Compile Include="Tizen.System.Sensor\Plugins\LinearAccelerationSensor.cs" />\r
-    <Compile Include="Tizen.System.Sensor\Plugins\Magnetometer.cs" />\r
-    <Compile Include="Tizen.System.Sensor\Plugins\MagnetometerRotationVectorSensor.cs" />\r
-    <Compile Include="Tizen.System.Sensor\Plugins\OrientationSensor.cs" />\r
-    <Compile Include="Tizen.System.Sensor\Plugins\Pedometer.cs" />\r
-    <Compile Include="Tizen.System.Sensor\Plugins\PressureSensor.cs" />\r
-    <Compile Include="Tizen.System.Sensor\Plugins\ProximitySensor.cs" />\r
-    <Compile Include="Tizen.System.Sensor\Plugins\RotationVectorSensor.cs" />\r
-    <Compile Include="Tizen.System.Sensor\Plugins\SleepMonitor.cs" />\r
-    <Compile Include="Tizen.System.Sensor\Plugins\TemperatureSensor.cs" />\r
-    <Compile Include="Tizen.System.Sensor\Plugins\UltravioletSensor.cs" />\r
-    <Compile Include="Tizen.System.Sensor\Plugins\UncalibratedGyroscope.cs" />\r
-    <Compile Include="Tizen.System.Sensor\Plugins\UncalibratedMagnetometer.cs" />\r
-    <Compile Include="Tizen.System.Sensor\Sensor.cs" />\r
-    <Compile Include="Interop\Interop.Libraries.cs" />\r
-    <Compile Include="Tizen.System.Sensor\Plugins\Accelerometer.cs" />\r
-    <Compile Include="Tizen.System.Sensor\EventArgs\SensorAccuracyChangedEventArgs.cs" />\r
-    <Compile Include="Tizen.System.Sensor\EventArgs\AccelerometerDataUpdatedEventArgs.cs" />\r
-    <Compile Include="Tizen.System.Sensor\SensorErrorFactory.cs" />\r
-  </ItemGroup>\r
-  <ItemGroup>\r
-    <None Include="Tizen.System.Sensor.nuspec" />\r
-    <None Include="Tizen.System.Sensor.project.json" />\r
-    <None Include="Tizen.System.Sensor.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
-       Other similar extension points exist, see Microsoft.Common.targets.\r
-  <Target Name="BeforeBuild">\r
-  </Target>\r
-  <Target Name="AfterBuild">\r
-  </Target>\r
-  -->\r
-  <PropertyGroup>\r
-    <!-- https://github.com/dotnet/corefxlab/tree/master/samples/NetCoreSample and\r
-       https://docs.microsoft.com/en-us/dotnet/articles/core/tutorials/target-dotnetcore-with-msbuild\r
-    -->\r
-    <!-- We don't use any of MSBuild's resolution logic for resolving the framework, so just set these two\r
-       properties to any folder that exists to skip the GetReferenceAssemblyPaths task (not target) and\r
-       to prevent it from outputting a warning (MSB3644).\r
-    -->\r
-    <_TargetFrameworkDirectories>$(MSBuildThisFileDirectory)</_TargetFrameworkDirectories>\r
-    <_FullFrameworkReferenceAssemblyPaths>$(MSBuildThisFileDirectory)</_FullFrameworkReferenceAssemblyPaths>\r
-    <AutoUnifyAssemblyReferences>true</AutoUnifyAssemblyReferences>\r
-  </PropertyGroup>\r
-</Project>
\ No newline at end of file
similarity index 95%
rename from packaging/csapi-system-sensor.spec
rename to packaging/csapi-sensor.spec
index 09c18d6..6753b2f 100644 (file)
@@ -6,7 +6,7 @@
 %define BUILDCONF Release
 %endif
 
-Name:       csapi-system-sensor
+Name:       csapi-sensor
 Summary:    Tizen Sensor API for C#
 Version:    1.0.1
 Release:    1
@@ -34,7 +34,7 @@ Tizen Sensor API for C#
 %setup -q
 cp %{SOURCE1} .
 
-%define Assemblies Tizen.System.Sensor
+%define Assemblies Tizen.Sensor
 
 %build
 for ASM in %{Assemblies}; do
similarity index 99%
rename from Tizen.System.Sensor/Interop/Interop.Sensor.cs
rename to src/Tizen.Sensor/Interop/Interop.Sensor.cs
index 1777244..819d2f7 100644 (file)
@@ -8,7 +8,7 @@
 
 using System;
 using System.Runtime.InteropServices;
-using Tizen.System.Sensor;
+using Tizen.Sensor;
 
 internal static partial class Interop
 {
@@ -125,4 +125,4 @@ internal static partial class Interop
         SensorEventStruct outStruct = (SensorEventStruct)Marshal.PtrToStructure(unmanagedVariable, typeof(SensorEventStruct));
         return outStruct;
     }
-}
\ No newline at end of file
+}
similarity index 90%
rename from Tizen.System.Sensor/Properties/AssemblyInfo.cs
rename to src/Tizen.Sensor/Properties/AssemblyInfo.cs
index 32b31bb..ff43f17 100644 (file)
@@ -4,11 +4,11 @@ using System.Runtime.CompilerServices;
 // Information about this assembly is defined by the following attributes. 
 // Change them to the values specific to your project.
 
-[assembly: AssemblyTitle("Tizen.System.Sensor")]
+[assembly: AssemblyTitle("Tizen.Sensor")]
 [assembly: AssemblyDescription("")]
 [assembly: AssemblyConfiguration("")]
 [assembly: AssemblyCompany("Samsung Electronics")]
-[assembly: AssemblyProduct("Tizen.System.Sensor")]
+[assembly: AssemblyProduct("Tizen.Sensor")]
 [assembly: AssemblyCopyright("Copyright (c) 2015 Samsung Electronics Co., Ltd")]
 [assembly: AssemblyTrademark("")]
 [assembly: AssemblyCulture("")]
diff --git a/src/Tizen.Sensor/Tizen.Sensor.Net45.csproj b/src/Tizen.Sensor/Tizen.Sensor.Net45.csproj
new file mode 100644 (file)
index 0000000..5a8843d
--- /dev/null
@@ -0,0 +1,128 @@
+<?xml version="1.0" encoding="utf-8"?>\r
+<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
+  <PropertyGroup>\r
+    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
+    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
+    <ProjectGuid>{15FBE509-20D4-4D66-A8FC-5B0AC807BB88}</ProjectGuid>\r
+    <OutputType>Library</OutputType>\r
+    <AppDesignerFolder>Properties</AppDesignerFolder>\r
+    <RootNamespace>Tizen.Sensor</RootNamespace>\r
+    <AssemblyName>Tizen.Sensor</AssemblyName>\r
+    <FileAlignment>512</FileAlignment>\r
+    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>\r
+  </PropertyGroup>\r
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
+    <DebugSymbols>true</DebugSymbols>\r
+    <DebugType>full</DebugType>\r
+    <Optimize>false</Optimize>\r
+    <OutputPath>bin\Debug\Net45\</OutputPath>\r
+    <DefineConstants>DEBUG;TRACE</DefineConstants>\r
+    <ErrorReport>prompt</ErrorReport>\r
+    <WarningLevel>4</WarningLevel>\r
+    <ConsolePause>false</ConsolePause>\r
+    <Prefer32Bit>false</Prefer32Bit>\r
+  </PropertyGroup>\r
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
+    <DebugType>pdbonly</DebugType>\r
+    <Optimize>true</Optimize>\r
+    <OutputPath>bin\Release\Net45\</OutputPath>\r
+    <DefineConstants>TRACE</DefineConstants>\r
+    <ErrorReport>prompt</ErrorReport>\r
+    <WarningLevel>4</WarningLevel>\r
+    <ConsolePause>false</ConsolePause>\r
+    <Prefer32Bit>false</Prefer32Bit>\r
+  </PropertyGroup>\r
+  <PropertyGroup>\r
+    <SignAssembly>true</SignAssembly>\r
+  </PropertyGroup>\r
+  <PropertyGroup>\r
+    <AssemblyOriginatorKeyFile>Tizen.Sensor.snk</AssemblyOriginatorKeyFile>\r
+  </PropertyGroup>\r
+  <ItemGroup>\r
+    <Reference Include="System" />\r
+    <Reference Include="System.Core" />\r
+    <Reference Include="System.Xml.Linq" />\r
+    <Reference Include="System.Data.DataSetExtensions" />\r
+    <Reference Include="Microsoft.CSharp" />\r
+    <Reference Include="System.Data" />\r
+    <Reference Include="System.Net.Http" />\r
+    <Reference Include="System.Xml" />\r
+  </ItemGroup>\r
+  <ItemGroup>\r
+    <Compile Include="Properties\AssemblyInfo.cs" />\r
+    <Compile Include="Interop\Interop.Sensor.cs" />\r
+    <Compile Include="Tizen.Sensor\EventArgs\FaceDownGestureDetectorDataUpdatedEventArgs.cs" />\r
+    <Compile Include="Tizen.Sensor\EventArgs\PickUpGestureDetectorDataUpdatedEventArgs.cs" />\r
+    <Compile Include="Tizen.Sensor\EventArgs\RunningActivityDetectorDataUpdatedEventArgs.cs" />\r
+    <Compile Include="Tizen.Sensor\EventArgs\StationaryActivityDetectorDataUpdatedEventArgs.cs" />\r
+    <Compile Include="Tizen.Sensor\EventArgs\InVehicleActivityDetectorDataUpdatedEventArgs.cs" />\r
+    <Compile Include="Tizen.Sensor\EventArgs\WalkingActivityDetectorDataUpdatedEventArgs.cs" />\r
+    <Compile Include="Tizen.Sensor\EventArgs\WristUpGestureDetectorDataUpdatedEventArgs.cs" />\r
+    <Compile Include="Tizen.Sensor\Plugins\ActivityDetector.cs" />\r
+    <Compile Include="Tizen.Sensor\Plugins\PickUpGestureDetector.cs" />\r
+    <Compile Include="Tizen.Sensor\Plugins\RunningActivityDetector.cs" />\r
+    <Compile Include="Tizen.Sensor\Plugins\InVehicleActivityDetector.cs" />\r
+    <Compile Include="Tizen.Sensor\Plugins\StationaryActivityDetector.cs" />\r
+    <Compile Include="Tizen.Sensor\Plugins\WalkingActivityDetector.cs" />\r
+    <Compile Include="Tizen.Sensor\Plugins\WristUpGestureDetector.cs" />\r
+    <Compile Include="Tizen.Sensor\Plugins\FaceDownGestureDetector.cs" />\r
+    <Compile Include="Tizen.Sensor\SensorEnumerations.cs" />\r
+    <Compile Include="Tizen.Sensor\EventArgs\GravitySensorDataUpdatedEventArgs.cs" />\r
+    <Compile Include="Tizen.Sensor\EventArgs\GyroscopeDataUpdatedEventArgs.cs" />\r
+    <Compile Include="Tizen.Sensor\EventArgs\GyroscopeRotationVectorSensorDataUpdatedEventArgs.cs" />\r
+    <Compile Include="Tizen.Sensor\EventArgs\HeartRateMonitorDataUpdatedEventArgs.cs" />\r
+    <Compile Include="Tizen.Sensor\EventArgs\HumiditySensorDataUpdatedEventArgs.cs" />\r
+    <Compile Include="Tizen.Sensor\EventArgs\LightSensorDataUpdatedEventArgs.cs" />\r
+    <Compile Include="Tizen.Sensor\EventArgs\LinearAccelerationSensorDataUpdatedEventArgs.cs" />\r
+    <Compile Include="Tizen.Sensor\EventArgs\MagnetometerDataUpdatedEventArgs.cs" />\r
+    <Compile Include="Tizen.Sensor\EventArgs\MagnetometerRotationVectorSensorDataUpdatedEventArgs.cs" />\r
+    <Compile Include="Tizen.Sensor\EventArgs\OrientationSensorDataUpdatedEventArgs.cs" />\r
+    <Compile Include="Tizen.Sensor\EventArgs\PedometerDataUpdatedEventArgs.cs" />\r
+    <Compile Include="Tizen.Sensor\EventArgs\PressureSensorDataUpdatedEventArgs.cs" />\r
+    <Compile Include="Tizen.Sensor\EventArgs\ProximitySensorDataUpdatedEventArgs.cs" />\r
+    <Compile Include="Tizen.Sensor\EventArgs\RotationVectorSensorDataUpdatedEventArgs.cs" />\r
+    <Compile Include="Tizen.Sensor\EventArgs\SleepMonitorDataUpdatedEventArgs.cs" />\r
+    <Compile Include="Tizen.Sensor\EventArgs\TemperatureSensorDataUpdatedEventArgs.cs" />\r
+    <Compile Include="Tizen.Sensor\EventArgs\UltravioletSensorDataUpdatedEventArgs.cs" />\r
+    <Compile Include="Tizen.Sensor\EventArgs\UncalibratedGyroscopeDataUpdatedEventArgs.cs" />\r
+    <Compile Include="Tizen.Sensor\EventArgs\UncalibratedMagnetometerDataUpdatedEventArgs.cs" />\r
+    <Compile Include="Tizen.Sensor\Plugins\GravitySensor.cs" />\r
+    <Compile Include="Tizen.Sensor\Plugins\Gyroscope.cs" />\r
+    <Compile Include="Tizen.Sensor\Plugins\GyroscopeRotationVectorSensor.cs" />\r
+    <Compile Include="Tizen.Sensor\Plugins\HeartRateMonitor.cs" />\r
+    <Compile Include="Tizen.Sensor\Plugins\HumiditySensor.cs" />\r
+    <Compile Include="Tizen.Sensor\Plugins\LightSensor.cs" />\r
+    <Compile Include="Tizen.Sensor\Plugins\LinearAccelerationSensor.cs" />\r
+    <Compile Include="Tizen.Sensor\Plugins\Magnetometer.cs" />\r
+    <Compile Include="Tizen.Sensor\Plugins\MagnetometerRotationVectorSensor.cs" />\r
+    <Compile Include="Tizen.Sensor\Plugins\OrientationSensor.cs" />\r
+    <Compile Include="Tizen.Sensor\Plugins\Pedometer.cs" />\r
+    <Compile Include="Tizen.Sensor\Plugins\PressureSensor.cs" />\r
+    <Compile Include="Tizen.Sensor\Plugins\ProximitySensor.cs" />\r
+    <Compile Include="Tizen.Sensor\Plugins\RotationVectorSensor.cs" />\r
+    <Compile Include="Tizen.Sensor\Plugins\SleepMonitor.cs" />\r
+    <Compile Include="Tizen.Sensor\Plugins\TemperatureSensor.cs" />\r
+    <Compile Include="Tizen.Sensor\Plugins\UltravioletSensor.cs" />\r
+    <Compile Include="Tizen.Sensor\Plugins\UncalibratedGyroscope.cs" />\r
+    <Compile Include="Tizen.Sensor\Plugins\UncalibratedMagnetometer.cs" />\r
+    <Compile Include="Tizen.Sensor\Sensor.cs" />\r
+    <Compile Include="Interop\Interop.Libraries.cs" />\r
+    <Compile Include="Tizen.Sensor\Plugins\Accelerometer.cs" />\r
+    <Compile Include="Tizen.Sensor\EventArgs\SensorAccuracyChangedEventArgs.cs" />\r
+    <Compile Include="Tizen.Sensor\EventArgs\AccelerometerDataUpdatedEventArgs.cs" />\r
+    <Compile Include="Tizen.Sensor\SensorErrorFactory.cs" />\r
+  </ItemGroup>\r
+  <ItemGroup>\r
+    <None Include="Tizen.Sensor.nuspec" />\r
+    <None Include="Tizen.Sensor.Net45.project.json" />\r
+    <None Include="Tizen.Sensor.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
+       Other similar extension points exist, see Microsoft.Common.targets.\r
+  <Target Name="BeforeBuild">\r
+  </Target>\r
+  <Target Name="AfterBuild">\r
+  </Target>\r
+  -->\r
+</Project>\r
diff --git a/src/Tizen.Sensor/Tizen.Sensor.csproj b/src/Tizen.Sensor/Tizen.Sensor.csproj
new file mode 100644 (file)
index 0000000..a08d010
--- /dev/null
@@ -0,0 +1,137 @@
+<?xml version="1.0" encoding="utf-8"?>\r
+<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
+  <PropertyGroup>\r
+    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
+    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
+    <ProjectGuid>{CB655C6A-F73B-448E-913C-CA4DCBC5E401}</ProjectGuid>\r
+    <OutputType>Library</OutputType>\r
+    <AppDesignerFolder>Properties</AppDesignerFolder>\r
+    <RootNamespace>Tizen.Sensor</RootNamespace>\r
+    <AssemblyName>Tizen.Sensor</AssemblyName>\r
+    <FileAlignment>512</FileAlignment>\r
+  </PropertyGroup>\r
+  <PropertyGroup>\r
+    <TargetFrameworkIdentifier>.NETStandard</TargetFrameworkIdentifier>\r
+    <TargetFrameworkVersion>v1.3</TargetFrameworkVersion>\r
+    <NuGetTargetMoniker>.NETStandard,Version=v1.3</NuGetTargetMoniker>\r
+    <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>\r
+    <NoStdLib>true</NoStdLib>\r
+    <NoWarn>$(NoWarn);1701;1702</NoWarn>\r
+  </PropertyGroup>\r
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
+    <DebugSymbols>true</DebugSymbols>\r
+    <DebugType>full</DebugType>\r
+    <Optimize>false</Optimize>\r
+    <OutputPath>bin\Debug\</OutputPath>\r
+    <DefineConstants>DEBUG;TRACE</DefineConstants>\r
+    <ErrorReport>prompt</ErrorReport>\r
+    <WarningLevel>4</WarningLevel>\r
+    <ConsolePause>false</ConsolePause>\r
+    <Prefer32Bit>false</Prefer32Bit>\r
+  </PropertyGroup>\r
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
+    <DebugType>pdbonly</DebugType>\r
+    <Optimize>true</Optimize>\r
+    <OutputPath>bin\Release\</OutputPath>\r
+    <DefineConstants>TRACE</DefineConstants>\r
+    <ErrorReport>prompt</ErrorReport>\r
+    <WarningLevel>4</WarningLevel>\r
+    <ConsolePause>false</ConsolePause>\r
+    <Prefer32Bit>false</Prefer32Bit>\r
+  </PropertyGroup>\r
+  <PropertyGroup>\r
+    <SignAssembly>true</SignAssembly>\r
+  </PropertyGroup>\r
+  <PropertyGroup>\r
+    <AssemblyOriginatorKeyFile>Tizen.Sensor.snk</AssemblyOriginatorKeyFile>\r
+  </PropertyGroup>\r
+  <ItemGroup>\r
+    <Compile Include="Properties\AssemblyInfo.cs" />\r
+    <Compile Include="Interop\Interop.Sensor.cs" />\r
+    <Compile Include="Tizen.Sensor\EventArgs\FaceDownGestureDetectorDataUpdatedEventArgs.cs" />\r
+    <Compile Include="Tizen.Sensor\EventArgs\PickUpGestureDetectorDataUpdatedEventArgs.cs" />\r
+    <Compile Include="Tizen.Sensor\EventArgs\RunningActivityDetectorDataUpdatedEventArgs.cs" />\r
+    <Compile Include="Tizen.Sensor\EventArgs\StationaryActivityDetectorDataUpdatedEventArgs.cs" />\r
+    <Compile Include="Tizen.Sensor\EventArgs\InVehicleActivityDetectorDataUpdatedEventArgs.cs" />\r
+    <Compile Include="Tizen.Sensor\EventArgs\WalkingActivityDetectorDataUpdatedEventArgs.cs" />\r
+    <Compile Include="Tizen.Sensor\EventArgs\WristUpGestureDetectorDataUpdatedEventArgs.cs" />\r
+    <Compile Include="Tizen.Sensor\Plugins\ActivityDetector.cs" />\r
+    <Compile Include="Tizen.Sensor\Plugins\PickUpGestureDetector.cs" />\r
+    <Compile Include="Tizen.Sensor\Plugins\RunningActivityDetector.cs" />\r
+    <Compile Include="Tizen.Sensor\Plugins\InVehicleActivityDetector.cs" />\r
+    <Compile Include="Tizen.Sensor\Plugins\StationaryActivityDetector.cs" />\r
+    <Compile Include="Tizen.Sensor\Plugins\WalkingActivityDetector.cs" />\r
+    <Compile Include="Tizen.Sensor\Plugins\WristUpGestureDetector.cs" />\r
+    <Compile Include="Tizen.Sensor\Plugins\FaceDownGestureDetector.cs" />\r
+    <Compile Include="Tizen.Sensor\SensorEnumerations.cs" />\r
+    <Compile Include="Tizen.Sensor\EventArgs\GravitySensorDataUpdatedEventArgs.cs" />\r
+    <Compile Include="Tizen.Sensor\EventArgs\GyroscopeDataUpdatedEventArgs.cs" />\r
+    <Compile Include="Tizen.Sensor\EventArgs\GyroscopeRotationVectorSensorDataUpdatedEventArgs.cs" />\r
+    <Compile Include="Tizen.Sensor\EventArgs\HeartRateMonitorDataUpdatedEventArgs.cs" />\r
+    <Compile Include="Tizen.Sensor\EventArgs\HumiditySensorDataUpdatedEventArgs.cs" />\r
+    <Compile Include="Tizen.Sensor\EventArgs\LightSensorDataUpdatedEventArgs.cs" />\r
+    <Compile Include="Tizen.Sensor\EventArgs\LinearAccelerationSensorDataUpdatedEventArgs.cs" />\r
+    <Compile Include="Tizen.Sensor\EventArgs\MagnetometerDataUpdatedEventArgs.cs" />\r
+    <Compile Include="Tizen.Sensor\EventArgs\MagnetometerRotationVectorSensorDataUpdatedEventArgs.cs" />\r
+    <Compile Include="Tizen.Sensor\EventArgs\OrientationSensorDataUpdatedEventArgs.cs" />\r
+    <Compile Include="Tizen.Sensor\EventArgs\PedometerDataUpdatedEventArgs.cs" />\r
+    <Compile Include="Tizen.Sensor\EventArgs\PressureSensorDataUpdatedEventArgs.cs" />\r
+    <Compile Include="Tizen.Sensor\EventArgs\ProximitySensorDataUpdatedEventArgs.cs" />\r
+    <Compile Include="Tizen.Sensor\EventArgs\RotationVectorSensorDataUpdatedEventArgs.cs" />\r
+    <Compile Include="Tizen.Sensor\EventArgs\SleepMonitorDataUpdatedEventArgs.cs" />\r
+    <Compile Include="Tizen.Sensor\EventArgs\TemperatureSensorDataUpdatedEventArgs.cs" />\r
+    <Compile Include="Tizen.Sensor\EventArgs\UltravioletSensorDataUpdatedEventArgs.cs" />\r
+    <Compile Include="Tizen.Sensor\EventArgs\UncalibratedGyroscopeDataUpdatedEventArgs.cs" />\r
+    <Compile Include="Tizen.Sensor\EventArgs\UncalibratedMagnetometerDataUpdatedEventArgs.cs" />\r
+    <Compile Include="Tizen.Sensor\Plugins\GravitySensor.cs" />\r
+    <Compile Include="Tizen.Sensor\Plugins\Gyroscope.cs" />\r
+    <Compile Include="Tizen.Sensor\Plugins\GyroscopeRotationVectorSensor.cs" />\r
+    <Compile Include="Tizen.Sensor\Plugins\HeartRateMonitor.cs" />\r
+    <Compile Include="Tizen.Sensor\Plugins\HumiditySensor.cs" />\r
+    <Compile Include="Tizen.Sensor\Plugins\LightSensor.cs" />\r
+    <Compile Include="Tizen.Sensor\Plugins\LinearAccelerationSensor.cs" />\r
+    <Compile Include="Tizen.Sensor\Plugins\Magnetometer.cs" />\r
+    <Compile Include="Tizen.Sensor\Plugins\MagnetometerRotationVectorSensor.cs" />\r
+    <Compile Include="Tizen.Sensor\Plugins\OrientationSensor.cs" />\r
+    <Compile Include="Tizen.Sensor\Plugins\Pedometer.cs" />\r
+    <Compile Include="Tizen.Sensor\Plugins\PressureSensor.cs" />\r
+    <Compile Include="Tizen.Sensor\Plugins\ProximitySensor.cs" />\r
+    <Compile Include="Tizen.Sensor\Plugins\RotationVectorSensor.cs" />\r
+    <Compile Include="Tizen.Sensor\Plugins\SleepMonitor.cs" />\r
+    <Compile Include="Tizen.Sensor\Plugins\TemperatureSensor.cs" />\r
+    <Compile Include="Tizen.Sensor\Plugins\UltravioletSensor.cs" />\r
+    <Compile Include="Tizen.Sensor\Plugins\UncalibratedGyroscope.cs" />\r
+    <Compile Include="Tizen.Sensor\Plugins\UncalibratedMagnetometer.cs" />\r
+    <Compile Include="Tizen.Sensor\Sensor.cs" />\r
+    <Compile Include="Interop\Interop.Libraries.cs" />\r
+    <Compile Include="Tizen.Sensor\Plugins\Accelerometer.cs" />\r
+    <Compile Include="Tizen.Sensor\EventArgs\SensorAccuracyChangedEventArgs.cs" />\r
+    <Compile Include="Tizen.Sensor\EventArgs\AccelerometerDataUpdatedEventArgs.cs" />\r
+    <Compile Include="Tizen.Sensor\SensorErrorFactory.cs" />\r
+  </ItemGroup>\r
+  <ItemGroup>\r
+    <None Include="Tizen.Sensor.nuspec" />\r
+    <None Include="Tizen.Sensor.project.json" />\r
+    <None Include="Tizen.Sensor.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
+       Other similar extension points exist, see Microsoft.Common.targets.\r
+  <Target Name="BeforeBuild">\r
+  </Target>\r
+  <Target Name="AfterBuild">\r
+  </Target>\r
+  -->\r
+  <PropertyGroup>\r
+    <!-- https://github.com/dotnet/corefxlab/tree/master/samples/NetCoreSample and\r
+       https://docs.microsoft.com/en-us/dotnet/articles/core/tutorials/target-dotnetcore-with-msbuild\r
+    -->\r
+    <!-- We don't use any of MSBuild's resolution logic for resolving the framework, so just set these two\r
+       properties to any folder that exists to skip the GetReferenceAssemblyPaths task (not target) and\r
+       to prevent it from outputting a warning (MSB3644).\r
+    -->\r
+    <_TargetFrameworkDirectories>$(MSBuildThisFileDirectory)</_TargetFrameworkDirectories>\r
+    <_FullFrameworkReferenceAssemblyPaths>$(MSBuildThisFileDirectory)</_FullFrameworkReferenceAssemblyPaths>\r
+    <AutoUnifyAssemblyReferences>true</AutoUnifyAssemblyReferences>\r
+  </PropertyGroup>\r
+</Project>\r
similarity index 58%
rename from Tizen.System.Sensor/Tizen.System.Sensor.nuspec
rename to src/Tizen.Sensor/Tizen.Sensor.nuspec
index 0dd6680..1ec417d 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <package>
   <metadata>
-               <id>Tizen.System.Sensor</id>
+               <id>Tizen.Sensor</id>
                <version>$version$</version>
                <authors>Tizen Developers</authors>
                <description>Sensor API for Tizen.Net</description>
@@ -10,7 +10,7 @@
     </dependencies>
        </metadata>
   <files>
-    <file src="bin/$Configuration$/Tizen.System.Sensor.dll" target="lib/netstandard1.3" />
-    <file src="bin/$Configuration$/Net45/Tizen.System.Sensor.dll" target="lib/net45" />
+    <file src="bin/$Configuration$/Tizen.Sensor.dll" target="lib/netstandard1.3" />
+    <file src="bin/$Configuration$/Net45/Tizen.Sensor.dll" target="lib/net45" />
   </files>
 </package>
@@ -8,7 +8,7 @@
 
 using System;
 
-namespace Tizen.System.Sensor
+namespace Tizen.Sensor
 {
     /// <summary>
     /// Sensor accuracy changed event arguments Class. Contains the parameters to be returned through accuracy callback
@@ -8,7 +8,7 @@
 
 using System;
 
-namespace Tizen.System.Sensor
+namespace Tizen.Sensor
 {
     /// <summary>
     /// Accelerometer Sensor Class. Used for registering callbacks for accelerometer and getting accelerometer data
@@ -56,7 +56,7 @@ namespace Tizen.System.Sensor
         }
 
         /// <summary>
-        /// Initializes a new instance of the <see cref="Tizen.System.Sensor.Accelerometer"/> class.
+        /// Initializes a new instance of the <see cref="Tizen.Sensor.Accelerometer"/> class.
         /// </summary>
         /// <param name='index'>
         /// Index. Default value for this is 0. Index refers to a particular accelerometer sensor in case of multiple sensors
@@ -8,7 +8,7 @@
 
 using System;
 
-namespace Tizen.System.Sensor
+namespace Tizen.Sensor
 {
     /// <summary>
     /// FaceDownGestureDetector Class. Used for registering callbacks for face down gesture detector and getting the face down state
@@ -47,7 +47,7 @@ namespace Tizen.System.Sensor
         }
 
         /// <summary>
-        /// Initializes a new instance of the <see cref="Tizen.System.Sensor.FaceDownGestureDetector"/> class.
+        /// Initializes a new instance of the <see cref="Tizen.Sensor.FaceDownGestureDetector"/> class.
         /// </summary>
         /// <param name='index'>
         /// Index. Default value for this is 0. Index refers to a particular face down gesture detector in case of multiple sensors.
@@ -8,7 +8,7 @@
 
 using System;
 
-namespace Tizen.System.Sensor
+namespace Tizen.Sensor
 {
     /// <summary>
     /// GravitySensor Class. Used for registering callbacks for gravity sensor and getting gravity data
@@ -58,7 +58,7 @@ namespace Tizen.System.Sensor
         }
 
         /// <summary>
-        /// Initializes a new instance of the <see cref="Tizen.System.Sensor.GravitySensor"/> class.
+        /// Initializes a new instance of the <see cref="Tizen.Sensor.GravitySensor"/> class.
         /// </summary>
         /// <param name='index'>
         /// Index. Default value for this is 0. Index refers to a particular gravity sensor in case of multiple sensors
@@ -8,7 +8,7 @@
 
 using System;
 
-namespace Tizen.System.Sensor
+namespace Tizen.Sensor
 {
     /// <summary>
     /// Gyroscope Sensor Class. Used for registering callbacks for gyroscope and getting gyroscope data
@@ -57,7 +57,7 @@ namespace Tizen.System.Sensor
         }
 
         /// <summary>
-        /// Initializes a new instance of the <see cref="Tizen.System.Sensor.Gyroscope"/> class.
+        /// Initializes a new instance of the <see cref="Tizen.Sensor.Gyroscope"/> class.
         /// </summary>
         /// <param name='index'>
         /// Index. Default value for this is 0. Index refers to a particular gyroscope sensor in case of multiple sensors
@@ -8,7 +8,7 @@
 
 using System;
 
-namespace Tizen.System.Sensor
+namespace Tizen.Sensor
 {
     /// <summary>
     /// GyroscopeRotationVectorSensor Class. Used for registering callbacks for gyroscope rotation vector sensor and getting gyroscope rotation vector data
@@ -67,7 +67,7 @@ namespace Tizen.System.Sensor
         }
 
         /// <summary>
-        /// Initializes a new instance of the <see cref="Tizen.System.Sensor.GyroscopeRotationVectorSensor"/> class.
+        /// Initializes a new instance of the <see cref="Tizen.Sensor.GyroscopeRotationVectorSensor"/> class.
         /// </summary>
         /// <param name='index'>
         /// Index. Default value for this is 0. Index refers to a particular gyroscope rotation vector sensor in case of multiple sensors
@@ -8,7 +8,7 @@
 
 using System;
 
-namespace Tizen.System.Sensor
+namespace Tizen.Sensor
 {
     /// <summary>
     /// HeartRateMonitor Class. Used for registering callbacks for heart rate monitor and getting heart rate data
@@ -47,7 +47,7 @@ namespace Tizen.System.Sensor
         }
 
         /// <summary>
-        /// Initializes a new instance of the <see cref="Tizen.System.Sensor.HeartRateMonitor"/> class.
+        /// Initializes a new instance of the <see cref="Tizen.Sensor.HeartRateMonitor"/> class.
         /// </summary>
         /// <param name='index'>
         /// Index. Default value for this is 0. Index refers to a particular heart rate monitor in case of multiple sensors
@@ -8,7 +8,7 @@
 
 using System;
 
-namespace Tizen.System.Sensor
+namespace Tizen.Sensor
 {
     /// <summary>
     /// HumiditySensor Class. Used for registering callbacks for humidity sensor and getting humidity data
@@ -47,7 +47,7 @@ namespace Tizen.System.Sensor
         }
 
         /// <summary>
-        /// Initializes a new instance of the <see cref="Tizen.System.Sensor.HumiditySensor"/> class.
+        /// Initializes a new instance of the <see cref="Tizen.Sensor.HumiditySensor"/> class.
         /// </summary>
         /// <param name='index'>
         /// Index. Default value for this is 0. Index refers to a particular humidity sensor in case of multiple sensors
@@ -8,7 +8,7 @@
 
 using System;
 
-namespace Tizen.System.Sensor
+namespace Tizen.Sensor
 {
     /// <summary>
     /// InVehicleActivityDetector Class. Used for registering callbacks for in vehicle activity detector and getting the in vehicle state
@@ -47,7 +47,7 @@ namespace Tizen.System.Sensor
         }
 
         /// <summary>
-        /// Initializes a new instance of the <see cref="Tizen.System.Sensor.InVehicleActivityDetector"/> class.
+        /// Initializes a new instance of the <see cref="Tizen.Sensor.InVehicleActivityDetector"/> class.
         /// </summary>
         /// <param name='index'>
         /// Index. Default value for this is 0. Index refers to a particular in-vehicle activity detector in case of multiple sensors.
@@ -8,7 +8,7 @@
 
 using System;
 
-namespace Tizen.System.Sensor
+namespace Tizen.Sensor
 {
     /// <summary>
     /// LightSensor Class. Used for registering callbacks for light sensor and getting light data
@@ -47,7 +47,7 @@ namespace Tizen.System.Sensor
         }
 
         /// <summary>
-        /// Initializes a new instance of the <see cref="Tizen.System.Sensor.LightSensor"/> class.
+        /// Initializes a new instance of the <see cref="Tizen.Sensor.LightSensor"/> class.
         /// </summary>
         /// <param name='index'>
         /// Index. Default value for this is 0. Index refers to a particular light sensor in case of multiple sensors
@@ -8,7 +8,7 @@
 
 using System;
 
-namespace Tizen.System.Sensor
+namespace Tizen.Sensor
 {
     /// <summary>
     /// LinearAccelerationSensor Class. Used for registering callbacks for linear acceleration sensor and getting linear acceleration data
@@ -58,7 +58,7 @@ namespace Tizen.System.Sensor
         }
 
         /// <summary>
-        /// Initializes a new instance of the <see cref="Tizen.System.Sensor.LinearAccelerationSensor"/> class.
+        /// Initializes a new instance of the <see cref="Tizen.Sensor.LinearAccelerationSensor"/> class.
         /// </summary>
         /// <param name='index'>
         /// Index. Default value for this is 0. Index refers to a particular linear acceleration sensor in case of multiple sensors
@@ -8,7 +8,7 @@
 
 using System;
 
-namespace Tizen.System.Sensor
+namespace Tizen.Sensor
 {
     /// <summary>
     /// Magnetometer Class. Used for registering callbacks for magnetometer and getting magnetometer data
@@ -58,7 +58,7 @@ namespace Tizen.System.Sensor
         }
 
         /// <summary>
-        /// Initializes a new instance of the <see cref="Tizen.System.Sensor.Magnetometer"/> class.
+        /// Initializes a new instance of the <see cref="Tizen.Sensor.Magnetometer"/> class.
         /// </summary>
         /// <param name='index'>
         /// Index. Default value for this is 0. Index refers to a particular magnetometer in case of multiple sensors
@@ -8,7 +8,7 @@
 
 using System;
 
-namespace Tizen.System.Sensor
+namespace Tizen.Sensor
 {
     /// <summary>
     /// MagnetometerRotationVectorSensor Class. Used for registering callbacks for magnetometer rotation vector sensor and getting magnetometer rotation vector data
@@ -68,7 +68,7 @@ namespace Tizen.System.Sensor
         }
 
         /// <summary>
-        /// Initializes a new instance of the <see cref="Tizen.System.Sensor.MagnetometerRotationVectorSensor"/> class.
+        /// Initializes a new instance of the <see cref="Tizen.Sensor.MagnetometerRotationVectorSensor"/> class.
         /// </summary>
         /// <param name='index'>
         /// Index. Default value for this is 0. Index refers to a particular magnetometer rotation vector sensor in case of multiple sensors
@@ -8,7 +8,7 @@
 
 using System;
 
-namespace Tizen.System.Sensor
+namespace Tizen.Sensor
 {
     /// <summary>
     /// OrientationSensor Class. Used for registering callbacks for orientation sensor and getting orientation data
@@ -58,7 +58,7 @@ namespace Tizen.System.Sensor
         }
 
         /// <summary>
-        /// Initializes a new instance of the <see cref="Tizen.System.Sensor.OrientationSensor"/> class.
+        /// Initializes a new instance of the <see cref="Tizen.Sensor.OrientationSensor"/> class.
         /// </summary>
         /// <param name='index'>
         /// Index. Default value for this is 0. Index refers to a particular orientation sensor in case of multiple sensors
@@ -8,7 +8,7 @@
 
 using System;
 
-namespace Tizen.System.Sensor
+namespace Tizen.Sensor
 {
     /// <summary>
     /// Pedometer Sensor Class. Used for registering callbacks for pedometer and getting pedometer data
@@ -82,7 +82,7 @@ namespace Tizen.System.Sensor
         }
 
         /// <summary>
-        /// Initializes a new instance of the <see cref="Tizen.System.Sensor.Pedometer"/> class.
+        /// Initializes a new instance of the <see cref="Tizen.Sensor.Pedometer"/> class.
         /// </summary>
         /// <param name='index'>
         /// Index. Default value for this is 0. Index refers to a particular pedometer sensor in case of multiple sensors
@@ -8,7 +8,7 @@
 
 using System;
 
-namespace Tizen.System.Sensor
+namespace Tizen.Sensor
 {
     /// <summary>
     /// PickUpGestureDetector Class. Used for registering callbacks for pick up activity detector and getting the pick up state
@@ -47,7 +47,7 @@ namespace Tizen.System.Sensor
         }
 
         /// <summary>
-        /// Initializes a new instance of the <see cref="Tizen.System.Sensor.PickUpGestureDetector"/> class.
+        /// Initializes a new instance of the <see cref="Tizen.Sensor.PickUpGestureDetector"/> class.
         /// </summary>
         /// <param name='index'>
         /// Index. Default value for this is 0. Index refers to a particular pick up gesture detector in case of multiple sensors.
@@ -8,7 +8,7 @@
 
 using System;
 
-namespace Tizen.System.Sensor
+namespace Tizen.Sensor
 {
     /// <summary>
     /// PressureSensor Class. Used for registering callbacks for pressure sensor and getting pressure data
@@ -47,7 +47,7 @@ namespace Tizen.System.Sensor
         }
 
         /// <summary>
-        /// Initializes a new instance of the <see cref="Tizen.System.Sensor.PressureSensor"/> class.
+        /// Initializes a new instance of the <see cref="Tizen.Sensor.PressureSensor"/> class.
         /// </summary>
         /// <param name='index'>
         /// Index. Default value for this is 0. Index refers to a particular pressure sensor in case of multiple sensors
@@ -8,7 +8,7 @@
 
 using System;
 
-namespace Tizen.System.Sensor
+namespace Tizen.Sensor
 {
     /// <summary>
     /// ProximitySensor Class. Used for registering callbacks for proximity sensor and getting proximity data
@@ -47,7 +47,7 @@ namespace Tizen.System.Sensor
         }
 
         /// <summary>
-        /// Initializes a new instance of the <see cref="Tizen.System.Sensor.ProximitySensor"/> class.
+        /// Initializes a new instance of the <see cref="Tizen.Sensor.ProximitySensor"/> class.
         /// </summary>
         /// <param name='index'>
         /// Index. Default value for this is 0. Index refers to a particular proximity sensor in case of multiple sensors
@@ -8,7 +8,7 @@
 
 using System;
 
-namespace Tizen.System.Sensor
+namespace Tizen.Sensor
 {
     /// <summary>
     /// RotationVectorSensor Class. Used for registering callbacks for rotation vector sensor and getting rotation vector data
@@ -68,7 +68,7 @@ namespace Tizen.System.Sensor
         }
 
         /// <summary>
-        /// Initializes a new instance of the <see cref="Tizen.System.Sensor.RotationVectorSensor"/> class.
+        /// Initializes a new instance of the <see cref="Tizen.Sensor.RotationVectorSensor"/> class.
         /// </summary>
         /// <param name='index'>
         /// Index. Default value for this is 0. Index refers to a particular rotation vector sensor in case of multiple sensors
@@ -8,7 +8,7 @@
 
 using System;
 
-namespace Tizen.System.Sensor
+namespace Tizen.Sensor
 {
     /// <summary>
     /// RunningActivityDetector Class. Used for registering callbacks for running activity detector and getting the running state
@@ -47,7 +47,7 @@ namespace Tizen.System.Sensor
         }
 
         /// <summary>
-        /// Initializes a new instance of the <see cref="Tizen.System.Sensor.RunningActivityDetector"/> class.
+        /// Initializes a new instance of the <see cref="Tizen.Sensor.RunningActivityDetector"/> class.
         /// </summary>
         /// <param name='index'>
         /// Index. Default value for this is 0. Index refers to a particular running activity detector in case of multiple sensors.
@@ -8,7 +8,7 @@
 
 using System;
 
-namespace Tizen.System.Sensor
+namespace Tizen.Sensor
 {
     /// <summary>
     /// SleepMonitor Class. Used for registering callbacks for sleep monitor and getting sleep data
@@ -47,7 +47,7 @@ namespace Tizen.System.Sensor
         }
 
         /// <summary>
-        /// Initializes a new instance of the <see cref="Tizen.System.Sensor.SleepMonitor"/> class.
+        /// Initializes a new instance of the <see cref="Tizen.Sensor.SleepMonitor"/> class.
         /// </summary>
         /// <param name='index'>
         /// Index. Default value for this is 0. Index refers to a particular sleep monitor in case of multiple sensors
@@ -8,7 +8,7 @@
 
 using System;
 
-namespace Tizen.System.Sensor
+namespace Tizen.Sensor
 {
     /// <summary>
     /// StationaryActivityDetector Class. Used for registering callbacks for stationary activity detector and getting the stationary state
@@ -47,7 +47,7 @@ namespace Tizen.System.Sensor
         }
 
         /// <summary>
-        /// Initializes a new instance of the <see cref="Tizen.System.Sensor.stationaryActivityDetector"/> class.
+        /// Initializes a new instance of the <see cref="Tizen.Sensor.stationaryActivityDetector"/> class.
         /// </summary>
         /// <param name='index'>
         /// Index. Default value for this is 0. Index refers to a particular stationary activity detector in case of multiple sensors.
@@ -8,7 +8,7 @@
 
 using System;
 
-namespace Tizen.System.Sensor
+namespace Tizen.Sensor
 {
     /// <summary>
     /// TemperatureSensor Class. Used for registering callbacks for temperature sensor and getting temperature data
@@ -47,7 +47,7 @@ namespace Tizen.System.Sensor
         }
 
         /// <summary>
-        /// Initializes a new instance of the <see cref="Tizen.System.Sensor.TemperatureSensor"/> class.
+        /// Initializes a new instance of the <see cref="Tizen.Sensor.TemperatureSensor"/> class.
         /// </summary>
         /// <param name='index'>
         /// Index. Default value for this is 0. Index refers to a particular temperature sensor in case of multiple sensors
@@ -8,7 +8,7 @@
 
 using System;
 
-namespace Tizen.System.Sensor
+namespace Tizen.Sensor
 {
     /// <summary>
     /// UltravioletSensor Class. Used for registering callbacks for ultraviolet sensor and getting ultraviolet data
@@ -47,7 +47,7 @@ namespace Tizen.System.Sensor
         }
 
         /// <summary>
-        /// Initializes a new instance of the <see cref="Tizen.System.Sensor.UltravioletSensor"/> class.
+        /// Initializes a new instance of the <see cref="Tizen.Sensor.UltravioletSensor"/> class.
         /// </summary>
         /// <param name='index'>
         /// Index. Default value for this is 0. Index refers to a particular ultraviolet sensor in case of multiple sensors
@@ -8,7 +8,7 @@
 
 using System;
 
-namespace Tizen.System.Sensor
+namespace Tizen.Sensor
 {
     /// <summary>
     /// UncalibratedGyroscope Sensor Class. Used for registering callbacks for uncalibrated gyroscope and getting uncalibrated gyroscope data
@@ -72,7 +72,7 @@ namespace Tizen.System.Sensor
         }
 
         /// <summary>
-        /// Initializes a new instance of the <see cref="Tizen.System.Sensor.UncalibratedGyroscope"/> class.
+        /// Initializes a new instance of the <see cref="Tizen.Sensor.UncalibratedGyroscope"/> class.
         /// </summary>
         /// <param name='index'>
         /// Index. Default value for this is 0. Index refers to a particular uncalibrated gyroscope sensor in case of multiple sensors
@@ -8,7 +8,7 @@
 
 using System;
 
-namespace Tizen.System.Sensor
+namespace Tizen.Sensor
 {
     /// <summary>
     /// UncalibratedMagnetometer Sensor Class. Used for registering callbacks for uncalibrated magnetometer and getting uncalibrated magnetometer data
@@ -73,7 +73,7 @@ namespace Tizen.System.Sensor
         }
 
         /// <summary>
-        /// Initializes a new instance of the <see cref="Tizen.System.Sensor.UncalibratedMagnetometer"/> class.
+        /// Initializes a new instance of the <see cref="Tizen.Sensor.UncalibratedMagnetometer"/> class.
         /// </summary>
         /// <param name='index'>
         /// Index. Default value for this is 0. Index refers to a particular uncalibrated magnetometer sensor in case of multiple sensors
@@ -8,7 +8,7 @@
 
 using System;
 
-namespace Tizen.System.Sensor
+namespace Tizen.Sensor
 {
     /// <summary>
     /// WalkingActivityDetector Class. Used for registering callbacks for walking activity detector and getting the walking state
@@ -47,7 +47,7 @@ namespace Tizen.System.Sensor
         }
 
         /// <summary>
-        /// Initializes a new instance of the <see cref="Tizen.System.Sensor.walkingActivityDetector"/> class.
+        /// Initializes a new instance of the <see cref="Tizen.Sensor.walkingActivityDetector"/> class.
         /// </summary>
         /// <param name='index'>
         /// Index. Default value for this is 0. Index refers to a particular walking activity detector in case of multiple sensors.
@@ -8,7 +8,7 @@
 
 using System;
 
-namespace Tizen.System.Sensor
+namespace Tizen.Sensor
 {
     /// <summary>
     /// WristUpGestureDetector Class. Used for registering callbacks for wrist up gesture detector and getting the wrist up state
@@ -47,7 +47,7 @@ namespace Tizen.System.Sensor
         }
 
         /// <summary>
-        /// Initializes a new instance of the <see cref="Tizen.System.Sensor.WristUpGestureDetector"/> class.
+        /// Initializes a new instance of the <see cref="Tizen.Sensor.WristUpGestureDetector"/> class.
         /// </summary>
         /// <param name='index'>
         /// Index. Default value for this is 0. Index refers to a particular wrist up gesture detector in case of multiple sensors.
similarity index 99%
rename from Tizen.System.Sensor/Tizen.System.Sensor/Sensor.cs
rename to src/Tizen.Sensor/Tizen.Sensor/Sensor.cs
index b43bdb0..f255070 100644 (file)
@@ -9,11 +9,11 @@
 using System;
 using Tizen.System;
 
-namespace Tizen.System.Sensor
+namespace Tizen.Sensor
 {
     internal static class Globals
     {
-        internal const string LogTag = "Tizen.System.Sensor";
+        internal const string LogTag = "Tizen.Sensor";
     }
 
     /// <summary>
@@ -8,7 +8,7 @@
 
 using System;
 
-namespace Tizen.System.Sensor
+namespace Tizen.Sensor
 {
     /// <summary>
     /// The SensorType Enum defintion for all sensor types.
@@ -9,7 +9,7 @@
 using System;
 using Tizen.Internals.Errors;
 
-namespace Tizen.System.Sensor
+namespace Tizen.Sensor
 {
     internal enum SensorError
     {