Skip to content

Commit

Permalink
+ Update E3 project file
Browse files Browse the repository at this point in the history
+ Add ACOS6 SAM card, contained in ACS reader (tikitag/touchatag)
  • Loading branch information
henryk committed Feb 24, 2010
1 parent 86c7778 commit c125823
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
10 changes: 10 additions & 0 deletions cards/acos6sam_card.py
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),
]
20 changes: 18 additions & 2 deletions cyberflex-shell.e3p
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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit c125823

Please sign in to comment.