[Tizen.Applications.ComponentBased][TCSACR-398] Add ComponentPort class (#2548)
authorhjhun <36876573+hjhun@users.noreply.github.com>
Tue, 26 Jan 2021 23:37:43 +0000 (08:37 +0900)
committerGitHub <noreply@github.com>
Tue, 26 Jan 2021 23:37:43 +0000 (08:37 +0900)
commitf29e30c09c2874b5bb0a39f0338c35ac63e1d72a
tree48a9407c742eed58387c04ff6e8c13ac01e07e0e
parent390d8b354bcf125cf24978fd6c9eeef72b6199a3
[Tizen.Applications.ComponentBased][TCSACR-398] Add ComponentPort class (#2548)

* Devel Component Port

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* Change parameter name to endpoint

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* Use Serializable instead of Parcelable

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* Remove Marker interface

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* Check result object

The result has to be a serializble object.

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* Fix wrong description

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* Remove SafePortHandle

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* Modify using directives

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* Fix typo

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Co-authored-by: pjh9216 <jh9216.park@samsung.com>
src/Tizen.Applications.ComponentBased.Port/Interop/Interop.ComponentPort.cs [new file with mode: 0755]
src/Tizen.Applications.ComponentBased.Port/Interop/Interop.Libraries.cs [new file with mode: 0755]
src/Tizen.Applications.ComponentBased.Port/Interop/Interop.Parcel.cs [new file with mode: 0755]
src/Tizen.Applications.ComponentBased.Port/Tizen.Applications.ComponentBased.Port.csproj [new file with mode: 0644]
src/Tizen.Applications.ComponentBased.Port/Tizen.Applications.ComponentBased.Port.sln [new file with mode: 0755]
src/Tizen.Applications.ComponentBased.Port/Tizen.Applications.ComponentBased.Port/ComponentPort.cs [new file with mode: 0755]
src/Tizen.Applications.ComponentBased.Port/Tizen.Applications.ComponentBased.Port/Parcel.cs [new file with mode: 0755]
src/Tizen.Applications.ComponentBased.Port/Tizen.Applications.ComponentBased.Port/SafeParcelHandle.cs [new file with mode: 0755]