[RPCPort][ACR] Support synchronous connection requests and private file sharing ...
authorhjhun <36876573+hjhun@users.noreply.github.com>
Mon, 10 Aug 2020 06:34:38 +0000 (15:34 +0900)
committerGitHub <noreply@github.com>
Mon, 10 Aug 2020 06:34:38 +0000 (15:34 +0900)
commit596436a3c670cff49b25195cde89ded897e62eaa
treea3ef5f8ecfc658987a5e8d230d89d2bae700a97f
parent09b9423ed63f4196be8b366e5d6ba99201318880
[RPCPort][ACR] Support synchronous connection requests and private file sharing (#1898)

* [RPCPort] Support private sharing feature

If all added paths are under the caller application's data path which
can be obtained, those will be shared to the target application.
Platform will grant a temporary permission to the target application.

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* [RPCPort] Support synchronous version connection request method

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* [RPCPort] Move ShareFile() and UnshareFile() to Port.cs

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* [RPCPort] Change parameter type to IEnumerable<string>

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* [RPCPort] Remove unnecessary space

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/Tizen.Applications.Common/Interop/Interop.RPCPort.cs
src/Tizen.Applications.Common/Tizen.Applications.RPCPort/Port.cs
src/Tizen.Applications.Common/Tizen.Applications.RPCPort/ProxyBase.cs