From 890c3c0d321c3b59ec1224d4630b3f2401ef94e7 Mon Sep 17 00:00:00 2001 From: tkellner Date: Tue, 7 Jan 2014 17:28:54 +0000 Subject: 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 --- .../java/org/openecard/scio/osx/package-info.java | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 smcc/src/main/java/org/openecard/scio/osx/package-info.java (limited to 'smcc/src/main/java/org/openecard/scio/osx/package-info.java') 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; -- cgit v1.2.3