Initial update for shortcut 35/147835/6 preview1-00159
authorMyungki Lee <mk5004.lee@samsung.com>
Wed, 6 Sep 2017 01:41:34 +0000 (10:41 +0900)
committerSemun Lee <semun.lee@samsung.com>
Wed, 6 Sep 2017 06:33:20 +0000 (06:33 +0000)
commitc7bfb60270d19baf7ac8df85fe70a953debdc502
treebf4d0e28728c2f7eaee4bd7f55f6bb27ada9d2b6
parent71c2b12e48097531e4bb103e0c73b24f6535bbc7
Initial update for shortcut

Change-Id: I74dff0765b3ee6b334dfcb4ce58ba31b1bb0baca
Signed-off-by: Myungki Lee <mk5004.lee@samsung.com>
18 files changed:
pkg/Tizen.NET.Private.sln
src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut.csproj [new file with mode: 0644]
src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut.sln [new file with mode: 0755]
src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut/HomeShortcutInfo.cs [new file with mode: 0755]
src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut/ShortcutEnumerations.cs [new file with mode: 0755]
src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut/ShortcutErrorFactory.cs [new file with mode: 0755]
src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut/ShortcutInfo.cs [new file with mode: 0755]
src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut/ShortcutManager.cs [new file with mode: 0755]
src/Tizen.Applications.Shortcut/Tizen.Applications.Shortcut/WidgetShortcutInfo.cs [new file with mode: 0755]
src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/HomeShortcutAddedInfo.cs [new file with mode: 0755]
src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/ShortcutAddedInfo.cs [new file with mode: 0755]
src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/ShortcutDeletedInfo.cs [new file with mode: 0755]
src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/ShortcutEventEnumerations.cs [new file with mode: 0755]
src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/ShortcutEventManager.cs [new file with mode: 0755]
src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/ShortcutTemplate.cs [new file with mode: 0755]
src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/WidgetShortcutAddedInfo.cs [new file with mode: 0755]
src/Tizen.Applications.Shortcut/interop/Interop.Libraries.cs [new file with mode: 0755]
src/Tizen.Applications.Shortcut/interop/Interop.Shortcut.cs [new file with mode: 0755]