From 6c13ff039e66b89eaafa37d2723a9be6ff24604f Mon Sep 17 00:00:00 2001 From: Sang_Sang33 Date: Wed, 16 Feb 2022 11:35:23 +0800 Subject: [PATCH] feat: add bundle.json Signed-off-by: Sang_Sang33 --- bundle.json | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 bundle.json diff --git a/bundle.json b/bundle.json new file mode 100644 index 0000000..b809e59 --- /dev/null +++ b/bundle.json @@ -0,0 +1,37 @@ +{ + "name": "@ohos/device_qemu", + "version": "", + "publishAs": "code-segment", + "description": "Hardware platforms emulation by QEMU", + "scripts": {}, + "repository": "https://gitee.com/openharmony/device_qemu", + "tags": [ + "device" + ], + "license": "Apache V2", + "keywords": [ + "device", + "qemu" + ], + "segment": { + "destPath": "device/qemu" + }, + "component": { + "name": "qemu", + "subsystem": "", + "syscap": [], + "features": [], + "adated_system_type": [], + "rom": "", + "ram": "", + "deps": { + "components": [], + "third_party": [] + }, + "build": { + "sub_component": [], + "inner_kits": [], + "test": [] + } + } +} \ No newline at end of file -- Gitee