generated from blue-build/template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Create reader.conf * Create Info.plist * Add sd card driver
- Loading branch information
Showing
3 changed files
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
FRIENDLYNAME "Secure Flash Card" | ||
# device name /dev/null let's the ifdhandler search for *mounted* sd cards | ||
DEVICENAME /dev/null | ||
#set the path to your libifdsfc.so | ||
LIBPATH /usr/lib/pcsc/drivers/ifd-sfc.bundle/Contents/Linux/libifdsfc.so | ||
CHANNELID 0 |
35 changes: 35 additions & 0 deletions
35
files/system/usr/lib64/pcsc/drivers/ifd-sfc.bundle/Info.plist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" | ||
"http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>ifdCapabilities</key> | ||
<string>IFD_GENERATE_HOTPLUG</string> | ||
<!-- default is | ||
<string>0x00000000</string> | ||
but we want pcscd \-\-hotplug --> | ||
|
||
|
||
<key>CFBundleExecutable</key> | ||
<string>libifdsfc.so</string> | ||
|
||
<key>ifdLogLevel</key> | ||
<string>0x0003</string> | ||
|
||
|
||
<key>ifdManufacturerString</key> | ||
<string>Swissbit AG</string> | ||
|
||
<key>ifdProductString</key> | ||
<string>Driver for Secure Flash Card, version 1.0</string> | ||
|
||
<key>ifdVendorID</key> | ||
<string>0x058f</string> | ||
|
||
<key>ifdProductID</key> | ||
<string>0x6362</string> | ||
|
||
<key>ifdFriendlyName</key> | ||
<string>Alcor Micro Corp. Flash Card Reader/Writer</string> | ||
</dict> | ||
</plist> |
Binary file added
BIN
+59.3 KB
files/system/usr/lib64/pcsc/drivers/ifd-sfc.bundle/Release_64bit/libifdsfc.so
Binary file not shown.