third_party_benchmark/bundle.json
CrazyRong 94c9a67cd9 升级benchmark版本到版本火车要求的1.8.3版本
Signed-off-by: CrazyRong <zzr189911@163.com>
2024-04-20 18:07:52 +08:00

45 lines
1.1 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": "benchmark",
"subsystem": "thirdparty",
"syscap": [],
"features": [],
"adapted_system_type": [
"small",
"standard"
],
"rom": "",
"ram": "",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [],
"inner_kits": [
{
"name":"//third_party/benchmark:benchmark",
"header":{
"header_files":[
"benchmark.h",
"export.h"
],
"header_base":"//third_party/benchmark/include"
}
}
],
"test": []
}
}
}