Files
applications_contacts/bundle.json
T
ohos-lsw 8479339a0e modify bundle.json
Signed-off-by: ohos-lsw <lishiwei6@huawei.com>
2023-12-08 11:27:04 +08:00

33 lines
749 B
JSON

{
"name": "@ohos/contacts",
"description": "Contacts app for standard system.",
"version": "3.0",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"segment": {
"destPath": "applications/standard/contacts"
},
"dirs": {},
"scripts": {},
"component": {
"name": "contacts",
"subsystem": "applications",
"syscap": [],
"features": [],
"adapted_system_type": [
"standard"
],
"rom": "6MB",
"ram": "86650KB",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
}
}