From 53b0fe86f9ccc640ff03f50ed623aa2ef2d37810 Mon Sep 17 00:00:00 2001 From: deveco_xdevice Date: Mon, 5 Feb 2024 17:07:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9Ebundle.json=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: deveco_xdevice --- bundle.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 bundle.json diff --git a/bundle.json b/bundle.json new file mode 100644 index 0000000..3279d4c --- /dev/null +++ b/bundle.json @@ -0,0 +1,29 @@ +{ + "name": "@openharmony/xdevice", + "version": "2.30.0", + "description": "xdevice", + "license": "Apache License 2.0", + "publishAs": "code-segment", + "segment": { + "destPath": "test/testfwk/xdevice" + }, + "scripts": {}, + "repository": "", + "dirs": {}, + "component": { + "name": "xdevice", + "subsystem": "testfwk", + "syscap": [], + "features" :[], + "adapted_system_type": [ "mini", "small", "standard" ], + "rom": "0KB", + "ram": "0KB", + "deps": {}, + "build": { + "sub_component": [ + ], + "inner_kits": [], + "test": [] + } + } +}