[Device]Add new apis (#382)
authorprjung <33618885+prjung@users.noreply.github.com>
Mon, 13 Aug 2018 02:15:25 +0000 (11:15 +0900)
committerGitHub <noreply@github.com>
Mon, 13 Aug 2018 02:15:25 +0000 (11:15 +0900)
commite91105670e748059c0836ce72869b310b346ccc3
tree2a02a6bc2c99006cfa28ab524b9dc813b7e5f4e8
parenta41a55c2418b45def0e93183b0848a2137058d4f
[Device]Add new apis (#382)

* [Device]Add new apis and deprecate old apis

- Add set function for State property on Display class
- Add PowerLock enumeration
- Add RequestLock and ReleaseLock on Power class
- Deprecate RequestCpuLock and ReleaseCpuLock on Power class

Signed-off-by: pr.jung <pr.jung@samsung.com>
* Update Power.cs

* Update Power.cs
src/Tizen.System/Device/Display.cs [changed mode: 0755->0644]
src/Tizen.System/Device/Power.cs [changed mode: 0755->0644]
src/Tizen.System/Interop/Interop.Device.cs