From 4f33d2dae989f8189dd3db5660888a3631747062 Mon Sep 17 00:00:00 2001 From: Sang_Sang33 Date: Tue, 21 Dec 2021 16:20:44 +0800 Subject: [PATCH 1/2] add bundle Signed-off-by: Sang_Sang33 --- bundle.json | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 bundle.json diff --git a/bundle.json b/bundle.json new file mode 100644 index 0000000..e528c31 --- /dev/null +++ b/bundle.json @@ -0,0 +1,60 @@ +{ + "name": "@ohos/security_deviceauth", + "version": "", + "description": "设备认证", + "homePage": "https://gitee.com/openharmony", + "license": "Apache V2", + "repository": "https://gitee.com/openharmony/security_deviceauth", + "domain": "os", + "language": "", + "publishAs": "code-segment", + "private": false, + "scripts": {}, + "tags": [ + "base" + ], + "keywords": [ + "security", + "deviceauth" + ], + "envs": [], + "dirs": [], + "author": { + "name": "", + "email": "", + "url": "" + }, + "contributors": [ + { + "name": "", + "email": "", + "url": "" + } + ], + "segment": { + "destPath": "base/security/deviceauth" + }, + "component": { + "name": "device_auth", + "subsystem": "security", + "syscap": [ + "SystemCapability.Security.DeviceAuth" + ], + "features": [], + "adated_system_type": [ + "small", + "standard" + ], + "rom": "", + "ram": "", + "deps": { + "components": [], + "third_party": [] + }, + "build": { + "sub_component": [], + "inner_kits": [], + "test": [] + } + } +} \ No newline at end of file From 27494aad6e37c664fd2fb522f867b21dfb6cad62 Mon Sep 17 00:00:00 2001 From: Sang_Sang33 Date: Fri, 24 Dec 2021 14:30:02 +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 e528c31..f49bab4 100644 --- a/bundle.json +++ b/bundle.json @@ -41,7 +41,7 @@ "SystemCapability.Security.DeviceAuth" ], "features": [], - "adated_system_type": [ + "adapted_system_type": [ "small", "standard" ],