********************************************************
Title    : MuscleCard Applet PlugIn
Authors  : David Corcoran    <corcoran@linuxnet.com>
           Tommaso Cucinotta <cucinotta@sssup.it>
Requires : pcsc-lite-1.0.1 or higher
           musclecard-framework-1.0.0 or higher
********************************************************

Directories:
-----------------------------------------------------------
src   : Sources
doc   : Documentation
-----------------------------------------------------------

This package allows you to develop applications to the card edge 
interface plug-in and begin deploying the card edge applet to JavaCard 
compliant smartcards.  

For more information regarding this applet, it's strategy, and purpose
please refer to the documentation provided in the docs directory.

Installation:
./configure
make; make install
./installBundle

Mac OS X users:
Use Project Builder to open the project under the pbx directory.
Build it and then install the bundle into /usr/local/pcsc/services.
 
If your token is unrecognized, try to use the bundleTool.
Remove all cards from any reader and make sure pcsc is running.
 
make bundleTool
./bundleTool
 
bundleTool will edit the configuration information for your driver
and add support for the card which you will place into the reader.
You must be priveledged to do this as it will access
/usr/local/pcsc/services
 
Details:
 
A bundle directory will be placed under /usr/local/pcsc/services
This directory will contain everything about your plug-in.  The bundle
looks like the following:
 
myBundle.bundle/Contents
                      Info.plist       - XML file of attributes like ATR,
                                         Name
                      [Linux]/myBundle - Shared Library
 
This package works as a plug-in for the Musclecard Loader
and provides card support through the Musclecard API's.

For more information please refer to the mailing list sclinux@linuxnet.com
or contact: corcoran@linuxnet.com

Tested Platforms: Linux, Solaris, Mac OS X, HP-UX

MUSCLE Smartcard Developers: http://www.musclecard.com
