convert static library to shared library 15/18515/1
authorChanho Park <chanho61.park@samsung.com>
Tue, 25 Mar 2014 05:47:55 +0000 (14:47 +0900)
committerChanho Park <chanho61.park@samsung.com>
Tue, 25 Mar 2014 05:52:27 +0000 (14:52 +0900)
commitb66925867fe92e85678371eda93a4909de5f6ce0
treedf31d8fd4e1a0727a82b78502956175f28fd5751
parent1266a27e7741b4325b9b16c33508073fedd6a052
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>
12 files changed:
CMakeLists.txt
NOTICE
cryptsvc.pc.in
include/SecCryptoSvc.h
include/SecTzSvc.h
include/tci.h [deleted file]
include/tlc_tzcrypt.h [deleted file]
include/tltzcrypt_api.h [deleted file]
libs/libDeviceInfo.a [deleted file]
libs/libtzcrypt.a [deleted file]
srcs/SecCryptoSvc.c
srcs/SecTzSvc.c [deleted file]