Apply tizen 2.4 smartcard-service 05/41905/1 accepted/tizen/mobile/20150619.083137 accepted/tizen/tv/20150619.083147 accepted/tizen/wearable/20150619.083201 submit/tizen/20150619.055208
authorJihoon Jung <jh8801.jung@samsung.com>
Fri, 19 Jun 2015 05:46:00 +0000 (14:46 +0900)
committerJihoon Jung <jh8801.jung@samsung.com>
Fri, 19 Jun 2015 05:46:48 +0000 (14:46 +0900)
commit4c9c8db40d63694013f2b6aab6fbbc94b089fff2
tree00275452cc14713f2f4ab46706576a1ac347e08f
parentf59ef4c7e921f63d59ce6632b1063a367cf6d044
Apply tizen 2.4 smartcard-service

Signed-off-by: Ji-hoon Jung <jh8801.jung@samsung.com>
Change-Id: I5a74d30399eb77fb1b6426c373c437b6ca1d7d94
133 files changed:
CMakeLists.txt
client/CMakeLists.txt
client/ClientChannel.cpp
client/ClientGDBus.cpp
client/Reader.cpp
client/SEService.cpp
client/Session.cpp
client/include/ClientChannel.h
client/include/ClientGDBus.h
client/include/Reader.h
client/include/SEService.h
client/include/SEServiceListener.h
client/include/Session.h
client/include/smartcard-service.h
client/smartcard-service.pc [new file with mode: 0644]
client/smartcard-service.pc.in [deleted file]
common/APDUHelper.cpp
common/AccessCondition.cpp
common/AccessControlList.cpp
common/ByteArray.cpp
common/CMakeLists.txt
common/EFDIR.cpp
common/FCI.cpp
common/FileObject.cpp
common/GPACE.cpp
common/GPARAACL.cpp
common/GPARAM.cpp
common/GPARFACL.cpp
common/ISO7816BERTLV.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/Serializable.cpp
common/SignatureHelper.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/EFDIR.h
common/include/Exception.h
common/include/FCI.h
common/include/FileObject.h
common/include/GDBusHelper.h
common/include/GPACE.h
common/include/GPARAACL.h
common/include/GPARAM.h
common/include/GPARFACL.h
common/include/ISO7816BERTLV.h
common/include/Lock.h
common/include/NumberStream.h
common/include/OpensslHelper.h
common/include/PKCS15.h
common/include/PKCS15CDF.h [new file with mode: 0644]
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/SEServiceHelper.h
common/include/Serializable.h
common/include/SessionHelper.h
common/include/SignatureHelper.h
common/include/Synchronous.h
common/include/Terminal.h
common/include/TerminalInterface.h
common/smartcard-service-common.pc [new file with mode: 0644]
common/smartcard-service-common.pc.in [deleted file]
common/smartcard-service-gdbus.xml
common/smartcard-service.xml [deleted file]
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/rules [new file with mode: 0755]
debian/smartcard-service-common-dev.dirs [new file with mode: 0644]
debian/smartcard-service-common-dev.install [new file with mode: 0644]
debian/smartcard-service-common.dirs [new file with mode: 0644]
debian/smartcard-service-common.install [new file with mode: 0644]
debian/smartcard-service-dev.dirs [new file with mode: 0644]
debian/smartcard-service-dev.install [new file with mode: 0644]
debian/smartcard-service-server.dirs [new file with mode: 0644]
debian/smartcard-service-server.init [new file with mode: 0755]
debian/smartcard-service-server.install [new file with mode: 0644]
debian/smartcard-service.dirs [new file with mode: 0644]
debian/smartcard-service.install [new file with mode: 0644]
packaging/smartcard-service [new file with mode: 0644]
packaging/smartcard-service-common [new file with mode: 0644]
packaging/smartcard-service-common-devel.manifest [deleted file]
packaging/smartcard-service-common.manifest [deleted file]
packaging/smartcard-service-devel.manifest [deleted file]
packaging/smartcard-service-server [new file with mode: 0644]
packaging/smartcard-service-server.manifest [deleted file]
packaging/smartcard-service.changes [deleted file]
packaging/smartcard-service.manifest [deleted file]
packaging/smartcard-service.spec
server/CMakeLists.txt
server/ClientInstance.cpp
server/ServerChannel.cpp
server/ServerGDBus.cpp
server/ServerResource.cpp
server/ServerSEService.cpp
server/ServerSession.cpp
server/include/ClientInstance.h
server/include/ServerChannel.h
server/include/ServerGDBus.h
server/include/ServerResource.h
server/include/ServerSEService.h
server/include/ServerSession.h
server/include/SmartcardDbus.h
server/org.tizen.SmartcardService.service [new file with mode: 0644]
server/org.tizen.smartcard_service.service [deleted file]
server/private/AccessControl.cpp [new file with mode: 0644]
server/private/PKCS15CDFACL.cpp [new file with mode: 0644]
server/private/PKCS15CDFACL.h [new file with mode: 0644]
server/private/access-control-gdbus.xml [new file with mode: 0755]
server/smartcard-daemon.cpp
server/smartcard-service-server.xml
smartcard-service-common-devel.manifest [new file with mode: 0644]
smartcard-service-common.manifest [new file with mode: 0644]
smartcard-service-devel.manifest [new file with mode: 0644]
smartcard-service-server.manifest [new file with mode: 0644]
smartcard-service.manifest [new file with mode: 0644]
test-client/CMakeLists.txt