Add Service
authorSeungkeun Lee <sngn.lee@samsung.com>
Mon, 7 Mar 2016 01:46:49 +0000 (10:46 +0900)
committerSeungkeun Lee <sngn.lee@samsung.com>
Mon, 7 Mar 2016 05:50:48 +0000 (14:50 +0900)
commit5e7f65faf143f1833b47f77b1ae689151559b402
tree3cef6fe16c438653f8e4c76241303e1e354b25b4
parentf8960a92561ab637bb8b0f6e2e83567929162ce7
Add Service

 - Appcontrol handler without UI
 - Service was created only one instance by ServiceManager
 - It can start using StartService
 - It can stop using StopService
 - It can stop itself, using Terminate API
 - When it was created, OnCreate was called
 - When it was terminate, OnTerminate was called
 - When it received the AppControl, OnAppControl was called
 - TODO. if All context was removed, but the running service was existed.
   process should not terminate, but now there is no API.

Change-Id: Ibb2b59206b85735236fe733aed2db5c3f6db5097
Tizen.Application/Tizen.Application.csproj
Tizen.Application/Tizen.Application/Actor.cs
Tizen.Application/Tizen.Application/AppControl.cs
Tizen.Application/Tizen.Application/Application.cs
Tizen.Application/Tizen.Application/Service.cs [new file with mode: 0755]
Tizen.Application/Tizen.Application/ServiceManager.cs [new file with mode: 0755]