From 793625a512b7d81f0ab61da4701f14e4b5edb653 Mon Sep 17 00:00:00 2001 From: Sang_Sang33 Date: Tue, 21 Dec 2021 14:08:34 +0800 Subject: [PATCH 1/2] add bundle.json Signed-off-by: Sang_Sang33 --- bundle.json | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 bundle.json diff --git a/bundle.json b/bundle.json new file mode 100644 index 000000000..dc544992b --- /dev/null +++ b/bundle.json @@ -0,0 +1,61 @@ +{ + "name": "@ohos/notification_ans_standard", + "version": "", + "description": "为应用程序提供发布通知的能力", + "homePage": "https://gitee.com/openharmony", + "license": "Apache V2", + "repository": "https://gitee.com/openharmony/notification_ans_standard", + "domain": "os", + "language": "", + "publishAs": "code-segment", + "private": false, + "scripts": {}, + "tags": [ + "base" + ], + "keywords": [ + "notification", + "ans", + "standard" + ], + "envs": [], + "dirs": [], + "author": { + "name": "", + "email": "", + "url": "" + }, + "contributors": [ + { + "name": "", + "email": "", + "url": "" + } + ], + "segment": { + "destPath": "base/notification/ans_standard" + }, + "component": { + "name": "advanced_notification_service", + "subsystem": "notification", + "syscap": [ + "SystemCapability.AdvancedNotificationService" + ], + "features": [], + "adated_system_type": [ + "small", + "standard" + ], + "rom": "", + "ram": "", + "deps": { + "components": [], + "third_party": [] + }, + "build": { + "sub_component": [], + "inner_kits": [], + "test": [] + } + } +} \ No newline at end of file -- Gitee From 015dbb482c71c8a3f8bea5c41e08065e581b1f51 Mon Sep 17 00:00:00 2001 From: Sang_Sang33 Date: Fri, 24 Dec 2021 14:27:11 +0800 Subject: [PATCH 2/2] fix Signed-off-by: Sang_Sang33 --- bundle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index dc544992b..0f27f27ac 100644 --- a/bundle.json +++ b/bundle.json @@ -42,7 +42,7 @@ "SystemCapability.AdvancedNotificationService" ], "features": [], - "adated_system_type": [ + "adapted_system_type": [ "small", "standard" ], -- Gitee