Change device policy manager interface submit/tizen/20170817.045900
authorJaemin Ryu <jm77.ryu@samsung.com>
Wed, 16 Aug 2017 04:19:20 +0000 (13:19 +0900)
committerJaemin Ryu <jm77.ryu@samsung.com>
Wed, 16 Aug 2017 07:44:33 +0000 (16:44 +0900)
commitca0d6f018cc255927a3cba769c918cbe5504ef29
treefabcb3c3a2f827a0226b307ba6286ec888800fe3
parent727c3ea43cd9270af351655cce9b77fe7db1d87e
Change device policy manager interface

Signed-off-by: Jaemin Ryu <jm77.ryu@samsung.com>
52 files changed:
CMakeLists.txt
administration.cpp [deleted file]
application.cpp [deleted file]
bluetooth.cpp [deleted file]
krate.cpp [deleted file]
libs/CMakeLists.txt [new file with mode: 0755]
libs/administration.cpp [moved from dpm/administration.cpp with 73% similarity]
libs/application.cpp [moved from dpm/application.cpp with 62% similarity]
libs/array.h [moved from dpm/array.h with 100% similarity]
libs/bluetooth.cpp [moved from dpm/bluetooth.cpp with 61% similarity]
libs/client-handle.cpp [moved from dpm/client-handle.cpp with 79% similarity]
libs/debug.h [moved from dpm/debug.h with 100% similarity]
libs/dpm.pc.in [moved from dpm.pc.in with 100% similarity]
libs/dpm/administration.h [moved from dpm/administration.h with 100% similarity]
libs/dpm/application.h [moved from dpm/application.h with 100% similarity]
libs/dpm/bluetooth.h [moved from dpm/bluetooth.h with 100% similarity]
libs/dpm/device-policy-manager.h [moved from dpm/device-policy-manager.h with 100% similarity]
libs/dpm/password.h [moved from dpm/password.h with 100% similarity]
libs/dpm/password_internal.h [moved from dpm/password_internal.h with 100% similarity]
libs/dpm/restriction.h [moved from dpm/restriction.h with 100% similarity]
libs/dpm/security.h [moved from dpm/security.h with 100% similarity]
libs/dpm/storage.h [moved from dpm/storage.h with 100% similarity]
libs/dpm/wifi.h [moved from dpm/wifi.h with 100% similarity]
libs/dpm/zone.h [moved from dpm/zone.h with 100% similarity]
libs/password.cpp [moved from dpm/password.cpp with 59% similarity]
libs/policy-client.cpp [new file with mode: 0644]
libs/policy-client.h [moved from policy-client.h with 63% similarity]
libs/restriction.cpp [moved from dpm/restriction.cpp with 57% similarity]
libs/security.cpp [moved from dpm/security.cpp with 64% similarity]
libs/status.h [moved from status.h with 100% similarity]
libs/storage.cpp [moved from dpm/storage.cpp with 73% similarity]
libs/wifi.cpp [moved from dpm/wifi.cpp with 64% similarity]
libs/zone.cpp [moved from dpm/zone.cpp with 71% similarity]
location.cpp [deleted file]
password.cpp [deleted file]
policy-client.cpp [deleted file]
policy-context.hxx [deleted file]
policy/administration.hxx [deleted file]
policy/application.hxx [deleted file]
policy/bluetooth.hxx [deleted file]
policy/krate.hxx [deleted file]
policy/location.hxx [deleted file]
policy/password.hxx [deleted file]
policy/restriction.hxx [deleted file]
policy/security.hxx [deleted file]
policy/smack.hxx [deleted file]
policy/storage.hxx [deleted file]
policy/wifi.hxx [deleted file]
restriction.cpp [deleted file]
security.cpp [deleted file]
storage.cpp [deleted file]
wifi.cpp [deleted file]