diff --git a/lib/sw_apps/rsa_auth_app/data/rsa_auth_app.tcl b/lib/sw_apps/rsa_auth_app/data/rsa_auth_app.tcl index ca70be6e..219418b9 100755 --- a/lib/sw_apps/rsa_auth_app/data/rsa_auth_app.tcl +++ b/lib/sw_apps/rsa_auth_app/data/rsa_auth_app.tcl @@ -80,3 +80,10 @@ proc swapp_get_linker_constraints {} { return ""; } +proc swapp_get_supported_processors {} { + return "ps7_cortexa9"; +} + +proc swapp_get_supported_os {} { + return "standalone"; +}