third_party_benchmark/bundle.json
pjscc 6fe58e836d add bundle.json
Signed-off-by: pjscc <pangjiashuai@huawei.com>
2022-01-21 11:27:47 +08:00

30 lines
698 B
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": "",
"syscap": [],
"features": [],
"adapted_system_type": [],
"rom": "",
"ram": "",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
}
}