diff options
author | Chanho Park <chanho61.park@samsung.com> | 2014-03-25 14:47:55 +0900 |
---|---|---|
committer | Chanho Park <chanho61.park@samsung.com> | 2014-03-25 14:52:27 +0900 |
commit | b66925867fe92e85678371eda93a4909de5f6ce0 (patch) | |
tree | df31d8fd4e1a0727a82b78502956175f28fd5751 /libs | |
parent | 1266a27e7741b4325b9b16c33508073fedd6a052 (diff) | |
download | libcryptsvc-b66925867fe92e85678371eda93a4909de5f6ce0.tar.gz libcryptsvc-b66925867fe92e85678371eda93a4909de5f6ce0.tar.bz2 libcryptsvc-b66925867fe92e85678371eda93a4909de5f6ce0.zip |
convert static library to shared library
This patch removes static library and convert it into source
files. Static library can't build if compiler is changed.
And we also removed tzcrypto API and library because we don't
use it anymore.
Change-Id: I06043c5867c63f5f833d7d538f882cbe85ab0cba
Signed-off-by: Chanho Park <chanho61.park@samsung.com>
Diffstat (limited to 'libs')
-rwxr-xr-x | libs/libDeviceInfo.a | bin | 115528 -> 0 bytes |
-rwxr-xr-x | libs/libtzcrypt.a | bin | 14410 -> 0 bytes |
2 files changed, 0 insertions, 0 deletions
diff --git a/libs/libDeviceInfo.a b/libs/libDeviceInfo.a Binary files differdeleted file mode 100755 index 431359f..0000000 --- a/libs/libDeviceInfo.a +++ /dev/null diff --git a/libs/libtzcrypt.a b/libs/libtzcrypt.a Binary files differdeleted file mode 100755 index d052e49..0000000 --- a/libs/libtzcrypt.a +++ /dev/null |