rutoken (ECP): add 4 DF (reserved for internal use)

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@3996 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
s 2010-02-04 12:18:19 +00:00
parent 0a4c42ba06
commit 85613b459d
2 changed files with 18 additions and 0 deletions

View File

@ -116,6 +116,11 @@ static int rtecp_init(sc_profile_t *profile, sc_card_t *card)
create_sysdf(profile, card, "Cer-DF");
create_sysdf(profile, card, "LCHV-DF");
create_sysdf(profile, card, "Resrv1-DF");
create_sysdf(profile, card, "Resrv2-DF");
create_sysdf(profile, card, "Resrv3-DF");
create_sysdf(profile, card, "Resrv4-DF");
return sc_select_file(card, sc_get_mf_path(), NULL);
}

View File

@ -101,6 +101,19 @@ filesystem {
file-id = 6005;
}
}
DF Resrv1-DF {
file-id = 1001;
}
DF Resrv2-DF {
file-id = 1002;
}
DF Resrv3-DF {
file-id = 1003;
}
DF Resrv4-DF {
file-id = 1004;
}
}
EF DIR {