diff --git a/bundle.json b/bundle.json new file mode 100644 index 0000000000000000000000000000000000000000..9ba2c52335b647409310a4f0b2a07e4b01262fc2 --- /dev/null +++ b/bundle.json @@ -0,0 +1,40 @@ +{ + "name": "@ohos/rust_cxx", + "description": "This library provides a **safe** mechanism for calling C++ code from Rust and Rust code from C++", + "version": "4.0", + "license": "Apache License 2.0", + "publishAs": "code-segment", + "segment": { + "destPath": "third_party/rust/crates/cxx" + }, + "dirs": {}, + "scripts": {}, + "licensePath": "LICENSE-APACHE", + "readmePath": { + "en": "README" + }, + "component": { + "name": "rust_cxx", + "subsystem": "thirdparty", + "syscap": [], + "features": [], + "adapted_system_type": ["mini", "small", "standard"], + "rom": "", + "ram": "", + "build": { + "sub_component": [], + "inner_kits": [ + { + "name" : "//third_party/rust/crates/cxx:cxx_cppdeps" + }, + { + "name" : "//third_party/rust/crates/cxx:lib" + }, + { + "name": "//third_party/rust/crates/cxx/gen/cmd:cxxbridge" + } + ], + "test": [] + } + } +}