From 2c11a047ec0b8e8b8c70278f58e5317d2e1e8341 Mon Sep 17 00:00:00 2001 From: yorere Date: Wed, 22 Dec 2021 09:40:44 +0800 Subject: [PATCH] add bundle.json Signed-off-by: yorere --- bundle.json | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 bundle.json diff --git a/bundle.json b/bundle.json new file mode 100644 index 000000000..2c690d140 --- /dev/null +++ b/bundle.json @@ -0,0 +1,53 @@ +{ + "name": "@ohos/xts", + "version": "", + "description": "XTS是OpenHarmony生态认证测试套件的集合,当前包括acts(application compatibility test suite)应用兼容性测试套,后续会拓展dcts(device compatibility test suite)设备兼容性测试套等。", + "homePage": "https://gitee.com/openharmony", + "license": "", + "repository": "", + "domain": "os", + "language": "", + "publishAs": "", + "private": false, + "scripts": {}, + "tags": [], + "keywords": [], + "envs": [], + "dirs": [], + "author": { + "name": "", + "email": "", + "url": "" + }, + "contributors": [ + { + "name": "", + "email": "", + "url": "" + } + ], + "segment": {}, + "component": { + "name": "xts", + "subsystem": "xdevice\r\ntest", + "syscap": [ + "SystemCapability.Test.xts" + ], + "features": [], + "adated_system_type": [ + "min", + "small" + ], + "rom": "", + "ram": "", + "deps": { + "components": [], + "third_party": [] + }, + "build": { + "sub_component": [], + "inner_kits": [], + "test": [] + } + } +} \ No newline at end of file -- GitLab