[CommonError] Add common errors and utility functions
authorSidharth Gupta <sid92.gupta@samsung.com>
Mon, 14 Mar 2016 08:56:08 +0000 (17:56 +0900)
committerSidharth Gupta <sid92.gupta@samsung.com>
Thu, 17 Mar 2016 09:04:00 +0000 (18:04 +0900)
commit255a8ac550c0e61fc397ab92f55cb26919c2e344
treee37411a939928a4df4043d1b46d038582d697d1d
parent6b8c1541022b30f1c234de35d6755561b03cfb0c
[CommonError] Add common errors and utility functions

- Currently error enum and methods are public. Should
  be made private
- Also changed entire Tizen namespace project from
  .NET 4.5.2 to 4.5

Signed-off-by: Sidharth Gupta <sid92.gupta@samsung.com>
Change-Id: I421969d59e95be5d648cb31c1d5d866aa6d74fe3
Makefile [new file with mode: 0644]
Tizen.Internals/Interop/Interop.CommonError.cs [new file with mode: 0755]
Tizen.Internals/Properties/AssemblyInfo.cs [new file with mode: 0755]
Tizen.Internals/Tizen.Internals.Errors/ErrorCode.cs [new file with mode: 0755]
Tizen.Internals/Tizen.Internals.Errors/ErrorFacts.cs [new file with mode: 0755]
Tizen.Internals/Tizen.Internals.csproj [new file with mode: 0755]
Tizen.Internals/Tizen.Internals.snk [new file with mode: 0755]
Tizen.sln
packaging/csapi-tizen.pc.in
packaging/csapi-tizen.spec
src/Tizen/Tizen.csproj