diff --git a/bundle.json b/bundle.json new file mode 100644 index 0000000000000000000000000000000000000000..1c13c4187169715acadb06219e3da846b5e8a214 --- /dev/null +++ b/bundle.json @@ -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": [ + ] + } + } + }