{ "name": "@ohos/hiview", "description": "Hiview is the module of OpenHarmony that provides toolkits for device maintenance across different platforms.", "version": "3.1", "license": "Apache License 2.0", "publishAs": "code-segment", "segment": { "destPath": "base/hiviewdfx/hiview" }, "dirs": {}, "scripts": {}, "component": { "name": "hiview", "subsystem": "hiviewdfx", "syscap": [ "SystemCapability.HiviewDFX.Hiview", "SystemCapability.HiviewDFX.Hiview.FaultLogger" ], "adapted_system_type": [ "standard" ], "rom": "", "ram": "", "hisysevent_config": [ "//base/hiviewdfx/hiview/hisysevent.yaml", "//base/hiviewdfx/hiview/hiviewdfx.yaml", "//base/hiviewdfx/hiview/kernel_vendor.yaml" ], "deps": { "components": [ "ability_base", "ability_runtime", "access_token", "battery_statistics", "bundle_framework", "c_utils", "device_usage_statistics", "hilog_native", "hisysevent_native", "init", "ipc", "os_account", "safwk", "samgr", "time_service" ], "third_party": [ "ejdb", "iowow", "jsoncpp", "libxml2", "sqlite" ] }, "build": { "sub_component": [ "//base/hiviewdfx/hiview:hiview_package", "//base/hiviewdfx/hiview/plugins/faultlogger/interfaces/js/napi:faultlogger_napi" ], "inner_kits": [ { "name": "//base/hiviewdfx/hiview/plugins/faultlogger:libfaultlogger", "header": { "header_base": "//base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cpp/innerkits/include", "header_files": [ "faultlog_info.h", "faultlog_query_result.h", "faultlogger_client.h" ] } } ], "test": [ "//base/hiviewdfx/hiview:hiview_test_package" ] } } }