add bundle.json

Signed-off-by: Lostoner <nizihao1@huawei.com>
This commit is contained in:
Lostoner 2023-06-25 14:42:13 +08:00
parent ab31607f44
commit f6202bc758

33
bundle.json Normal file
View File

@ -0,0 +1,33 @@
{
"name": "@ohos/opencl-headers",
"description": "This repository contains C language headers for the OpenCL API.",
"version": "2.2",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"segment": {
"destPath": "third_party/opencl-headers"
},
"dirs": {},
"scripts": {},
"readmePath": {
"en": "README.md"
},
"component": {
"name": "opencl-headers",
"subsystem": "thirdparty",
"syscap": [],
"features": [],
"adapted_system_type": [ "standard" ],
"rom": "",
"ram": "",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
}
}