mirror of
https://github.com/openharmony/applications_contactsdata.git
synced 2026-07-01 20:24:03 -04:00
49a747ab12
Signed-off-by: w00636648 <wangziming14@huawei.com>
64 lines
1.8 KiB
JSON
64 lines
1.8 KiB
JSON
{
|
|
"name": "@ohos/contacts_data",
|
|
"version": "3.1.0",
|
|
"description": "contacts data ability",
|
|
"publishAs": "code-segment",
|
|
"homePage": "https://gitee.com/openharmony",
|
|
"repository": "https://gitee.com/openharmony/applications_contactsdata",
|
|
"license": "Apache License 2.0",
|
|
"language": "",
|
|
"private": false,
|
|
"scripts": {},
|
|
"envs": [],
|
|
"dirs": [],
|
|
"author": {},
|
|
"contributors": [],
|
|
"segment": {
|
|
"destPath": "applications/standard/contacts_data"
|
|
},
|
|
"component": {
|
|
"name": "contacts_data_hap",
|
|
"subsystem": "applications",
|
|
"syscap": [
|
|
"SystemCapability.Applications.ContactsData"
|
|
],
|
|
"features": [],
|
|
"adapted_system_type": [
|
|
"standard"
|
|
],
|
|
"rom": "400KB",
|
|
"ram": "7MB",
|
|
"deps": {
|
|
"components": [
|
|
"ability_base",
|
|
"ability_runtime",
|
|
"bundle_framework",
|
|
"common_event_service",
|
|
"eventhandler",
|
|
"hiviewdfx_hilog_native",
|
|
"ipc",
|
|
"napi",
|
|
"preferences",
|
|
"relational_store",
|
|
"safwk",
|
|
"utils_base"
|
|
],
|
|
"third_party": [
|
|
"jsoncpp"
|
|
]
|
|
},
|
|
"build": {
|
|
"group_type": {
|
|
"base_group": [
|
|
],
|
|
"fwk_group": [
|
|
"//applications/standard/contacts_data/contacts:contact"
|
|
],
|
|
"service_group": [
|
|
"//applications/standard/contacts_data:contactsdataability",
|
|
"//applications/standard/contacts_data:Contacts_DataAbility"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
} |