Merge local branch into tizen accepted/tizen/20130912.185847 accepted/tizen/20130912.194034 accepted/tizen/20130913.025052 submit/tizen/20130912.080408 submit/tizen/20130912.090707
authorYoungjae Shin <yj99.shin@samsung.com>
Thu, 12 Sep 2013 03:10:32 +0000 (12:10 +0900)
committerYoungjae Shin <yj99.shin@samsung.com>
Thu, 12 Sep 2013 04:00:45 +0000 (13:00 +0900)
Conflicts:
CMakeLists.txt
client/CMakeLists.txt
client/ClientChannel.cpp
client/ClientDispatcher.cpp
client/ClientIPC.cpp
client/Reader.cpp
client/SEService.cpp
client/Session.cpp
client/include/ClientChannel.h
client/include/ClientDispatcher.h
client/include/ClientIPC.h
client/include/Reader.h
client/include/SEService.h
client/include/Session.h
common/APDUHelper.cpp
common/AccessCondition.cpp
common/AccessControlList.cpp
common/ByteArray.cpp
common/CMakeLists.txt
common/DispatcherHelper.cpp
common/EFDIR.cpp
common/FCI.cpp
common/FileObject.cpp
common/IPCHelper.cpp
common/ISO7816BERTLV.cpp
common/Message.cpp
common/NumberStream.cpp
common/OpensslHelper.cpp
common/PKCS15.cpp
common/PKCS15DODF.cpp
common/PKCS15ODF.cpp
common/PKCS15OID.cpp
common/PKCS15Object.cpp
common/PKCS15Path.cpp
common/PKCS15TokenInfo.cpp
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/DispatcherHelper.h
common/include/DispatcherMsg.h
common/include/EFDIR.h
common/include/Exception.h
common/include/FCI.h
common/include/FileObject.h
common/include/IPCHelper.h
common/include/ISO7816BERTLV.h
common/include/Message.h
common/include/NumberStream.h
common/include/OpensslHelper.h
common/include/PKCS15.h
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
packaging/smartcard-service.spec
server/CMakeLists.txt
server/ClientInstance.cpp
server/ServerChannel.cpp
server/ServerDispatcher.cpp
server/ServerIPC.cpp
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/ServerDispatcher.h
server/include/ServerIPC.h
server/include/ServerReader.h
server/include/ServerResource.h
server/include/ServerSEService.h
server/include/ServerSession.h
server/include/ServiceInstance.h
server/org.tizen.smartcard_service.service
server/smartcard-daemon.cpp
test-client/CMakeLists.txt
test-client/test-client-sync.cpp
test-client/test-client.cpp

Change-Id: Id1dee9e43f2d75752a75dccae9e7e3a8c70b5775

common/CMakeLists.txt
packaging/smartcard-service-common-devel.manifest [new file with mode: 0644]
packaging/smartcard-service-common.manifest [new file with mode: 0644]
packaging/smartcard-service-devel.manifest [new file with mode: 0644]
packaging/smartcard-service-server.manifest [new file with mode: 0644]
packaging/smartcard-service.changes [new file with mode: 0644]
packaging/smartcard-service.manifest [new file with mode: 0644]

index f9e94bb..0c77a9b 100644 (file)
@@ -53,13 +53,13 @@ SET_TARGET_PROPERTIES(${LIB_NAME} PROPERTIES VERSION ${VERSION})
 
 TARGET_LINK_LIBRARIES(${PROJECT_NAME} ${pkgs_common_LDFLAGS})
 
-SET(EXPORT_HEADER 
+SET(EXPORT_HEADER
        include/smartcard-types.h
        include/Debug.h
        include/Exception.h
        include/ByteArray.h
        include/Lock.h
-       include/Synchronous.h   
+       include/Synchronous.h
        include/TerminalInterface.h
        include/Terminal.h
        include/SignatureHelper.h
diff --git a/packaging/smartcard-service-common-devel.manifest b/packaging/smartcard-service-common-devel.manifest
new file mode 100644 (file)
index 0000000..c00c25b
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+        <request>
+                <domain name="_" />
+        </request>
+</manifest>
diff --git a/packaging/smartcard-service-common.manifest b/packaging/smartcard-service-common.manifest
new file mode 100644 (file)
index 0000000..c00c25b
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+        <request>
+                <domain name="_" />
+        </request>
+</manifest>
diff --git a/packaging/smartcard-service-devel.manifest b/packaging/smartcard-service-devel.manifest
new file mode 100644 (file)
index 0000000..c00c25b
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+        <request>
+                <domain name="_" />
+        </request>
+</manifest>
diff --git a/packaging/smartcard-service-server.manifest b/packaging/smartcard-service-server.manifest
new file mode 100644 (file)
index 0000000..c00c25b
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+        <request>
+                <domain name="_" />
+        </request>
+</manifest>
diff --git a/packaging/smartcard-service.changes b/packaging/smartcard-service.changes
new file mode 100644 (file)
index 0000000..b8b843d
--- /dev/null
@@ -0,0 +1,9 @@
+* Sun Aug 25 2013 Chengwei Yang <chengwei.yang@intel.com>
+- Remove debian packaging stuff
+
+* Wed May 29 2013 Baptiste DURAND <baptiste.durand@eurogiciel.fr> accepted/tizen/20130523.160330@6952ac6
+- Fix compatibility for x64 arch
+
+* Wed May 22 2013 Rusty Lynch <rusty.lynch@intel.com> accepted/tizen/20130520.101306@173a4a8
+- Cleanup the package spec
+- Fix build for Tizen 3.0
diff --git a/packaging/smartcard-service.manifest b/packaging/smartcard-service.manifest
new file mode 100644 (file)
index 0000000..c00c25b
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+        <request>
+                <domain name="_" />
+        </request>
+</manifest>