• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "name": "@ohos/hiappevent_native",
3  "description": "Event logging provided for native 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_native",
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_base",
26        "bundle_framework",
27        "eventhandler",
28        "hitrace_native",
29        "hilog_native",
30        "ipc",
31        "relational_store"
32      ],
33      "third_party": []
34    },
35    "build": {
36      "sub_component": [
37        "//base/hiviewdfx/hiappevent/frameworks/native/libhiappevent:libhiappevent_base",
38        "//base/hiviewdfx/hiappevent/frameworks/native/ndk:hiappevent_ndk"
39      ],
40      "inner_kits": [],
41      "test": [ "//base/hiviewdfx/hiappevent/test:unittest" ]
42    }
43  }
44}