Commit 4787c10b authored by fetke's avatar fetke
Browse files

removed unused type reflecting vendor list; this should not be part of the...

removed unused type reflecting vendor list; this should not be part of the abstract test suite.  vendor specific stuff should be part of the configuration and the specialized vendor-drivers instead.
parent 6a43a72f
Loading
Loading
Loading
Loading
+0 −21
Original line number Diff line number Diff line
@@ -36,27 +36,6 @@ module ePassport_Types {
			e_sha512
		}

		/**
		 * @desc	List of supported ePassportReader vendors
		 */
		type enumerated ePassportReaderVendors {
			/**
			 * @desc	Raisonance
			 */
			Raisonance (0),
			/**
			 * @desc	ETSI Virtual ePassport
			 */
			ETSI (1),
			/**
			 * @desc	Comprion ePassport simulator
			 */
			Comprion(2),
			/**
			 * @desc	Vendor2
			 */
			Vendor3 (3)
		}
	}//end enumeratedTypes

	// Group for EF file definition and Test file Configuration