mirror of
https://gitee.com/openharmony/third_party_opencl-headers
synced 2024-11-26 16:50:30 +00:00
add bundle.json
Signed-off-by: Zhu Guodong <zhuguodong0001@163.com> Change-Id: I6fa1c2d758435b983d5f5a6b56e71d02c50dc55e
This commit is contained in:
parent
4e38bf513d
commit
f929afbb7f
44
bundle.json
Normal file
44
bundle.json
Normal 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": [
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user