From 11f9fd7b0615fb8da4d5139f4af4ed22b0df9875 Mon Sep 17 00:00:00 2001 From: yudechen Date: Fri, 4 Nov 2022 10:19:20 +0800 Subject: [PATCH] test bundle.json check. Signed-off-by: yudechen Change-Id: I26e9df5727533280a28877b66aa40c7e4f480a9b --- bundle.json | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/bundle.json b/bundle.json index f05efa3..7f8b2fb 100644 --- a/bundle.json +++ b/bundle.json @@ -1,20 +1,22 @@ { - "name": "@ohos/syscap_codec", + "name": "ohos/syscap_codec", "description": "System capability encode and decode.", - "version": "3.2", + "version": "3.2.1", "license": "Apache License 2.0", "pubiishAs": "code-segment", "segment": { - "destPath": "developtools/syscap_codec" + "destPath": "//developtools/syscap_codec" }, "dirs": {}, "scripts": {}, "component": { - "name": "syscap_codec", - "subsystem": "developtools", - "syscap": [ "SystemCapability.Developtools.Syscap" ], - "feature": [], - "adapted_system_type": [ "small", "standard" ], + "name": "syscap_Codec", + "subsystem": "develop_tools", + "syscap": [ "SystemCapability.Developtools.Syscap.pcid" ], + "feature": ["Tis.is.a.feature"], + "adapted_system_type": [ "small", "standard", "liteos_m" ], + "rom": "321", + "ram": "344.3KD", "deps": { "components": [ "napi", -- Gitee