diff --git a/bundle.json b/bundle.json new file mode 100644 index 0000000000000000000000000000000000000000..181c1cf03c90bfe14d9c1ace148fc3140acbc314 --- /dev/null +++ b/bundle.json @@ -0,0 +1,59 @@ +{ + "name": "@ohos/security_dataclassification", + "version": "", + "description": "数据标签化", + "homePage": "https://gitee.com/openharmony", + "license": "Apache V2", + "repository": "https://gitee.com/openharmony/security_dataclassification", + "domain": "os", + "language": "", + "publishAs": "code-segment", + "private": false, + "scripts": {}, + "tags": [ + "base" + ], + "keywords": [ + "security", + "dataclassification" + ], + "envs": [], + "dirs": [], + "author": { + "name": "", + "email": "", + "url": "" + }, + "contributors": [ + { + "name": "", + "email": "", + "url": "" + } + ], + "segment": { + "destPath": "base/security/dataclassification" + }, + "component": { + "name": "data_classification", + "subsystem": "security", + "syscap": [ + "SystemCapability.Security.DataClassification.DataFlag" + ], + "features": [], + "adapted_system_type": [ + "standard" + ], + "rom": "", + "ram": "", + "deps": { + "components": [], + "third_party": [] + }, + "build": { + "sub_component": [], + "inner_kits": [], + "test": [] + } + } +} \ No newline at end of file