!25 添加bundle.json文件

Merge pull request !25 from zhuguodong/master
This commit is contained in:
openharmony_ci 2023-06-25 06:17:02 +00:00 committed by Gitee
commit 3cc732d4ce
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

44
bundle.json Normal file
View File

@ -0,0 +1,44 @@
{
"name": "@ohos/opencl-headers",
"description": "OpenCL C Headers.",
"version": "3.2",
"license": "Apache License 2.0",
"pubiishAs": "code-segment",
"segment": {
"destPath": "third_party/opencl-headers"
},
"dirs": {},
"scripts": {},
"component": {
"name": "opencl-headers",
"subsystem": "thirdparty",
"feature": [],
"adapted_system_type": [
"standard"
],
"rom": "0",
"ram": "0",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [
"//third_party/opencl-headers:libcl"
],
"inner_kits": [
{
"name": "//third_party/opencl-headers:libcl",
"header": {
"header_files": [
"opencl_wrapper.h"
],
"header_base": "//third_party/opencl-headers/include/"
}
}
],
"test": [
]
}
}
}