1{ 2 "name": "@ohos/hiperf", 3 "description": "hiperf interface provided for system", 4 "version": "4.0", 5 "license": "Apache License 2.0", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "developtools/hiperf" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "component": { 13 "name": "hiperf", 14 "subsystem": "developtools", 15 "adapted_system_type": [ 16 "standard" 17 ], 18 "rom": "930KB", 19 "ram": "2000KB", 20 "deps": { 21 "components": [ 22 "hilog", 23 "napi", 24 "samgr", 25 "ipc", 26 "c_utils", 27 "bundle_framework", 28 "faultloggerd", 29 "init", 30 "ability_base", 31 "bounds_checking_function", 32 "zlib" 33 ], 34 "third_party": [ 35 "protobuf", 36 "libunwind" 37 ] 38 }, 39 "build": { 40 "sub_component": [ 41 "//developtools/hiperf:hiperf_target", 42 "//developtools/hiperf:hiperf_target_all" 43 ], 44 "inner_kits": [ 45 { 46 "name": "//developtools/hiperf/interfaces/innerkits/native:hiperf_client", 47 "header": { 48 "header_files": [ 49 "hiperf_client.h" 50 ], 51 "header_base": "//developtools/hiperf/interfaces/innerkits/native/include" 52 } 53 } 54 ], 55 "test": [ "//developtools/hiperf/test:hiperf_test" ] 56 } 57 } 58} 59 60