summaryrefslogtreecommitdiff
path: root/smcc/src/main/java/org/openecard/scio/osx/package-info.java
diff options
context:
space:
mode:
authortkellner <tkellner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2014-01-07 17:28:54 +0000
committertkellner <tkellner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2014-01-07 17:28:54 +0000
commit890c3c0d321c3b59ec1224d4630b3f2401ef94e7 (patch)
treea57134ee8db0c8b8382ce186886b3d93b1265836 /smcc/src/main/java/org/openecard/scio/osx/package-info.java
parent37be39f59c728cdcbdc60e6a10b04d59443fc98f (diff)
downloadmocca-890c3c0d321c3b59ec1224d4630b3f2401ef94e7.tar.gz
mocca-890c3c0d321c3b59ec1224d4630b3f2401ef94e7.tar.bz2
mocca-890c3c0d321c3b59ec1224d4630b3f2401ef94e7.zip
Add custom PC/SC library for MacOS X from OpeneCard project
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1276 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'smcc/src/main/java/org/openecard/scio/osx/package-info.java')
-rw-r--r--smcc/src/main/java/org/openecard/scio/osx/package-info.java29
1 files changed, 29 insertions, 0 deletions
diff --git a/smcc/src/main/java/org/openecard/scio/osx/package-info.java b/smcc/src/main/java/org/openecard/scio/osx/package-info.java
new file mode 100644
index 00000000..5d066a40
--- /dev/null
+++ b/smcc/src/main/java/org/openecard/scio/osx/package-info.java
@@ -0,0 +1,29 @@
+/****************************************************************************
+ * Copyright (C) 2012-2013 ecsec GmbH.
+ * All rights reserved.
+ * Contact: ecsec GmbH (info@ecsec.de)
+ *
+ * This file is part of the Open eCard App.
+ *
+ * GNU General Public License Usage
+ * This file may be used under the terms of the GNU General Public
+ * License version 3.0 as published by the Free Software Foundation
+ * and appearing in the file LICENSE.GPL included in the packaging of
+ * this file. Please review the following information to ensure the
+ * GNU General Public License version 3.0 requirements will be met:
+ * http://www.gnu.org/copyleft/gpl.html.
+ *
+ * Other Usage
+ * Alternatively, this file may be used in accordance with the terms
+ * and conditions contained in a signed written agreement between
+ * you and ecsec GmbH.
+ *
+ ***************************************************************************/
+
+/**
+ * This package contains a OS X specific SmartcardIO implementation. We've to do
+ * this, because the current PC/SC JNI libraries on OS X (jre6 & jre7) are too buggy
+ * to be useful and the design of the sun.security.smartcardio package doesn't allow
+ * to specify another JNI library path.
+ */
+package org.openecard.scio.osx;