[system-settings] Interface design
authorAditya <a.aswani@samsung.com>
Thu, 7 Apr 2016 10:44:29 +0000 (16:14 +0530)
committerSungHyun Min <shyun.min@samsung.com>
Mon, 30 May 2016 06:21:28 +0000 (15:21 +0900)
commit0d1b2ab7a8079bbf5026871f24ccd526b14bb835
tree1d2257d7db6c6b5534c217dac7916ce8967edaed
parent316d72ce1b007987042fa0634951fa00142bdbf0
[system-settings] Interface design

Change-Id: I03e9f50952010156dfdad7685d270549a4bde2af
Signed-off-by: Aditya <a.aswani@samsung.com>
41 files changed:
.gitattributes [new file with mode: 0644]
.gitignore [new file with mode: 0644]
Tizen.System.SystemSettings.sln [new file with mode: 0644]
Tizen.System.SystemSettings/Interop/Interop.Settings.cs [new file with mode: 0644]
Tizen.System.SystemSettings/Properties/AssemblyInfo.cs [new file with mode: 0644]
Tizen.System.SystemSettings/SystemSettings.cs [new file with mode: 0644]
Tizen.System.SystemSettings/SystemSettingsEnums.cs [new file with mode: 0644]
Tizen.System.SystemSettings/SystemSettingsEventArgs.cs [new file with mode: 0644]
Tizen.System.SystemSettings/SystemSettingsExceptionFactory.cs [new file with mode: 0644]
Tizen.System.SystemSettings/Tizen.System.SystemSettings.csproj [new file with mode: 0644]
Tizen.System.SystemSettings/Tizen.System.SystemSettings.snk [new file with mode: 0644]
packaging/csapi-systemsettings.manifest [new file with mode: 0644]
packaging/csapi-systemsettings.pc.in [new file with mode: 0644]
packaging/csapi-systemsettings.spec [new file with mode: 0644]
tct-system-settings-tizen-tests/Makefile [new file with mode: 0644]
tct-system-settings-tizen-tests/ReadMe.md [new file with mode: 0644]
tct-system-settings-tizen-tests/TCTCert.p12 [new file with mode: 0644]
tct-system-settings-tizen-tests/lib/TestFramework.dll [new file with mode: 0644]
tct-system-settings-tizen-tests/lib/Tizen.Applications.dll [new file with mode: 0644]
tct-system-settings-tizen-tests/lib/Tizen.Internals.dll [new file with mode: 0644]
tct-system-settings-tizen-tests/lib/Tizen.System.SystemSettings.dll [new file with mode: 0644]
tct-system-settings-tizen-tests/lib/Tizen.dll [new file with mode: 0644]
tct-system-settings-tizen-tests/res/ReadMe.md [new file with mode: 0644]
tct-system-settings-tizen-tests/res/Result/style/application.js [new file with mode: 0644]
tct-system-settings-tizen-tests/res/Result/style/back_top.png [new file with mode: 0644]
tct-system-settings-tizen-tests/res/Result/style/blue.jpg [new file with mode: 0644]
tct-system-settings-tizen-tests/res/Result/style/gray.jpg [new file with mode: 0644]
tct-system-settings-tizen-tests/res/Result/style/jquery.min.js [new file with mode: 0644]
tct-system-settings-tizen-tests/res/Result/style/orange.jpg [new file with mode: 0644]
tct-system-settings-tizen-tests/res/Result/style/popup.js [new file with mode: 0644]
tct-system-settings-tizen-tests/res/Result/style/red.jpg [new file with mode: 0644]
tct-system-settings-tizen-tests/res/Result/style/summary.xsl [new file with mode: 0644]
tct-system-settings-tizen-tests/res/Result/style/tests.css [new file with mode: 0644]
tct-system-settings-tizen-tests/res/install.sh [new file with mode: 0644]
tct-system-settings-tizen-tests/res/pull.sh [new file with mode: 0755]
tct-system-settings-tizen-tests/res/push.sh [new file with mode: 0755]
tct-system-settings-tizen-tests/res/run.sh [new file with mode: 0644]
tct-system-settings-tizen-tests/share/res/icon.png [new file with mode: 0644]
tct-system-settings-tizen-tests/src/Program.cs [new file with mode: 0644]
tct-system-settings-tizen-tests/src/Testcase/TSSystemSettings.cs [new file with mode: 0644]
tct-system-settings-tizen-tests/tizen-manifest.xml [new file with mode: 0644]