add bundle.json file

Signed-off-by: ChenJie <chenjie174@huawei.com>
This commit is contained in:
ChenJie
2022-07-21 19:58:46 +08:00
parent 2668455a9f
commit 90ab4fb696
+29
View File
@@ -0,0 +1,29 @@
{
"name": "@ohos/mimalloc",
"description": "mimalloc is a general purpose allocator with excellent performance characteristics, it is free software available under the MIT License",
"version": "2.0.6",
"license": "MIT",
"publishAs": "source",
"component": {
"name": "mimalloc",
"subsystem": "thirdparty",
"syscap": [],
"features": [],
"adapted_system_type": [],
"rom": "",
"ram": "",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [
"//third_party/mimalloc:libmimalloc_shared",
"//third_party/mimalloc:libmimalloc_static"
],
"inner_kits": [],
"test": []
}
}
}