Commit eb5881a2 authored by garciay's avatar garciay
Browse files

Add external functions to activate/deactivate the probe of the epassport reader simulator

parent af437eee
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -21,6 +21,21 @@

	group externalFunctions {

		group mgmtExternalFunctions {

			/**
			 * @desc	Activate the probe of the ePassport reader simulator
			 * @see		Automatic Interfaces Specification (Version 1.0) - Clause 2. Automatic Interface Proposal
			 */
            external function fx_activateProbe();

			/**
			 * @desc	DeActivate the probe of the ePassport reader simulator
			 * @see		Automatic Interfaces Specification (Version 1.0) - Clause 2. Automatic Interface Proposal
			 */
            external function fx_deactivateProbe();
		}

		group securityExternalFunctions {

			/**