1{ 2 "name": "@ohos/hicollie_native", 3 "description": "HiCollie provides the software watchdog capability.", 4 "version": "3.1", 5 "license": "Apache License 2.0", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "base/hiviewdfx/hicollie" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "component": { 13 "name": "hicollie_native", 14 "subsystem": "hiviewdfx", 15 "adapted_system_type": [ 16 "standard" 17 ], 18 "hisysevent_config": [ 19 "//base/hiviewdfx/hicollie/hisysevent.yaml" 20 ], 21 "rom": "", 22 "ram": "", 23 "deps": { 24 "components": [ 25 "hilog_native", 26 "hisysevent_native", 27 "c_utils" 28 ], 29 "third_party": [] 30 }, 31 "build": { 32 "sub_component": [ 33 "//base/hiviewdfx/hicollie/interfaces/native/innerkits:libhicollie" 34 ], 35 "inner_kits": [ 36 { 37 "name": "//base/hiviewdfx/hicollie/interfaces/native/innerkits:libhicollie", 38 "header": { 39 "header_base": "//base/hiviewdfx/hicollie/interfaces/native/innerkits/include", 40 "header_files": [ 41 "xcollie/xcollie.h", 42 "xcollie/xcollie_checker.h", 43 "xcollie/xcollie_define.h", 44 "xcollie/watchdog.h" 45 ] 46 } 47 } 48 ], 49 "test": [ "//base/hiviewdfx/hicollie/frameworks/native/test/unittest/common:unittest" ] 50 } 51 } 52} 53