mirror of
https://gitee.com/openharmony/developtools_hiperf
synced 2024-11-23 23:49:58 +00:00
04868bdc28
Signed-off-by: chuxuezhe111 <hanjixiao@huawei.com>
27 lines
645 B
Plaintext
27 lines
645 B
Plaintext
{
|
|
"subsystem": "developtools",
|
|
"parts": {
|
|
"hiperf": {
|
|
"module_list": [
|
|
"//developtools/hiperf/:hiperf_target",
|
|
"//developtools/hiperf/:hiperf_target_all"
|
|
],
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|