-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbundle.json
136 lines (136 loc) · 4.27 KB
/
bundle.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
"name": "@ohos/hiprofiler",
"description": "Performance profiler that provides an analytics tool for the memory, bytrace plug-in, and IDE, as well as plug-in capabilities",
"version": "3.09",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"segment": {
"destPath": "developtools/profiler"
},
"dirs": {},
"scripts": {},
"component": {
"name": "hiprofiler",
"subsystem": "developtools",
"features": [
"hiprofiler_SmartPerf"
],
"syscap": [
"SystemCapability.HiviewDFX.HiProfiler.HiDebug"
],
"adapted_system_type": [
"standard"
],
"rom": "188KB",
"ram": "2000KB",
"deps": {
"components": [
"ability_runtime",
"ability_base",
"access_token",
"bounds_checking_function",
"bundle_framework",
"common_event_service",
"c_utils",
"faultloggerd",
"hichecker",
"hidumper",
"hilog",
"hitrace",
"hiview",
"ipc",
"init",
"napi",
"protobuf",
"safwk",
"samgr",
"drivers_interface_memorytracker",
"graphic_2d",
"os_account",
"window_manager",
"image_framework",
"ffrt",
"openssl",
"zlib",
"grpc",
"storage_service",
"abseil-cpp"
],
"third_party": [
"cJSON",
"libbpf",
"libunwind",
"libpng"
]
},
"build": {
"sub_component": [
"//developtools/profiler/device:hiprofiler_targets",
"//developtools/profiler/hidebug/interfaces/js/kits:profiler_jsapi_module",
"//developtools/profiler/hidebug/frameworks/hidebug_ndk:ohhidebug",
"//developtools/profiler/hidebug/frameworks/native:hidebug_native",
"//developtools/profiler/host/smartperf/client/client_command/:SP_daemon",
"//developtools/profiler/host/smartperf/client/:SmartPerf",
"//developtools/profiler/hiebpf:hiebpf_tool",
"//developtools/profiler/timestamps:timestamps_tool"
],
"inner_kits": [
{
"header": {
"header_base": "//developtools/profiler/hidebug/interfaces/native/innerkits/include",
"header_files": [
"hidebug_base.h"
]
},
"name": "//developtools/profiler/hidebug/interfaces/native/innerkits:libhidebug"
},
{
"header": {
"header_base": "//developtools/profiler/hidebug/interfaces/native/innerkits/include",
"header_files": [
"hidebug_base.h"
]
},
"name": "//developtools/profiler/hidebug/interfaces/native/innerkits:libhidebug_init"
},
{
"header": {
"header_base": "//developtools/profiler/device",
"header_files": [
"plugins/native_daemon/native_memory_profiler_sa/include/native_memory_profiler_sa_client_manager.h",
"plugins/native_daemon/native_memory_profiler_sa/include/native_memory_profiler_sa_config.h",
"base/include/common.h"
]
},
"name": "//developtools/profiler/device/plugins/native_daemon:libnative_daemon_client"
},
{
"header": {
"header_base": "//developtools/profiler/device",
"header_files": [
"plugins/network_profiler/client/include/network_profiler.h"
]
},
"name": "//developtools/profiler/device/plugins/network_profiler/client:libnetwork_profiler"
},
{
"header": {
"header_base": "//developtools/profiler/device",
"header_files": [
"plugins/ffrt_profiler/client/include/ffrt_profiler.h"
]
},
"name": "//developtools/profiler/device/plugins/ffrt_profiler/client:libffrt_profiler"
}
],
"test": [
"//developtools/profiler/device:fuzztest",
"//developtools/profiler/device:unittest",
"//developtools/profiler/interfaces/kits/test:unittest",
"//developtools/profiler/hidebug/test/unittest:unittest",
"//developtools/profiler/proto_encoder/test:unittest",
"//developtools/profiler/host/smartperf/client/client_command/test:unittest"
]
}
}
}