tizen 2.3 release tizen_2.3 submit/tizen_2.3/20150202.063921 tizen_2.3_release
authorjk7744.park <jk7744.park@samsung.com>
Sun, 1 Feb 2015 04:53:09 +0000 (13:53 +0900)
committerjk7744.park <jk7744.park@samsung.com>
Sun, 1 Feb 2015 04:53:09 +0000 (13:53 +0900)
commit896d83b91def8aca4d8a8cc5df50a0309324f70c
tree245d6a8767a754977b7736d63adabd6bfa860e76
parentb3ca910d25d813b3360cc0e32b3dd1ac0b7d2d04
tizen 2.3 release
129 files changed:
.gitignore [new file with mode: 0644]
CMakeLists.txt
client/CMakeLists.txt
client/ClientChannel.cpp
client/ClientDispatcher.cpp [deleted file]
client/ClientGDBus.cpp [moved from common/ProviderHelper.cpp with 68% similarity]
client/ClientIPC.cpp [deleted file]
client/Reader.cpp
client/SEService.cpp
client/Session.cpp
client/include/ClientChannel.h
client/include/ClientGDBus.h [moved from common/SEServiceHelper.cpp with 81% similarity]
client/include/ClientIPC.h [deleted file]
client/include/Reader.h
client/include/SEService.h
client/include/Session.h
client/include/smartcard-service.h
client/smartcard-service.pc
common/APDUHelper.cpp
common/AccessCondition.cpp
common/AccessControlList.cpp
common/ByteArray.cpp
common/CMakeLists.txt
common/DispatcherHelper.cpp [deleted file]
common/EFDIR.cpp
common/FCI.cpp
common/FileObject.cpp
common/GDBusHelper.cpp [new file with mode: 0644]
common/GPACE.cpp [new file with mode: 0644]
common/GPARAACL.cpp [new file with mode: 0644]
common/GPARAM.cpp [new file with mode: 0644]
common/GPARFACL.cpp [new file with mode: 0644]
common/GPSEACL.cpp [deleted file]
common/IPCHelper.cpp [deleted file]
common/ISO7816BERTLV.cpp
common/Message.cpp [deleted file]
common/NumberStream.cpp
common/OpensslHelper.cpp
common/PKCS15.cpp
common/PKCS15CDF.cpp [new file with mode: 0644]
common/PKCS15DODF.cpp
common/PKCS15ODF.cpp
common/PKCS15OID.cpp
common/PKCS15Object.cpp
common/PKCS15Path.cpp
common/PKCS15TokenInfo.cpp
common/ReaderHelper.cpp [deleted file]
common/SignatureHelper.cpp
common/SimpleTLV.cpp
common/TLVHelper.cpp
common/include/APDUHelper.h
common/include/AccessCondition.h
common/include/AccessControlList.h
common/include/ByteArray.h
common/include/Channel.h
common/include/Debug.h
common/include/DispatcherMsg.h [deleted file]
common/include/EFDIR.h
common/include/Exception.h
common/include/FCI.h
common/include/FileObject.h
common/include/GDBusHelper.h [new file with mode: 0644]
common/include/GPACE.h [moved from server/include/ServerIPC.h with 50% similarity]
common/include/GPARAACL.h [new file with mode: 0644]
common/include/GPARAM.h [new file with mode: 0644]
common/include/GPARFACL.h [moved from client/include/ClientDispatcher.h with 55% similarity]
common/include/GPSEACL.h [deleted file]
common/include/IPCHelper.h [deleted file]
common/include/ISO7816BERTLV.h
common/include/Lock.h
common/include/Message.h [deleted file]
common/include/NumberStream.h
common/include/OpensslHelper.h
common/include/PKCS15.h
common/include/PKCS15CDF.h [moved from common/include/DispatcherHelper.h with 51% similarity]
common/include/PKCS15DODF.h
common/include/PKCS15ODF.h
common/include/PKCS15OID.h
common/include/PKCS15Object.h
common/include/PKCS15Path.h
common/include/PKCS15TokenInfo.h
common/include/ProviderHelper.h
common/include/ReaderHelper.h
common/include/Record.h
common/include/SEServiceHelper.h
common/include/Serializable.h
common/include/SessionHelper.h
common/include/SignatureHelper.h
common/include/SimpleTLV.h
common/include/TLVHelper.h
common/include/Terminal.h
common/smartcard-service-common.pc
common/smartcard-service-gdbus.xml [new file with mode: 0755]
packaging/smartcard-service
packaging/smartcard-service-common
packaging/smartcard-service-server
packaging/smartcard-service.spec
server/CMakeLists.txt
server/ClientInstance.cpp
server/ServerChannel.cpp
server/ServerDispatcher.cpp [deleted file]
server/ServerGDBus.cpp [new file with mode: 0644]
server/ServerIPC.cpp [deleted file]
server/ServerReader.cpp
server/ServerResource.cpp
server/ServerSEService.cpp
server/ServerSession.cpp
server/ServiceInstance.cpp
server/include/ClientInstance.h
server/include/ServerChannel.h
server/include/ServerGDBus.h [new file with mode: 0644]
server/include/ServerReader.h
server/include/ServerResource.h
server/include/ServerSEService.h
server/include/ServerSession.h
server/include/ServiceInstance.h
server/include/smartcard-daemon.h [moved from common/SessionHelper.cpp with 61% similarity]
server/org.tizen.smartcard_service.service
server/private/AccessControl.cpp [new file with mode: 0644]
server/private/PKCS15CDFACL.cpp [new file with mode: 0644]
server/private/PKCS15CDFACL.h [moved from server/include/ServerDispatcher.h with 65% similarity]
server/private/access-control-gdbus.xml [new file with mode: 0755]
server/smartcard-daemon.cpp
server/smartcard-service-server.xml [new file with mode: 0644]
server/smartcard-service.xml [deleted file]
smartcard-service-server.manifest
test-client/CMakeLists.txt
test-client/test-client-sync.cpp
test-client/test-client.cpp