move csapi to public
authorIckhee Woo <ickhee.woo@samsung.com>
Wed, 7 Dec 2016 10:15:15 +0000 (19:15 +0900)
committerIckhee Woo <ickhee.woo@samsung.com>
Wed, 7 Dec 2016 10:22:28 +0000 (19:22 +0900)
commitd4d35ef1fdc2b438344ffa95013f618a68f3e0ff
tree3af74e224a78603bb4343bb27b04be407920fbb5
parent99922aec1ec343a7fc46a343c8302634a0b4247c
move csapi to public

Change-Id: Ic7a8e686808a79b2a3d2eab6d659c72c329eb7a5
Signed-off-by: Ickhee Woo <ickhee.woo@samsung.com>
20 files changed:
LICENSE [new file with mode: 0644]
packaging/csapi-account-manager.manifest [new file with mode: 0644]
packaging/csapi-account-manager.spec [new file with mode: 0755]
src/Tizen.Account.AccountManager/Interop/Interop.Account.cs [new file with mode: 0644]
src/Tizen.Account.AccountManager/Interop/Interop.AccountProvider.cs [new file with mode: 0644]
src/Tizen.Account.AccountManager/Interop/Interop.AccountService.cs [new file with mode: 0644]
src/Tizen.Account.AccountManager/Interop/Interop.Libraries.cs [new file with mode: 0644]
src/Tizen.Account.AccountManager/Properties/AssemblyInfo.cs [new file with mode: 0644]
src/Tizen.Account.AccountManager/Tizen.Account.AccountManager.Net45.csproj [new file with mode: 0644]
src/Tizen.Account.AccountManager/Tizen.Account.AccountManager.Net45.project.json [new file with mode: 0644]
src/Tizen.Account.AccountManager/Tizen.Account.AccountManager.csproj [new file with mode: 0644]
src/Tizen.Account.AccountManager/Tizen.Account.AccountManager.nuspec [new file with mode: 0644]
src/Tizen.Account.AccountManager/Tizen.Account.AccountManager.project.json [new file with mode: 0644]
src/Tizen.Account.AccountManager/Tizen.Account.AccountManager.snk [new file with mode: 0644]
src/Tizen.Account.AccountManager/Tizen.Account.AccountManager/Account.cs [new file with mode: 0644]
src/Tizen.Account.AccountManager/Tizen.Account.AccountManager/AccountEnums.cs [new file with mode: 0644]
src/Tizen.Account.AccountManager/Tizen.Account.AccountManager/AccountErrorFactory.cs [new file with mode: 0644]
src/Tizen.Account.AccountManager/Tizen.Account.AccountManager/AccountProvider.cs [new file with mode: 0644]
src/Tizen.Account.AccountManager/Tizen.Account.AccountManager/AccountService.cs [new file with mode: 0644]
src/Tizen.Account.AccountManager/Tizen.Account.AccountManager/AccountSucriberEventArgs.cs [new file with mode: 0644]