Added security-manager-cmd application. 39/29739/14
authorSebastian Grabowski <s.grabowski@samsung.com>
Mon, 27 Oct 2014 13:22:02 +0000 (14:22 +0100)
committerSebastian Grabowski <s.grabowski@samsung.com>
Tue, 2 Dec 2014 07:06:56 +0000 (08:06 +0100)
commit5881ce138667320a0ac8d9d04a8bdd32f4d7149d
treeeab596e0d3d8ccaac73f2ce158add027c57015a2
parentc24b51ec1f9a164a16d3bcfb02ada68411abd723
Added security-manager-cmd application.

The purpose of this application is to have an offline tool that will do
some commands in offline mode i.e.: when security-manager service cannot
be run.
For now, only install command is supported which should be the
equivalent of security_manager_app_install function.

Change-Id: Ia9ef60b1a335650fea90c02e5fdd76ac48030f84
Signed-off-by: Sebastian Grabowski <s.grabowski@samsung.com>
packaging/security-manager.spec
src/CMakeLists.txt
src/cmd/CMakeLists.txt [new file with mode: 0644]
src/cmd/security-manager-cmd.cpp [new file with mode: 0644]