Revert "Move dpm-common codes to klay git" 35/82435/1
authorSungbae Yoo <sungbae.yoo@samsung.com>
Wed, 3 Aug 2016 09:55:25 +0000 (02:55 -0700)
committerSungbae Yoo <sungbae.yoo@samsung.com>
Wed, 3 Aug 2016 09:55:25 +0000 (02:55 -0700)
commit9d8ee2a1845c1ac91a057caff0f28214ea58e500
tree825f20617f2a05acd4a22461707ff87614f18231
parent4d9d56100691b99eebd6836ef80d6a75b8db844f
Revert "Move dpm-common codes to klay git"

This reverts commit 4d9d56100691b99eebd6836ef80d6a75b8db844f.

Change-Id: I2a4f722901a36879dfdb3a05651dd89bf7b093fd
172 files changed:
CMakeLists.txt
common/CMakeLists.txt [new file with mode: 0755]
common/array.h [moved from zone/libs/zone/array.h with 100% similarity]
common/audit/console-sink.cpp [new file with mode: 0644]
common/audit/console-sink.h [new file with mode: 0644]
common/audit/logger.cpp [new file with mode: 0644]
common/audit/logger.h [new file with mode: 0644]
common/audit/logsink.h [new file with mode: 0644]
common/audit/null-sink.cpp [new file with mode: 0644]
common/audit/null-sink.h [new file with mode: 0644]
common/auth/group.cpp [new file with mode: 0644]
common/auth/group.h [new file with mode: 0644]
common/auth/user.cpp [new file with mode: 0644]
common/auth/user.h [new file with mode: 0644]
common/data-type.h [new file with mode: 0644]
common/db/column.cpp [new file with mode: 0644]
common/db/column.h [new file with mode: 0644]
common/db/connection.cpp [new file with mode: 0644]
common/db/connection.h [new file with mode: 0644]
common/db/statement.cpp [new file with mode: 0644]
common/db/statement.h [new file with mode: 0644]
common/dbus/connection.cpp [new file with mode: 0644]
common/dbus/connection.h [new file with mode: 0644]
common/dbus/error.cpp [new file with mode: 0644]
common/dbus/error.h [new file with mode: 0644]
common/dbus/variant.cpp [new file with mode: 0644]
common/dbus/variant.h [new file with mode: 0644]
common/error.cpp [new file with mode: 0644]
common/error.h [new file with mode: 0644]
common/eventfd.cpp [new file with mode: 0644]
common/eventfd.h [new file with mode: 0644]
common/exception.h [new file with mode: 0644]
common/file-descriptor.h [new file with mode: 0644]
common/filesystem.cpp [new file with mode: 0755]
common/filesystem.h [new file with mode: 0644]
common/mainloop.cpp [new file with mode: 0644]
common/mainloop.h [new file with mode: 0644]
common/pam.cpp [new file with mode: 0644]
common/pam.h [new file with mode: 0644]
common/preprocessor.h [new file with mode: 0644]
common/process.cpp [new file with mode: 0644]
common/process.h [new file with mode: 0644]
common/reflection.h [new file with mode: 0644]
common/rmi/callback-holder.h [new file with mode: 0644]
common/rmi/client.cpp [new file with mode: 0644]
common/rmi/client.h [new file with mode: 0644]
common/rmi/connection.cpp [new file with mode: 0644]
common/rmi/connection.h [new file with mode: 0644]
common/rmi/message-composer.cpp [new file with mode: 0644]
common/rmi/message-composer.h [new file with mode: 0644]
common/rmi/message.cpp [new file with mode: 0644]
common/rmi/message.h [new file with mode: 0644]
common/rmi/notification.cpp [new file with mode: 0644]
common/rmi/notification.h [new file with mode: 0644]
common/rmi/service.cpp [new file with mode: 0644]
common/rmi/service.h [new file with mode: 0644]
common/rmi/socket.cpp [new file with mode: 0644]
common/rmi/socket.h [new file with mode: 0644]
common/serialize.h [new file with mode: 0644]
common/thread-pool.cpp [new file with mode: 0644]
common/thread-pool.h [moved from libs/dpm/array.h with 58% similarity]
common/xml/document.cpp [new file with mode: 0644]
common/xml/document.h [new file with mode: 0644]
common/xml/keepblanks.cpp [new file with mode: 0644]
common/xml/keepblanks.h [new file with mode: 0644]
common/xml/node.cpp [new file with mode: 0644]
common/xml/node.h [new file with mode: 0644]
common/xml/parser.cpp [new file with mode: 0644]
common/xml/parser.h [new file with mode: 0644]
libs/CMakeLists.txt
libs/bluetooth.cpp
libs/dpm/client-handle.cpp
libs/location.cpp
libs/password.cpp
libs/policy-client.cpp
libs/policy-client.h
libs/restriction.cpp
libs/security.cpp
libs/storage.cpp
libs/wifi.cpp
libs/zone.cpp
measure.sh
packaging/device-policy-manager.spec
policy/administration.hxx
policy/application.hxx
policy/bluetooth.hxx
policy/location.hxx
policy/password.hxx
policy/restriction.hxx
policy/security.hxx
policy/storage.hxx
policy/wifi.hxx
policy/zone.hxx
policy/zone/app-proxy.hxx
policy/zone/package-proxy.hxx
policy/zone/zone.hxx
server/CMakeLists.txt
server/administration.cpp
server/app-bundle.cpp
server/app-bundle.h
server/application.cpp
server/bluetooth.cpp
server/client-manager.cpp
server/client-manager.h
server/launchpad.cpp
server/launchpad.h
server/location.cpp
server/main.cpp
server/packman.cpp
server/packman.h
server/password.cpp
server/policy-storage.cpp
server/policy-storage.h
server/policy.h
server/restriction.cpp
server/security.cpp
server/server.cpp
server/server.h
server/storage.cpp
server/wifi.cpp
server/zone.cpp
server/zone/app-proxy.cpp
server/zone/package-proxy.cpp
server/zone/zone.cpp
tests/CMakeLists.txt
tests/api/CMakeLists.txt [new file with mode: 0644]
tests/api/admin.c [moved from tests/admin.c with 100% similarity]
tests/api/application.c [moved from tests/application.c with 100% similarity]
tests/api/bluetooth.c [moved from tests/bluetooth.c with 100% similarity]
tests/api/common.cmake [moved from tests/common.cmake with 100% similarity]
tests/api/context.c [moved from tests/context.c with 100% similarity]
tests/api/ivi.cmake [moved from tests/ivi.cmake with 100% similarity]
tests/api/main.c [moved from tests/main.c with 100% similarity]
tests/api/manager.c [moved from tests/manager.c with 100% similarity]
tests/api/mobile.cmake [moved from tests/mobile.cmake with 100% similarity]
tests/api/password.c [moved from tests/password.c with 100% similarity]
tests/api/restriction.c [moved from tests/restriction.c with 100% similarity]
tests/api/security.c [moved from tests/security.c with 100% similarity]
tests/api/testbench.c [moved from tests/testbench.c with 100% similarity]
tests/api/testbench.h [moved from tests/testbench.h with 100% similarity]
tests/api/tv.cmake [moved from tests/tv.cmake with 100% similarity]
tests/api/wearable.cmake [moved from tests/wearable.cmake with 100% similarity]
tests/api/wifi.c [moved from tests/wifi.c with 100% similarity]
tests/api/zone.c [moved from tests/zone.c with 100% similarity]
tests/testbench/testbench.cpp [new file with mode: 0644]
tests/testbench/testbench.h [new file with mode: 0644]
tests/unit/CMakeLists.txt [new file with mode: 0755]
tests/unit/data/sample-policy.xml [new file with mode: 0755]
tests/unit/data/unittest-proc.sh [new file with mode: 0755]
tests/unit/database.cpp [new file with mode: 0644]
tests/unit/dbus.cpp [new file with mode: 0644]
tests/unit/eventfd.cpp [new file with mode: 0644]
tests/unit/filesystem.cpp [new file with mode: 0644]
tests/unit/logger.cpp [new file with mode: 0644]
tests/unit/main.cpp [new file with mode: 0644]
tests/unit/misc.cpp [new file with mode: 0644]
tests/unit/proc.cpp [new file with mode: 0644]
tests/unit/rmi.cpp [new file with mode: 0644]
tests/unit/shadow.cpp [new file with mode: 0644]
tests/unit/xml.cpp [new file with mode: 0644]
tools/syspopup/CMakeLists.txt
zone/cli/CMakeLists.txt
zone/cli/zone-admin-cli.cpp
zone/libs/CMakeLists.txt
zone/libs/zone/app-proxy.cpp
zone/libs/zone/package-proxy.cpp
zone/libs/zone/zone.cpp
zone/module/CMakeLists.txt
zone/volume/CMakeLists.txt
zone/volume/key-generator.cpp
zone/volume/key-manager.cpp
zone/volume/main.cpp