Split very long public header to smaller, logically consistent parts 07/60507/2
authorRafal Krypa <r.krypa@samsung.com>
Fri, 26 Feb 2016 15:16:36 +0000 (16:16 +0100)
committerRafal Krypa <r.krypa@samsung.com>
Mon, 29 Feb 2016 13:34:35 +0000 (14:34 +0100)
commitb3d9b224ea5427d11ea6a4c8476448db787f474f
tree85fbda7fe783df50be3b97261ecc16987dd9b277
parentf63582c13f531d589378d53f1bc4842569289d08
Split very long public header to smaller, logically consistent parts

The header security-manager.h is now split into the following parts:
- app-manager.h
- app-runtime.h
- app-sharing.h
- user-manager.h
- policy-manager.h

The original header includes all new headers, so depending applications don't
need to change their code.

Change-Id: I8dd56124b20e675c76daa86752ccb0cbd0126927
Signed-off-by: Rafal Krypa <r.krypa@samsung.com>
packaging/security-manager.spec
src/include/CMakeLists.txt
src/include/app-manager.h [new file with mode: 0644]
src/include/app-runtime.h [new file with mode: 0644]
src/include/app-sharing.h [new file with mode: 0644]
src/include/policy-manager.h [new file with mode: 0644]
src/include/security-manager.h
src/include/user-manager.h [new file with mode: 0644]