[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)
commitb627445c58b8e3c8623f0aaa74d15579f07e4ba0
treef88e12296f725f1540d7f4a9d661c04385e5196d
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]
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]
src/Tizen.System/Device/Battery.cs [new file with mode: 0644]
src/Tizen.System/Device/DeviceEventArgs.cs [new file with mode: 0644]
src/Tizen.System/Device/DeviceExceptionFactory.cs [new file with mode: 0644]
src/Tizen.System/Device/Display.cs [new file with mode: 0644]
src/Tizen.System/Device/Haptic.cs [new file with mode: 0644]
src/Tizen.System/Device/Led.cs [new file with mode: 0644]
src/Tizen.System/Device/Power.cs [new file with mode: 0644]
src/Tizen.System/Interop/Interop.Device.cs [new file with mode: 0644]
src/Tizen.System/Properties/AssemblyInfo.cs [new file with mode: 0755]
src/Tizen.System/Tizen.System.csproj [new file with mode: 0644]
src/Tizen.System/Tizen.System.snk [new file with mode: 0755]