From 01cc52aeda3b670882c00af6e2beae47c309e4da Mon Sep 17 00:00:00 2001 From: Jinguang Dong Date: Tue, 21 Jan 2025 17:23:09 +0800 Subject: [PATCH] Description:[feature] optimize oss's dependencies and spdx identifier info Bug: https://gitee.com/openharmony/third_party_rust_bindgen/issues/IBJ5KE Test: It could be normally parse by validate_readme_opensource script Signed-off-by: Jinguang Dong --- README.OpenSource | 61 +++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 51 insertions(+), 10 deletions(-) diff --git a/README.OpenSource b/README.OpenSource index 02ee1c09..bddfd660 100644 --- a/README.OpenSource +++ b/README.OpenSource @@ -1,11 +1,52 @@ -[ - { - "Name": "bindgen", - "License": "BSD 3-Clause", - "License File": "LICENSE", - "Version Number": "v0.64.0", - "Owner": "fangting12@huawei.com", - "Upstream URL": "https://github.com/rust-lang/rust-bindgen", - "Description": "A tool that automatically generates Rust bindings for C and C++ libraries." - } +[ + { + "Name": "bindgen", + "License": "BSD-3-Clause-LBNL", + "License File": "LICENSE", + "Version Number": "v0.64.0", + "Owner": "fangting12@huawei.com", + "Upstream URL": "https://github.com/rust-lang/rust-bindgen", + "Description": "A tool that automatically generates Rust bindings for C and C++ libraries.", + "Dependencies": [ + "rust-shlex", + "rust-lang/glob", + "rust-cexpr", + "Human Time", + "BurntSushi/aho-corasick", + "strsim-rs", + "dtolnay/quote", + "BurntSushi/termcolor", + "libc", + "once_cell", + "log", + "regex", + "libloading", + "bitflags", + "nom", + "is-terminal", + "atty", + "lazycell", + "peeking_take_while", + "proc-macro-error", + "syn", + "minimal-lexical", + "env_logger", + "cfg-if", + "clang-sys", + "unicode-ident", + "os_str_bytes", + "which", + "io-lifetimes", + "either", + "memchr", + "clap", + "heck", + "lazy_static", + "proc-macro2", + "rustix", + "linux-raw-sys", + "rustc-hash", + "version_check" + ] + } ] \ No newline at end of file -- Gitee