From 61f8d27c2def33bf0a9c79f880e83ff06bdad107 Mon Sep 17 00:00:00 2001 From: pjscc Date: Wed, 16 Feb 2022 15:01:56 +0800 Subject: [PATCH] feat: add bundle.json Signed-off-by: pjscc --- bundle.json | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 bundle.json diff --git a/bundle.json b/bundle.json new file mode 100644 index 0000000..2c1ed96 --- /dev/null +++ b/bundle.json @@ -0,0 +1,54 @@ +{ + "name": "@ohos/utils", + "version": "", + "description": "JNI classes and functions | JNI相关函数和类", + "homePage": "https://gitee.com/openharmony", + "license": "Apache V2", + "repository": "https://gitee.com/openharmony/utils", + "domain": "os", + "language": "", + "publishAs": "code-segment", + "private": false, + "scripts": {}, + "tags": [ + "utils" + ], + "keywords": [ + "utils" + ], + "envs": {}, + "dirs": {}, + "author": { + "name": "", + "email": "", + "url": "" + }, + "contributors": [ + { + "name": "", + "email": "", + "url": "" + } + ], + "segment": { + "destPath": "utils" + }, + "component": { + "name": "utils", + "subsystem": "", + "syscap": [], + "features": [], + "adapted_system_type": [], + "rom": "", + "ram": "", + "deps": { + "components": [], + "third_party": [] + }, + "build": { + "sub_component": [], + "inner_kits": [], + "test": [] + } + } +} \ No newline at end of file