C# libteec wrapper
authorKrzysztof Dynowski <k.dynowski@samsung.com>
Fri, 31 Mar 2017 08:34:11 +0000 (10:34 +0200)
committerKrzysztof Dynowski <k.dynowski@samsung.com>
Thu, 11 May 2017 14:09:17 +0000 (16:09 +0200)
commitb3690774cb3f90ab8a290300f734c9f66f95212c
tree4c6b60a1c5b20af6eefd52f36fd175cab8670330
parent09dfc0f463acfa63b9cfc042ef5611bc9aad6ec1
C# libteec wrapper

Change-Id: I51cb54aad457a449c778fab2bddf3bcbccf58870
17 files changed:
LICENSE [new file with mode: 0755]
packaging/csapi-security-libteec.manifest [new file with mode: 0755]
packaging/csapi-security-libteec.spec [new file with mode: 0755]
src/Makefile [new file with mode: 0644]
src/Test.cs [new file with mode: 0644]
src/Tizen.Security.TEEC/.gitignore [new file with mode: 0644]
src/Tizen.Security.TEEC/Interop/Interop.Errors.cs [new file with mode: 0644]
src/Tizen.Security.TEEC/Interop/Interop.Libraries.cs [new file with mode: 0644]
src/Tizen.Security.TEEC/Interop/Interop.Libteec.cs [new file with mode: 0644]
src/Tizen.Security.TEEC/Interop/Interop.Types.cs [new file with mode: 0644]
src/Tizen.Security.TEEC/Properties/AssemblyInfo.cs [new file with mode: 0644]
src/Tizen.Security.TEEC/Tizen.Security.TEEC.nuspec [new file with mode: 0755]
src/Tizen.Security.TEEC/Tizen.Security.TEEC/Libteec.cs [new file with mode: 0644]
src/Tizen.Security.TEEC/libteec.csproj [new file with mode: 0755]
src/Tizen.Security.TEEC/libteec.project.json [new file with mode: 0755]
src/Tizen.Security.TEEC/libteec.sln [new file with mode: 0755]
src/filelist.lst [new file with mode: 0644]