[ComponentManager] Add new APIs to handle components of the component… (#973)
authorhjhun <36876573+hjhun@users.noreply.github.com>
Wed, 21 Aug 2019 00:28:37 +0000 (09:28 +0900)
committerpjh9216 <jh9216.park@samsung.com>
Wed, 21 Aug 2019 00:28:37 +0000 (09:28 +0900)
commited8c3d67356e49cacec3243d03ff55e123f75887
tree6e916537ed17d153998bdf357c74f6708e35c8db
parent0982b2584b6a4e9ab1447a4d96faf86330ccb5c0
[ComponentManager] Add new APIs to handle components of the component… (#973)

* [ComponentManager] Add new APIs to handle components of the component-based application

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

Type is changed to ComponentType.

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

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

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/Tizen.Applications.ComponentManager/Interop/Interop.ComponentManager.cs [new file with mode: 0755]
src/Tizen.Applications.ComponentManager/Interop/Interop.Libraries.cs [new file with mode: 0755]
src/Tizen.Applications.ComponentManager/Tizen.Applications.ComponentManager.csproj [new file with mode: 0755]
src/Tizen.Applications.ComponentManager/Tizen.Applications.ComponentManager.sln [new file with mode: 0755]
src/Tizen.Applications.ComponentManager/Tizen.Applications/ComponentInfo.cs [new file with mode: 0755]
src/Tizen.Applications.ComponentManager/Tizen.Applications/ComponentManager.cs [new file with mode: 0755]
src/Tizen.Applications.ComponentManager/Tizen.Applications/ComponentRunningContext.cs [new file with mode: 0755]
src/Tizen.Applications.ComponentManager/Tizen.Applications/ComponentType.cs [new file with mode: 0755]