1{ 2 "name": "@ohos/hiappevent", 3 "description": "Event logging provided for application", 4 "version": "3.1", 5 "license": "Apache License 2.0", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "base/hiviewdfx/hiappevent" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "component": { 13 "name": "hiappevent", 14 "subsystem": "hiviewdfx", 15 "syscap": [ 16 "SystemCapability.HiviewDFX.HiAppEvent" 17 ], 18 "adapted_system_type": [ 19 "standard" 20 ], 21 "rom": "", 22 "ram": "", 23 "deps": { 24 "components": [ 25 "ability_runtime", 26 "bundle_framework", 27 "c_utils", 28 "eventhandler", 29 "ffrt", 30 "hitrace", 31 "hilog", 32 "init", 33 "ipc", 34 "napi", 35 "relational_store", 36 "storage_service", 37 "jsoncpp" 38 ] 39 }, 40 "build": { 41 "sub_component": [ 42 "//base/hiviewdfx/hiappevent/frameworks/native/libhiappevent:libhiappevent_base", 43 "//base/hiviewdfx/hiappevent/frameworks/native/ndk:hiappevent_ndk", 44 "//base/hiviewdfx/hiappevent/frameworks/js/napi:hiappevent", 45 "//base/hiviewdfx/hiappevent/frameworks/js/napi:hiappevent_v9", 46 "//base/hiviewdfx/hiappevent/frameworks/cj/ffi:cj_hiappevent_ffi", 47 "//base/hiviewdfx/hiappevent/interfaces/native/inner_api:hiappevent_innerapi" 48 ], 49 "inner_kits": [ 50 { 51 "name": "//base/hiviewdfx/hiappevent/interfaces/native/inner_api:hiappevent_innerapi", 52 "header": { 53 "header_base": "//base/hiviewdfx/hiappevent/interfaces/native/inner_api/include", 54 "header_files": [ 55 "app_event.h", 56 "app_event_processor.h", 57 "app_event_processor_mgr.h" 58 ] 59 } 60 } 61 ], 62 "test": [ "//base/hiviewdfx/hiappevent/test:unittest" ] 63 } 64 } 65}