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