Commit b07f39ba authored by berge's avatar berge
Browse files

Removed useless PICS

parent a1d6350f
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -16,12 +16,6 @@ module ePassport_Pics {
group CommonPics {


	/**
	* @remark 	Reference: TODO Spec + Clause ref
	* @desc 	What is the the type of the IUT?
	*/
	modulepar { IutType PIC_IUT := e_IS }

} // end group CommonPics


+0 −5
Original line number Diff line number Diff line
@@ -14,11 +14,6 @@ module ePassport_Types {

	group enumeratedTypes {
		
		type enumerated IutType {
			e_MRTD (0),	
			e_IS (1)
		} with {encode "1 bit"}
		
		type enumerated SecurityStatus {
			e_noApplication,
			e_noSecurity,