| 1 |
<?xml version="1.0" encoding="UTF-8"?>
|
| 2 |
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
|
| 3 |
<plist version="0.9">
|
| 4 |
<dict>
|
| 5 |
<key>CFBundleDevelopmentRegion</key>
|
| 6 |
<string>English</string>
|
| 7 |
<key>CFBundleInfoDictionaryVersion</key>
|
| 8 |
<string>6.0</string>
|
| 9 |
<key>CFBundlePackageType</key>
|
| 10 |
<string>BNDL</string>
|
| 11 |
<key>CFBundleSignature</key>
|
| 12 |
<string>????</string>
|
| 13 |
<key>CFBundleVersion</key>
|
| 14 |
<string>0.0.1d1</string>
|
| 15 |
<key>ifdCapabilities</key>
|
| 16 |
<string>0x00000000</string>
|
| 17 |
<key>ifdProtocolSupport</key>
|
| 18 |
<string>0x00000001</string>
|
| 19 |
<key>ifdVersionNumber</key>
|
| 20 |
<string>0x00000001</string>
|
| 21 |
|
| 22 |
<key>ifdLogLevel</key>
|
| 23 |
<string>0x0003</string>
|
| 24 |
|
| 25 |
<!-- Possible values for ifdLogLevel
|
| 26 |
1: CRITICAL important error messages
|
| 27 |
2: INFO informative messages like what reader was detected
|
| 28 |
4: PERIODIC periodic info when pcscd test if a card is present
|
| 29 |
(every 1/10 of a second)
|
| 30 |
8: COMM a dump of all the bytes exchanged between the host and
|
| 31 |
the reader
|
| 32 |
|
| 33 |
The final value is a OR of these values
|
| 34 |
|
| 35 |
Default value: 3 (CRITICAL + INFO)
|
| 36 |
-->
|
| 37 |
|
| 38 |
<key>ifdDriverOptions</key>
|
| 39 |
<string>0x0000</string>
|
| 40 |
|
| 41 |
<!-- Possible values for ifdDriverOptions
|
| 42 |
1: DRIVER_OPTION_CCID_EXCHANGE_AUTHORIZED
|
| 43 |
the CCID Exchange command is allowed. You can use it through
|
| 44 |
SCardControl(hCard, IOCTL_SMARTCARD_VENDOR_IFD_EXCHANGE, ...)
|
| 45 |
|
| 46 |
2: DRIVER_OPTION_GEMPC_TWIN_KEY_APDU
|
| 47 |
If set the GemPC Twin and GemPC Key readers with be configured
|
| 48 |
so that the T=1 TPDU protocol is done by the firmware instead of
|
| 49 |
the driver
|
| 50 |
|
| 51 |
Default value: 0
|
| 52 |
-->
|
| 53 |
|
| 54 |
<key>CFBundleExecutable</key>
|
| 55 |
<string>TARGET.VERSION</string>
|
| 56 |
|
| 57 |
<key>ifdManufacturerString</key>
|
| 58 |
<string>Ludovic Rousseau (ludovic.rousseau@free.fr)</string>
|
| 59 |
|
| 60 |
<key>ifdProductString</key>
|
| 61 |
<string>Generic CCID reader vVERSION</string>
|
| 62 |
|
| 63 |
<key>ifdVendorID</key>
|
| 64 |
<array>
|
| 65 |
VENDOR
|
| 66 |
</array>
|
| 67 |
|
| 68 |
<key>ifdProductID</key>
|
| 69 |
<array>
|
| 70 |
PRODUCT
|
| 71 |
</array>
|
| 72 |
|
| 73 |
<key>ifdFriendlyName</key>
|
| 74 |
<array>
|
| 75 |
FRIENDLYNAME
|
| 76 |
</array>
|
| 77 |
|
| 78 |
<key>Copyright</key>
|
| 79 |
<string>This driver is protected by terms of the GNU General Public License version 2, or (at your option) any later version.</string>
|
| 80 |
|
| 81 |
</dict>
|
| 82 |
</plist>
|