Adding system-settings module
authorAditya <a.aswani@samsung.com>
Mon, 20 Jun 2016 10:23:06 +0000 (15:53 +0530)
committerAditya <a.aswani@samsung.com>
Mon, 20 Jun 2016 10:43:28 +0000 (16:13 +0530)
commit480ed4385f4dd2bd71bbff2492a39a2a7a30f61f
tree947295d172adb017b3814e45a9772768b5938179
parentf01fff6b187753a627e1b9cd04d7832015258ec3
Adding system-settings module
Implementation + TCTs
Modified the Tizen.System.SystemSettings namespace to Tizen.System

Change-Id: I2f5cfae46a328a816b3ac5b686f9b4a62d498911
Signed-off-by: Aditya <a.aswani@samsung.com>
30 files changed:
Tizen.System/Interop/Interop.SystemSettings.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/Tizen.System.csproj
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/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/testresult.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: 0644]
tct-system-settings-tizen-tests/res/push.sh [new file with mode: 0644]
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/tct-system-settings-tizen-tests.csproj [new file with mode: 0644]
tct-system-settings-tizen-tests/tizen-manifest.xml [new file with mode: 0644]