[SystemInfo] Remove build warnings 57/150857/2
authorWonyoung Choi <wy80.choi@samsung.com>
Tue, 19 Sep 2017 02:41:06 +0000 (11:41 +0900)
committerWonYoung Choi <wy80.choi@samsung.com>
Tue, 19 Sep 2017 02:45:53 +0000 (02:45 +0000)
commit5fe5bf96b8b7686790cdc2741b1eb77727071635
tree12c604db77a3e4c6b85e0940de29f0a12accf282
parent7290678d259af38397086bd9328a1a301ee6f3de
[SystemInfo] Remove build warnings

Suppress CS0618 warnings that is caused by obsolete of SystemInfo.
Remove unnecessary EditorBrowable attributes because hiding APIs is
needed for only public classes or methods.

Change-Id: I11643b111800078362fd53ecf297c16b0ced7c8d
src/Tizen.System.Information/Common/Information.cs [changed mode: 0755->0644]
src/Tizen.System.Information/Common/InformationErrorFactory.cs [changed mode: 0755->0644]
src/Tizen.System.Information/RuntimeInfo/Enumerations.cs [changed mode: 0755->0644]
src/Tizen.System.Information/RuntimeInfo/RuntimeInfo.cs [changed mode: 0755->0644]
src/Tizen.System.Information/RuntimeInfo/RuntimeInfoEventHandler.cs [changed mode: 0755->0644]
src/Tizen.System.Information/RuntimeInfo/TvProductHelper.cs [changed mode: 0755->0644]