From 89de1f3b544ef469b8a67479ccd6487217357e76 Mon Sep 17 00:00:00 2001 From: yaobaohua Date: Fri, 27 Sep 2024 15:01:51 +0800 Subject: [PATCH] admin provisioning bundle json Signed-off-by: yaobaohua --- bundle.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 bundle.json diff --git a/bundle.json b/bundle.json new file mode 100644 index 0000000..d2e37ab --- /dev/null +++ b/bundle.json @@ -0,0 +1,32 @@ +{ + "name": "@ohos/admin_provisioning", + "description": "admin_provisioning app for standard system.", + "version": "3.1", + "license": "Apache License 2.0", + "publishAs": "code-segment", + "segment": { + "destPath": "applications/standard/admin_provisioning" + }, + "dirs": {}, + "scripts": {}, + "component": { + "name": "admin_provisioning", + "subsystem": "applications", + "syscap": [], + "features": [], + "adapted_system_type": [ + "standard" + ], + "rom": "0KB", + "ram": "0KB", + "deps": { + "components": [], + "third_party": [] + }, + "build": { + "sub_component": [], + "inner_kits": [], + "test": [] + } + } +} \ No newline at end of file -- Gitee