1{ 2 "name": "@ohos/hiview", 3 "description": "Hiview is the module of OpenHarmony that provides toolkits for device maintenance across different platforms.", 4 "version": "3.1", 5 "license": "Apache License 2.0", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "base/hiviewdfx/hiview" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "component": { 13 "name": "hiview", 14 "subsystem": "hiviewdfx", 15 "syscap": [ 16 "SystemCapability.HiviewDFX.Hiview", 17 "SystemCapability.HiviewDFX.Hiview.FaultLogger" 18 ], 19 "adapted_system_type": [ 20 "standard" 21 ], 22 "rom": "", 23 "ram": "", 24 "hisysevent_config": [ 25 "//base/hiviewdfx/hiview/hisysevent.yaml", 26 "//base/hiviewdfx/hiview/kernel_vendor.yaml" 27 ], 28 "deps": { 29 "components": [ 30 "ability_base", 31 "hilog_native", 32 "hisysevent_native", 33 "init", 34 "ipc", 35 "safwk", 36 "samgr_standard", 37 "startup_l2", 38 "utils_base" 39 ], 40 "third_party": [ 41 "cJSON", 42 "ejdb", 43 "iowow", 44 "jsoncpp", 45 "libxml2", 46 "sqlite" 47 ] 48 }, 49 "build": { 50 "sub_component": [ 51 "//base/hiviewdfx/hiview:hiview_package", 52 "//base/hiviewdfx/hiview/plugins/faultlogger/interfaces/js/napi:faultlogger_napi" 53 ], 54 "inner_kits": [ 55 { 56 "name": "//base/hiviewdfx/hiview/plugins/faultlogger:libfaultlogger", 57 "header": { 58 "header_base": "//base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cpp/innerkits/include", 59 "header_files": [ 60 "faultlog_info.h", 61 "faultlog_query_result.h", 62 "faultlogger_client.h" 63 ] 64 } 65 } 66 ], 67 "test": [ "//base/hiviewdfx/hiview:hiview_test_package" ] 68 } 69 } 70} 71