Initial update
authorJunghoon Park <jh9216.park@samsung.com>
Wed, 31 Aug 2016 10:40:31 +0000 (19:40 +0900)
committerJunghoon Park <jh9216.park@samsung.com>
Mon, 5 Sep 2016 11:13:06 +0000 (20:13 +0900)
commitf78a0d306c5a28d969cbe40379c71ad8735ebb18
tree9d41e5982849e1aad66bb8088f47d9f05f98948c
parent42783df5f71ee1610969514c8b645e234174dfe5
Initial update

Change-Id: Ib2842e06c5c761ba1b4168df1b145d7696362b92
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
14 files changed:
LICENSE [new file with mode: 0644]
packaging/csapi-widget-control.manifest [new file with mode: 0755]
packaging/csapi-widget-control.spec [new file with mode: 0755]
src/Tizen.Applications.WidgetControl/CoreFx.References.targets [new file with mode: 0644]
src/Tizen.Applications.WidgetControl/CustomDictionary.xml [new file with mode: 0755]
src/Tizen.Applications.WidgetControl/GlobalSuppressions.cs [new file with mode: 0755]
src/Tizen.Applications.WidgetControl/Interop/Interop.Libraries.cs [new file with mode: 0755]
src/Tizen.Applications.WidgetControl/Interop/Interop.WidgetService.cs [new file with mode: 0755]
src/Tizen.Applications.WidgetControl/Properties/AssemblyInfo.cs [new file with mode: 0755]
src/Tizen.Applications.WidgetControl/Tizen.Applications.WidgetControl.csproj [new file with mode: 0755]
src/Tizen.Applications.WidgetControl/Tizen.Applications.WidgetControl.sln [new file with mode: 0755]
src/Tizen.Applications.WidgetControl/Tizen.Applications.WidgetControl.snk [new file with mode: 0755]
src/Tizen.Applications.WidgetControl/Tizen.Applications/WidgetControl.cs [new file with mode: 0755]
src/Tizen.Applications.WidgetControl/Tizen.Applications/WidgetLifecycleEventArgs.cs [new file with mode: 0755]