# # Smartcard test # # NOTE: The vendor id and product id of the USB card reader to be used must be # configured for the application and for the USB driver. # if { [have_include "power_on/qemu"] || [have_spec linux] || [have_spec muen] } { puts "Run script does not support Qemu, Linux, and Muen" exit 0 } if { [get_cmd_switch --autopilot] && ![have_spec x86_64] } { puts "Run script does not support autopilot mode on this platform" exit 0 } # # Please configure your reader's vendor and product IDs here # proc smartcard_vendor_id {} { return "0x04e6" } proc smartcard_product_id {} { return "0x5116" } # # Build # set build_components { core init timer drivers/usb test/smartcard } lappend_if [have_spec gpio] build_components drivers/gpio source ${genode_dir}/repos/base/run/platform_drv.inc append_platform_drv_build_components build $build_components create_boot_directory # # Generate config # append config { } append_if [have_spec gpio] config " " append_platform_drv_config append config { 2018-01-01 00:01 } install_config $config # # Boot modules # # generic modules set boot_modules { core init timer usb_drv test-smartcard ld.lib.so pcsc-lite.lib.so ccid.lib.so libusb.lib.so libc.lib.so vfs.lib.so libm.lib.so libc_pipe.lib.so posix.lib.so Info.plist } lappend_if [have_spec gpio] boot_modules [gpio_drv] append_platform_drv_boot_modules build_boot_image $boot_modules run_genode_until { Response: 62 0A 82 01 38 83 02 3F 00 8A 01 05 90 00} 30 exec rm bin/Info.plist