Create initial commit
authorpr.jung <pr.jung@samsung.com>
Wed, 8 Feb 2017 05:57:41 +0000 (14:57 +0900)
committerpr.jung <pr.jung@samsung.com>
Thu, 9 Feb 2017 02:07:36 +0000 (11:07 +0900)
commit796f27ed8b4c6eb99867b670b4cd18d853868969
treefeeab98caf48c53c5212fecc6aa0d1d2ff0e589d
parent6674800e6117a79f7b26ea4dedd5fd8234bf84b9
Create initial commit

Change-Id: I046f3e1384d5056b5b192cac89aacf6632e042aa
Signed-off-by: pr.jung <pr.jung@samsung.com>
22 files changed:
LICENSE [new file with mode: 0755]
packaging/csapi-information.manifest [new file with mode: 0755]
packaging/csapi-information.spec [new file with mode: 0644]
src/Tizen.System.Information/.vs/Tizen.System.Information/v14/.suo [new file with mode: 0644]
src/Tizen.System.Information/Interop/Interop.Libraries.cs [new file with mode: 0644]
src/Tizen.System.Information/Interop/Interop.RuntimeInfo.cs [new file with mode: 0644]
src/Tizen.System.Information/Interop/Interop.SystemInfo.cs [new file with mode: 0644]
src/Tizen.System.Information/Properties/AssemblyInfo.cs [new file with mode: 0644]
src/Tizen.System.Information/RuntimeInfo/CpuUsage.cs [new file with mode: 0644]
src/Tizen.System.Information/RuntimeInfo/Enumerations.cs [new file with mode: 0644]
src/Tizen.System.Information/RuntimeInfo/MemoryInformation.cs [new file with mode: 0644]
src/Tizen.System.Information/RuntimeInfo/RuntimeInfoErrorFactory.cs [new file with mode: 0755]
src/Tizen.System.Information/RuntimeInfo/RuntimeInformation.cs [new file with mode: 0644]
src/Tizen.System.Information/RuntimeInfo/RuntimeKeyStatusChangedEventArgs.cs [new file with mode: 0755]
src/Tizen.System.Information/SystemInfo/SystemInfo.cs [new file with mode: 0644]
src/Tizen.System.Information/Tizen.System.Information.Net45.csproj [new file with mode: 0644]
src/Tizen.System.Information/Tizen.System.Information.Net45.project.json [new file with mode: 0644]
src/Tizen.System.Information/Tizen.System.Information.csproj [new file with mode: 0644]
src/Tizen.System.Information/Tizen.System.Information.nuspec [new file with mode: 0644]
src/Tizen.System.Information/Tizen.System.Information.project.json [new file with mode: 0644]
src/Tizen.System.Information/Tizen.System.Information.project.lock.json [new file with mode: 0644]
src/Tizen.System.Information/Tizen.System.Information.snk [new file with mode: 0644]