aboutsummaryrefslogtreecommitdiffstats
path: root/cyberflex-shell.e3p
blob: 92bf4dd2fc5860e4fc983803564c4ce58dd9c0db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE Project SYSTEM "Project-3.7.dtd">
<!-- Project file for project cyberflex-shell -->
<!-- Saved: 2006-07-18, 13:42:27 -->
<!-- Copyright (C) 2006 Henryk Plötz, henryk@ploetzli.ch -->
<Project version="3.7">
  <ProgLanguage mixed="0">Python</ProgLanguage>
  <UIType>Qt</UIType>
  <Description></Description>
  <Version>0.1</Version>
  <Author>Henryk Plötz</Author>
  <Email>henryk@ploetzli.ch</Email>
  <Sources>
    <Source>
      <Name>utils.py</Name>
    </Source>
    <Source>
      <Name>crypto_utils.py</Name>
    </Source>
    <Source>
      <Name>cyberflex-shell.py</Name>
    </Source>
    <Source>
      <Dir>cards</Dir>
      <Name>cyberflex_card.py</Name>
    </Source>
    <Source>
      <Dir>cards</Dir>
      <Name>generic_card.py</Name>
    </Source>
    <Source>
      <Dir>cards</Dir>
      <Name>java_card.py</Name>
    </Source>
    <Source>
      <Dir>cards</Dir>
      <Name>__init__.py</Name>
    </Source>
    <Source>
      <Name>shell.py</Name>
    </Source>
    <Source>
      <Name>TLV_utils.py</Name>
    </Source>
    <Source>
      <Name>brutefid.py</Name>
    </Source>
    <Source>
      <Dir>cards</Dir>
      <Name>iso_7816_4_card.py</Name>
    </Source>
    <Source>
      <Dir>cards</Dir>
      <Name>tcos_card.py</Name>
    </Source>
    <Source>
      <Dir>cards</Dir>
      <Name>starcos_card.py</Name>
    </Source>
    <Source>
      <Name>tlvdecoder.py</Name>
    </Source>
    <Source>
      <Dir>cards</Dir>
      <Name>gsm_card.py</Name>
    </Source>
    <Source>
      <Dir>cards</Dir>
      <Name>building_blocks.py</Name>
    </Source>
    <Source>
      <Dir>cards</Dir>
      <Name>mtcos_card.py</Name>
    </Source>
    <Source>
      <Dir>cards</Dir>
      <Name>cardos_card.py</Name>
    </Source>
  </Sources>
  <Forms>
  </Forms>
  <Translations>
  </Translations>
  <Interfaces>
  </Interfaces>
  <Others>
  </Others>
  <Vcs>
    <VcsType>CVS</VcsType>
    <VcsOptions>{'status': [u'-v'], 'log': [], 'global': [u'-f'], 'update': [u'-dP'], 'remove': [u'-f'], 'add': [], 'tag': [u'-c'], 'export': [], 'diff': [u'-u3', u'-p'], 'commit': [], 'checkout': [], 'history': [u'-e', u'-a']}</VcsOptions>
    <VcsOtherData>{}</VcsOtherData>
  </Vcs>
</Project>