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 "adapted_system_type": [ 26 "standard", 27 "small", 28 "mini" 29 ], 30 "rom": "0KB", 31 "ram": "0KB", 32 "deps": { 33 "components": [], 34 "third_party": [ 35 "musl", 36 "markupsafe", 37 "jinja2", 38 "e2fsprogs", 39 "f2fs-tools" 40 ] 41 }, 42 "build": { 43 "sub_component": [ 44 "//build/common:common_packages", 45 "//build/rust:default", 46 "//third_party/f2fs-tools:f2fs-tools_host_toolchain" 47 ], 48 "inner_api": [ 49 { 50 "name": "//build/rust:libstd.dylib.so", 51 "header": { 52 "header_base": [], 53 "header_files": [] 54 } 55 }, 56 { 57 "name": "//build/rust:libtest.dylib.so", 58 "header": { 59 "header_files": [], 60 "header_base": [] 61 } 62 } 63 ], 64 "test": [ 65 "//build/rust/tests:tests" 66 ] 67 } 68 } 69} 70