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 6// TODO: Add license. 7rust_test { 8 name: "drm-fourcc_test_src_lib", 9 host_supported: true, 10 crate_name: "drm_fourcc", 11 cargo_env_compat: true, 12 cargo_pkg_version: "2.2.0", 13 crate_root: "src/lib.rs", 14 test_suites: ["general-tests"], 15 auto_gen_config: true, 16 test_options: { 17 unit_test: true, 18 }, 19 edition: "2018", 20 features: [ 21 "default", 22 "std", 23 ], 24} 25 26rust_library { 27 name: "libdrm_fourcc", 28 host_supported: true, 29 crate_name: "drm_fourcc", 30 cargo_env_compat: true, 31 cargo_pkg_version: "2.2.0", 32 crate_root: "src/lib.rs", 33 edition: "2018", 34 features: [ 35 "default", 36 "std", 37 ], 38 apex_available: [ 39 "//apex_available:platform", 40 "//apex_available:anyapex", 41 ], 42 product_available: true, 43 vendor_available: true, 44} 45