1{ 2 "name": "@ohos/build_framework", 3 "description": "build framework", 4 "version": "4.0.2", 5 "license": "Apache License 2.0", 6 "homePage":"https://gitee.com/openharmony", 7 "repository":"https://gitee.com/openharmony/build", 8 "supplier": "Organization: OpenHarmony", 9 "publishAs": "code-segment", 10 "segment": { 11 "destPath": "build" 12 }, 13 "readmePath":{ 14 "zh": "README_zh.md" 15 }, 16 "dirs": {}, 17 "scripts": { 18 "install": "cd ${DEP_BUNDLE_BASE} && ln -snf build/build_scripts/build.py build.py && ln -snf build/build_scripts/build.sh build.sh && ln -snf build/core/gn/dotfile.gn .gn" 19 }, 20 "component": { 21 "name": "build_framework", 22 "description": "build_framework component set", 23 "subsystem": "build", 24 "features": [ 25 "build_framework_feature_verify = ture" 26 ], 27 "adapted_system_type": [ 28 "standard", 29 "small", 30 "mini" 31 ], 32 "rom": "0KB", 33 "ram": "0KB", 34 "deps": { 35 "components": [ 36 "ace_engine", 37 "cJSON", 38 "c_utils", 39 "device_security_level", 40 "eventhandler", 41 "hdf_core", 42 "hilog", 43 "hilog_lite", 44 "hiview", 45 "huks", 46 "init", 47 "napi", 48 "ipc", 49 "rockchip_products", 50 "selinux", 51 "selinux_adapter", 52 "libffi", 53 "rust_cxx", 54 "ace_ets2bundle" 55 ], 56 "third_party": [ 57 "bounds_checking_function", 58 "e2fsprogs", 59 "f2fs-tools", 60 "googletest", 61 "jinja2", 62 "jsoncpp", 63 "libcoap", 64 "libdrm", 65 "musl", 66 "markupsafe", 67 "mbedtls", 68 "openssl", 69 "samgr_lite" 70 ] 71 }, 72 "build": { 73 "sub_component": [ 74 "//build/common:common_packages", 75 "//build/rust:default", 76 "//third_party/f2fs-tools:f2fs-tools_host_toolchain" 77 ], 78 "inner_api": [ 79 { 80 "name": "//build/rust:libstd.dylib.so", 81 "header": { 82 "header_base": [], 83 "header_files": [] 84 } 85 }, 86 { 87 "name": "//build/rust:libtest.dylib.so" 88 } 89 ], 90 "test": [ 91 "//build/rust/tests:tests" 92 ] 93 } 94 } 95} 96