From ea4b3fea1f88d100407fc103ebddec86b75fe6c5 Mon Sep 17 00:00:00 2001 From: pjscc Date: Wed, 22 Dec 2021 09:39:47 +0800 Subject: [PATCH] add bundle Signed-off-by: pjscc --- bundle.json | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 bundle.json diff --git a/bundle.json b/bundle.json new file mode 100644 index 0000000..5c8ee7a --- /dev/null +++ b/bundle.json @@ -0,0 +1,59 @@ +{ + "name": "@ohos/miscservices_inputmethod", + "version": "", + "description": "管理系统已安装的输入法,支持控件拉起或隐藏输入法,支持三方输入法应用开发。", + "homePage": "https://gitee.com/openharmony", + "license": "Apache V2", + "repository": "https://gitee.com/openharmony/miscservices_inputmethod", + "domain": "os", + "language": "", + "publishAs": "code-segment", + "private": false, + "scripts": {}, + "tags": [ + "base" + ], + "keywords": [ + "miscservices", + "inputmethod" + ], + "envs": [], + "dirs": [], + "author": { + "name": "", + "email": "", + "url": "" + }, + "contributors": [ + { + "name": "", + "email": "", + "url": "" + } + ], + "segment": { + "destPath": "base/miscservices/inputmethod" + }, + "component": { + "name": "miscservices_inputmethod", + "subsystem": "miscservices", + "syscap": [ + "SystemCapability.MiscServices.InputMethod" + ], + "features": [], + "adated_system_type": [ + "standard" + ], + "rom": "", + "ram": "", + "deps": { + "components": [], + "third_party": [] + }, + "build": { + "sub_component": [], + "inner_kits": [], + "test": [] + } + } +} \ No newline at end of file