jdk-24/jdk/test/sun/security/smartcardio
Kelly O'Hair fe008ae27a 6943119: Rebrand source copyright notices
Reviewed-by: darcy, weijun
2010-05-25 15:58:33 -07:00
..
apdu.log Initial load 2007-12-01 00:00:00 +00:00
README.txt Initial load 2007-12-01 00:00:00 +00:00
TestAll.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
TestChannel.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
TestConnect.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
TestConnectAgain.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
TestControl.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
TestDefault.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
TestExclusive.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
TestMultiplePresent.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
TestPresent.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
TestTransmit.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
Utils.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00

Rough hints for setting up MUSCLE on Solaris:

Make sure you have libusb, usually in /usr/sfw:

ls -l /usr/sfw/lib/libusb.so
lrwxrwxrwx   1 root     other         11 Jan 12 16:02 /usr/sfw/lib/libusb.so -> libusb.so.1

Get PCSC and CCID.
-rwx------   1 user staff     529540 Jun 16 18:24 ccid-1.0.1.tar.gz
-rwx------   1 user staff     842654 Jun 16 18:24 pcsc-lite-1.3.1.tar.gz

Unpack pcsc
Run ./configure --enable-libusb=/usr/sfw (??)
gnumake
Make /usr/local writeable for user
gnumake install

Unpack ccid
Run ./configure
gnumake
gnumake install

As root, go to /usr/local/sbin
Run ./pcscd --foreground