Prepare app_inst_req for handling multiple app_ids at once 87/151687/10
authorRafal Krypa <r.krypa@samsung.com>
Wed, 20 Sep 2017 10:19:49 +0000 (12:19 +0200)
committerRafal Krypa <r.krypa@samsung.com>
Wed, 4 Oct 2017 11:36:57 +0000 (13:36 +0200)
commitde721c1ed09cffc2dfc32e3366f8ae8f7368a62e
tree86aab0dbc80b7f0b9f6ba49fc88c8633f5e3572b
parent8b4c7b25c62e5adceeac9ebb74c3070bae5909e1
Prepare app_inst_req for handling multiple app_ids at once

Application install and uninstall requests will enable support for
handling multiple app_ids from single package in one shot.
The app_inst_req structure is modified to include an array of application
parameters, i.e.:
- app_id
- privileges
- app defined privileges

To make use of this feature, a new API will be added in next commits.
For now the modified request data structure will serve the existing API,
holding only single element in array of app parameters.

Change-Id: If961ad3625f9397358487021982f07886cee1e28
Signed-off-by: Rafal Krypa <r.krypa@samsung.com>
src/client/client-security-manager.cpp
src/cmd/security-manager-cmd.cpp
src/common/cynara.cpp
src/common/include/cynara.h
src/common/include/protocols.h
src/common/include/service_impl.h
src/common/service_impl.cpp
src/server/service/service.cpp