diff --git a/bundle.json b/bundle.json new file mode 100644 index 0000000000000000000000000000000000000000..46b8391f85a4ab0976e855b9f3f57c1ef2aae91b --- /dev/null +++ b/bundle.json @@ -0,0 +1,31 @@ +{ + "name": "@ohos/unity", + "description": "Third-party open-source software Unity | Simple Unit Testing for C", + "version": "3.1", + "license": "MIT", + "publishAs": "code-segment", + "segment": { + "destPath": "third_party/unity" + }, + "dirs": {}, + "scripts": {}, + "licensePath": "LICENSE.txt", + "component": { + "name": "thirdparty_unity", + "subsystem": "", + "syscap": [], + "features": [], + "adapted_system_type": [], + "rom": "", + "ram": "", + "deps": { + "components": [], + "third_party": [] + }, + "build": { + "sub_component": [], + "inner_kits": [], + "test": [] + } + } +} \ No newline at end of file