1{ 2 "name": "@ohos/vulkan-headers", 3 "description": "Vulkan header files and API registry", 4 "version": "3.2", 5 "license": "Apache-2.0", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "third_party/vulkan-headers" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "licensePath": "CODE_OF_CONDUCT.md", 13 "readmePath": { 14 "en": "README.md" 15 }, 16 "component": { 17 "name": "vulkan-headers", 18 "subsystem": "thirdparty", 19 "syscap": [], 20 "features": [], 21 "adapted_system_type": ["standard"], 22 "rom": "1", 23 "ram": "1", 24 "deps": { 25 "components": [], 26 "third_party": [] 27 }, 28 "build": { 29 "sub_component": [ 30 "//third_party/vulkan-headers:vulkan_headers" 31 ], 32 "inner_kits": [ 33 { 34 "type": "none", 35 "name": "//third_party/vulkan-headers:vulkan_headers", 36 "header": { 37 "header_files": [ 38 ], 39 "header_base": "//third_party/vulkan-headers/include" 40 } 41 } 42 ] 43 } 44 } 45}