+ Update E3 project file

+ Add ACOS6 SAM card, contained in ACS reader (tikitag/touchatag)
This commit is contained in:
Henryk Plötz 2010-02-24 02:59:13 +01:00
parent 86c7778022
commit c125823192
2 changed files with 28 additions and 2 deletions

10
cards/acos6sam_card.py Normal file
View File

@ -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),
]

View File

@ -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, henryk@ploetzli.ch -->
<!-- Saved: 2008-06-23, 21:48:06 -->
<!-- Copyright (C) 2008 Henryk Plötz, henryk@ploetzli.ch -->
<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>