[Device] Implementation of system.device module including error handling.
authorjh5.cho <jh5.cho@samsung.com>
Mon, 7 Mar 2016 06:35:44 +0000 (15:35 +0900)
committerPraveen Gattu <gattu.p@samsung.com>
Fri, 29 Apr 2016 08:16:18 +0000 (13:46 +0530)
commitafc47811cbf1f57429e921b0b39d8005580d9506
tree892540f51f076e081eb441956f5792f13921c85e
parent9ac371cb0196a9ef2d6887e99ad45481a3a0db8d
[Device] Implementation of system.device module including error handling.

Change-Id: I34b255c7703cd8d674649d71fbe646ecdb0e3938
Signed-off-by: Praveen Gattu <gattu.p@samsung.com>
15 files changed:
Tizen.System.sln [new file with mode: 0755]
Tizen.System/Device/Battery.cs [new file with mode: 0644]
Tizen.System/Device/DeviceEventArgs.cs [new file with mode: 0644]
Tizen.System/Device/DeviceExceptionFactory.cs [new file with mode: 0644]
Tizen.System/Device/Display.cs [new file with mode: 0644]
Tizen.System/Device/Haptic.cs [new file with mode: 0644]
Tizen.System/Device/Led.cs [new file with mode: 0644]
Tizen.System/Device/Power.cs [new file with mode: 0644]
Tizen.System/Interop/Interop.Device.cs [new file with mode: 0644]
Tizen.System/Properties/AssemblyInfo.cs [new file with mode: 0755]
Tizen.System/Tizen.System.csproj [new file with mode: 0644]
Tizen.System/Tizen.System.snk [new file with mode: 0755]
packaging/csapi-tizen.system.manifest [new file with mode: 0755]
packaging/csapi-tizen.system.pc.in [new file with mode: 0755]
packaging/csapi-tizen.system.spec [new file with mode: 0755]