diff --git a/bundle.json b/bundle.json new file mode 100644 index 0000000000000000000000000000000000000000..715827a93493d1397b8658116437dd6486126cb4 --- /dev/null +++ b/bundle.json @@ -0,0 +1,57 @@ +{ + "name": "@ohos/cxx", + "description": "A Rust library that provides a safe and easy way to call C++ code from Rust.", + "version": "1.0.97", + "license": "LICENSE-APACHE, LICENSE-MIT", + "publishAs": "code-segment", + "segment": { + "destPath": "third_party/rust/crates/cxx" + }, + "dirs": {}, + "scripts": {}, + "readmePath": { + "en": "README" + }, + "component": { + "name": "cxx", + "subsystem": "thirdparty", + "syscap": [], + "features": [], + "adapted_system_type": [ + "standard" + ], + "rom": "", + "ram": "", + "deps": { + "components": [], + "third_party": [] + }, + "build": { + "sub_component": [], + "inner_kits": [ + { + "header": { + "header_base": "//third_party/rust/crates/cxx", + "header_files": [] + }, + "name": "//third_party/rust/crates/cxx:cxx_cppdeps" + }, + { + "header": { + "header_base": "//third_party/rust/crates/cxx", + "header_files": [""] + }, + "name": "//third_party/rust/crates/cxx:lib" + }, + { + "header": { + "header_base": "//third_party/rust/crates/cxx/gen/cmd", + "header_files": [""] + }, + "name": "//third_party/rust/crates/cxx/gen/cmd:cxxbridge" + } + ], + "test": [] + } + } +} \ No newline at end of file