[SECIOTSW-498] Add device policy client library codes which were in device policy... 99/129799/4 accepted/tizen/unified/20170519.200506 submit/tizen/20170519.085134 tizen_4.0.m1_release
authorLee Sung Jun <sjun221.lee@samsung.com>
Thu, 18 May 2017 06:29:22 +0000 (15:29 +0900)
committerSeok Hong <seok85.hong@samsung.com>
Fri, 19 May 2017 08:25:00 +0000 (17:25 +0900)
commite6a895f9b9fb966f9093564a9e2145eaae80d638
tree46bf00b53bccad63b075fb01a04026bafd0086d2
parentdeac2337523074452f8cd818be577d4890614146
[SECIOTSW-498] Add device policy client library codes which were in device policy manager git

Change-Id: Ie7bd2a84165c323e3c0fbc0d721b7bb8240ff85a
Signed-off-by: Lee Sung Jun <sjun221.lee@samsung.com>
Signed-off-by: Seok Hong <seok85.hong@samsung.com>
67 files changed:
CMakeLists.txt
LICENSE [new file with mode: 0644]
administration.cpp [new file with mode: 0644]
application.cpp [new file with mode: 0644]
bluetooth.cpp [new file with mode: 0644]
doc/diagram/class/dpm.uml [new file with mode: 0644]
doc/diagram/class/ipc.uml [new file with mode: 0644]
doc/diagram/sequence/ipc-dispatch.uml [new file with mode: 0644]
doc/diagram/sequence/ipc-transmit.uml [new file with mode: 0644]
doc/diagram/usecase/dpm.uml [new file with mode: 0644]
doc/documentation.sh [new file with mode: 0755]
doc/doxygen.cfg [new file with mode: 0644]
doc/dpm_doc.h [new file with mode: 0644]
doc/images/dpm.png [new file with mode: 0644]
doc/mainpage.dox [new file with mode: 0755]
dpm.pc.in [new file with mode: 0644]
dpm/administration.cpp [new file with mode: 0644]
dpm/administration.h [new file with mode: 0644]
dpm/application.cpp [new file with mode: 0644]
dpm/application.h [new file with mode: 0644]
dpm/array.h [new file with mode: 0644]
dpm/bluetooth.cpp [new file with mode: 0644]
dpm/bluetooth.h [new file with mode: 0644]
dpm/client-handle.cpp [new file with mode: 0644]
dpm/debug.h [new file with mode: 0644]
dpm/device-policy-manager.h [new file with mode: 0644]
dpm/password.cpp [new file with mode: 0644]
dpm/password.h [new file with mode: 0644]
dpm/password_internal.h [new file with mode: 0644]
dpm/restriction.cpp [new file with mode: 0644]
dpm/restriction.h [new file with mode: 0644]
dpm/security.cpp [new file with mode: 0644]
dpm/security.h [new file with mode: 0644]
dpm/storage.cpp [new file with mode: 0644]
dpm/storage.h [new file with mode: 0644]
dpm/wifi.cpp [new file with mode: 0644]
dpm/wifi.h [new file with mode: 0644]
dpm/zone.cpp [new file with mode: 0755]
dpm/zone.h [new file with mode: 0644]
dsm/CMakeLists.txt [new file with mode: 0644]
dsm/dsm.pc.in [new file with mode: 0644]
dsm/dsm/smack.cpp [new file with mode: 0644]
dsm/dsm/smack.h [new file with mode: 0644]
dsm/smack.cpp [new file with mode: 0644]
krate.cpp [new file with mode: 0644]
location.cpp [new file with mode: 0644]
packaging/device-policy-client.spec
password.cpp [new file with mode: 0644]
policy-client.cpp [new file with mode: 0644]
policy-client.h [new file with mode: 0644]
policy-context.hxx [moved from place-holder.c with 66% similarity]
policy/administration.hxx [new file with mode: 0644]
policy/application.hxx [new file with mode: 0644]
policy/bluetooth.hxx [new file with mode: 0644]
policy/krate.hxx [new file with mode: 0644]
policy/location.hxx [new file with mode: 0644]
policy/password.hxx [new file with mode: 0644]
policy/restriction.hxx [new file with mode: 0644]
policy/security.hxx [new file with mode: 0644]
policy/smack.hxx [new file with mode: 0644]
policy/storage.hxx [new file with mode: 0644]
policy/wifi.hxx [new file with mode: 0644]
restriction.cpp [new file with mode: 0644]
security.cpp [new file with mode: 0644]
status.h [new file with mode: 0644]
storage.cpp [new file with mode: 0644]
wifi.cpp [new file with mode: 0644]