third_party_benchmark/bundle.json
ry b0475508fd modity part name and add subsystem name
Signed-off-by: ry <ry.renyi@huawei.com>
2023-05-26 11:17:14 +08:00

41 lines
1.0 KiB
JSON

{
"name": "@ohos/benchmark",
"description": "A microbenchmark support library",
"version": "3.1",
"license": "Apache License V2.0",
"publishAs": "code-segment",
"segment": {
"destPath": "third_party/benchmark"
},
"dirs": {},
"scripts": {},
"component": {
"name": "thirdparty_benchmark",
"subsystem": "thirdpart",
"syscap": [],
"features": [],
"adapted_system_type": [],
"rom": "",
"ram": "",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [],
"inner_kits": [
{
"name":"//third_party/benchmark:benchmark",
"header":{
"header_files":[
"benchmark.h"
],
"header_base":"//third_party/benchmark/include"
}
}
],
"test": []
}
}
}