mirror of
https://gitee.com/openharmony/developtools_hiperf
synced 2025-03-02 13:07:09 +00:00
26 lines
593 B
Plaintext
26 lines
593 B
Plaintext
{
|
|
"subsystem": "developtools",
|
|
"parts": {
|
|
"hiperf": {
|
|
"module_list": [
|
|
"//developtools/hiperf/:hiperf_target"
|
|
],
|
|
"inner_kits": [
|
|
{
|
|
"type": "so",
|
|
"name": "//developtools/hiperf/interfaces/innerkits/native:hiperf_client",
|
|
"header": {
|
|
"header_files": [
|
|
"hiperf_client.h"
|
|
],
|
|
"header_base": "//developtools/hiperf/interfaces/innerkits/native/include"
|
|
}
|
|
}
|
|
],
|
|
"test_list": [
|
|
"//developtools/hiperf/test:hiperf_unittest"
|
|
]
|
|
}
|
|
}
|
|
}
|