applications_dlp_manager/bundle.json
li-li-wang d3c3c5e600 Description:add bundle.json
Match-id-2e35a718c407055d4e4c245345bd9be75fd75d00
2023-09-07 11:12:39 +08:00

35 lines
801 B
JSON

{
"name": "@ohos/dlp_manager",
"description": "dlp_manager",
"version": "3.1.0",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"segment": {
"destPath": "applications/standard/dlp_manager"
},
"dirs": {},
"scripts": {},
"component": {
"name": "dlp_manager",
"subsystem": "applications",
"syscap": [
"SystemCapability.Security.DataLossPrevention"
],
"features": [],
"adapted_system_type": [
"standard"
],
"rom": "670KB",
"ram": "",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
}
}