1// This file is generated by cargo_embargo. 2// Do not modify this file after the first "rust_*" or "genrule" module 3// because the changes will be overridden on upgrade. 4// Content before the first "rust_*" or "genrule" module is preserved. 5 6rust_library_rlib { 7 name: "libsmccc", 8 crate_name: "smccc", 9 cargo_env_compat: true, 10 cargo_pkg_version: "0.1.1", 11 crate_root: "src/lib.rs", 12 edition: "2021", 13 apex_available: [ 14 "//apex_available:platform", 15 "//apex_available:anyapex", 16 ], 17 prefer_rlib: true, 18 no_stdlibs: true, 19 stdlibs: [ 20 "libcompiler_builtins.rust_sysroot", 21 "libcore.rust_sysroot", 22 ], 23 product_available: true, 24 vendor_available: true, 25} 26 27rust_test { 28 name: "smccc_test_src_lib", 29 crate_name: "smccc", 30 cargo_env_compat: true, 31 cargo_pkg_version: "0.1.1", 32 crate_root: "src/lib.rs", 33 test_suites: ["general-tests"], 34 auto_gen_config: true, 35 edition: "2021", 36} 37