-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
+ Add ACOS6 SAM card, contained in ACS reader (tikitag/touchatag)
- Loading branch information
Showing
2 changed files
with
28 additions
and
2 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,10 @@ | ||
import utils | ||
from iso_7816_4_card import * | ||
|
||
class ACOS6SAM_Card(ISO_7816_4_Card): | ||
DRIVER_NAME = ["ACOS6-SAM"] | ||
SELECT_FILE_P1 = 0x00 | ||
|
||
ATRS = [ | ||
("3bbe9600004103000000000000000000029000", None), | ||
] |
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE Project SYSTEM "Project-3.7.dtd"> | ||
<!-- Project file for project cyberflex-shell --> | ||
<!-- Saved: 2007-06-08, 03:16:36 --> | ||
<!-- Copyright (C) 2007 Henryk Plötz, [email protected] --> | ||
<!-- Saved: 2008-06-23, 21:48:06 --> | ||
<!-- Copyright (C) 2008 Henryk Plötz, [email protected] --> | ||
<Project version="3.7"> | ||
<ProgLanguage mixed="0">Python</ProgLanguage> | ||
<UIType>Qt</UIType> | ||
|
@@ -109,6 +109,22 @@ | |
<Dir>gui</Dir> | ||
<Name>__init__.py</Name> | ||
</Source> | ||
<Source> | ||
<Dir>cards</Dir> | ||
<Name>vrs_application.py</Name> | ||
</Source> | ||
<Source> | ||
<Dir>cards</Dir> | ||
<Name>nfc_application.py</Name> | ||
</Source> | ||
<Source> | ||
<Dir>gui</Dir> | ||
<Name>PassportGUI.py</Name> | ||
</Source> | ||
<Source> | ||
<Dir>gui</Dir> | ||
<Name>ireadyou.py</Name> | ||
</Source> | ||
</Sources> | ||
<Forms> | ||
</Forms> | ||
|