[Tapi] Base implementation of libtapi.
authoradhavan.m <adhavan.m@samsung.com>
Fri, 12 May 2017 11:21:41 +0000 (16:51 +0530)
committeradhavan.m <adhavan.m@samsung.com>
Mon, 22 May 2017 10:57:59 +0000 (16:27 +0530)
commitf809c080e7f1f2c653999af0045249267764f2ad
treef3752bd449811e260f430c88a35e753b7e1a4d22
parent11cd304e859c82fa99a354bfde83d5a4bc9e828a
[Tapi] Base implementation of libtapi.

Change-Id: I3e39d432b7b9d17abadbc693a86133b8c7ad908d
Signed-off-by: adhavan.m <adhavan.m@samsung.com>
28 files changed:
LICENSE [new file with mode: 0755]
packaging/csapi-tapi.manifest [new file with mode: 0755]
packaging/csapi-tapi.spec [new file with mode: 0755]
src/Tizen.Tapi/Interop/Interop.Libraries.cs [new file with mode: 0755]
src/Tizen.Tapi/Interop/Interop.Tapi.cs [new file with mode: 0755]
src/Tizen.Tapi/Properties/AssemblyInfo.cs [new file with mode: 0755]
src/Tizen.Tapi/Tizen.Tapi.csproj [new file with mode: 0755]
src/Tizen.Tapi/Tizen.Tapi.nuspec [new file with mode: 0755]
src/Tizen.Tapi/Tizen.Tapi.project.json [new file with mode: 0755]
src/Tizen.Tapi/Tizen.Tapi.snk [new file with mode: 0755]
src/Tizen.Tapi/Tizen.Tapi/CallData.cs [new file with mode: 0755]
src/Tizen.Tapi/Tizen.Tapi/CallEnumerations.cs [new file with mode: 0755]
src/Tizen.Tapi/Tizen.Tapi/CallStructs.cs [new file with mode: 0755]
src/Tizen.Tapi/Tizen.Tapi/ModemEnumerations.cs [new file with mode: 0755]
src/Tizen.Tapi/Tizen.Tapi/PhonebookEnumerations.cs [new file with mode: 0755]
src/Tizen.Tapi/Tizen.Tapi/PhonebookStructs.cs [new file with mode: 0755]
src/Tizen.Tapi/Tizen.Tapi/SatData.cs [new file with mode: 0755]
src/Tizen.Tapi/Tizen.Tapi/SatEnumerations.cs [new file with mode: 0755]
src/Tizen.Tapi/Tizen.Tapi/SatStructs.cs [new file with mode: 0755]
src/Tizen.Tapi/Tizen.Tapi/SimEnumerations.cs [new file with mode: 0755]
src/Tizen.Tapi/Tizen.Tapi/SimStructs.cs [new file with mode: 0755]
src/Tizen.Tapi/Tizen.Tapi/SsEnumerations.cs [new file with mode: 0755]
src/Tizen.Tapi/Tizen.Tapi/SsStructs.cs [new file with mode: 0755]
src/Tizen.Tapi/Tizen.Tapi/TapiEnumerations.cs [new file with mode: 0755]
src/Tizen.Tapi/Tizen.Tapi/TapiEventArgs.cs [new file with mode: 0755]
src/Tizen.Tapi/Tizen.Tapi/TapiHandle.cs [new file with mode: 0755]
src/Tizen.Tapi/Tizen.Tapi/TapiManager.cs [new file with mode: 0755]
src/Tizen.Tapi/Tizen.Tapi/TapiUtility.cs [new file with mode: 0755]