Commit f09aa54a authored by garciay's avatar garciay
Browse files

Add Pixits for test adapter (needed by Vendor implementation and ePassport file system manager

parent b07f39ba
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -73,5 +73,20 @@ module ePassport_Pixits {

	modulepar {charstring PXT_MRZ_LDS_B25 := "P<D<<MUSTERMANN<<ERIKA<<<<<<<<<<<<<<<<<<<<<<C11T002JM4D<<9608<<7F1310317<<<<<<<<<<<<<<<6"}
	
	/**
	 * @desc	This group contains information needed to configure the System Adapter
	 * - Vendor of the ePassport reader
	 * - Root directory to access to CFG.DFLT.PLAIN directories
	 */
	group SystemAdapterSettings {
	    /**
	     * @desc	Vendor name for the ePassport equipment
	     */
	    modulepar charstring PXT_VENDOR_NAME := "raisonance";
	    /**
	     * @desc	Root directory to access to CFG.DFLT.PLAIN directories
	     */
	    modulepar charstring PXT_EPASSPORT_DATA_ROOT := "H:/FSCOM/STF400/ePassport/Helpers/ElementFilesImpl/ePassportData/";
	} // End of group SystemAdapterSettings
} // end ePassport_Pixits