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 ], 55 "third_party": [ 56 "bounds_checking_function", 57 "e2fsprogs", 58 "f2fs-tools", 59 "googletest", 60 "jinja2", 61 "jsoncpp", 62 "libcoap", 63 "libdrm", 64 "musl", 65 "markupsafe", 66 "mbedtls", 67 "openssl", 68 "samgr_lite" 69 ] 70 }, 71 "build": { 72 "sub_component": [ 73 "//build/common:common_packages", 74 "//build/rust:default", 75 "//third_party/f2fs-tools:f2fs-tools_host_toolchain" 76 ], 77 "inner_api": [ 78 { 79 "name": "//build/rust:libstd.dylib.so", 80 "header": { 81 "header_base": [], 82 "header_files": [] 83 } 84 }, 85 { 86 "name": "//build/rust:libtest.dylib.so" 87 } 88 ], 89 "test": [ 90 "//build/rust/tests:tests" 91 ] 92 } 93 } 94} 95