diff --git a/bundle.json b/bundle.json new file mode 100644 index 0000000000000000000000000000000000000000..f71e92bde684746fff31d954f75f07de76198efe --- /dev/null +++ b/bundle.json @@ -0,0 +1,34 @@ +{ + "name": "@ohos/vulkan-loader", + "description": "This project provides the Khronos official Vulkan ICD desktop loader for Windows, Linux, and MacOS.", + "version": "4.0", + "license": "Apache-2.0", + "publishAs": "code-segment", + "segment": { + "destPath": "third_party/vulkan-loader" + }, + "dirs": {}, + "scripts": {}, + "licensePath": "CODE_OF_CONDUCT.md", + "readmePath": { + "en": "README.md" + }, + "component": { + "name": "vulkan-loader", + "subsystem": "graphic", + "syscap": [], + "features": [], + "adapted_system_type": ["standard"], + "rom": "1", + "ram": "1", + "deps": { + "components": [], + "third_party": [] + }, + "build": { + "sub_component": [], + "inner_kits": [], + "test": [] + } + } +} \ No newline at end of file