1{ 2 "name": "@ohos/opencl-headers", 3 "description": "OpenCL C Headers.", 4 "version": "3.2", 5 "license": "Apache License 2.0", 6 "pubiishAs": "code-segment", 7 "segment": { 8 "destPath": "third_party/opencl-headers" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "component": { 13 "name": "opencl-headers", 14 "subsystem": "thirdparty", 15 "feature": [], 16 "adapted_system_type": [ 17 "standard" 18 ], 19 "rom": "0", 20 "ram": "0", 21 "deps": { 22 "components": [], 23 "third_party": [] 24 }, 25 "build": { 26 "sub_component": [ 27 "//third_party/opencl-headers:libcl" 28 ], 29 "inner_kits": [ 30 { 31 "name": "//third_party/opencl-headers:libcl", 32 "header": { 33 "header_files": [ 34 "opencl_wrapper.h" 35 ], 36 "header_base": "//third_party/opencl-headers/include/" 37 } 38 } 39 ], 40 "test": [ 41 ] 42 } 43 } 44 } 45