1{ 2 "name": "@ohos/hilog_service", 3 "description": "Log service provided for the system framework, services, and applications", 4 "version": "3.1", 5 "license": "Apache License 2.0", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "base/hiviewdfx/hilog" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "component": { 13 "name": "hilog_service", 14 "subsystem": "hiviewdfx", 15 "syscap": [ 16 "SystemCapability.HiviewDFX.HiLog" 17 ], 18 "adapted_system_type": [ 19 "standard" 20 ], 21 "rom": "460KB", 22 "ram": "14336KB", 23 "deps": { 24 "components": [ 25 "init", 26 "utils_base" 27 ], 28 "third_party": [ 29 "bounds_checking_function", 30 "zlib" 31 ] 32 }, 33 "build": { 34 "sub_component": [ 35 "//base/hiviewdfx/hilog/services/hilogtool:hilog", 36 "//base/hiviewdfx/hilog/services/hilogd:hilogd" 37 ], 38 "inner_kits": [], 39 "test": [ "//base/hiviewdfx/hilog/test:HiLogNDKTest" ] 40 } 41 } 42}