Loading ePassport/ttcn/ePassport_Pixits.ttcn +15 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
ePassport/ttcn/ePassport_Pixits.ttcn +15 −0 Original line number Diff line number Diff line Loading @@ -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