mirror of
https://github.com/openharmony/telephony_data_storage.git
synced 2026-07-01 08:11:48 -04:00
493e6947cc
Signed-off-by: w00636648 <wangziming14@huawei.com>
64 lines
1.7 KiB
JSON
Executable File
64 lines
1.7 KiB
JSON
Executable File
{
|
|
"name": "@ohos/telephony_data",
|
|
"version": "3.1.0",
|
|
"description": "telephony data storage service",
|
|
"publishAs": "code-segment",
|
|
"homePage": "https://gitee.com/openharmony",
|
|
"repository": "https://gitee.com/openharmony/telephony_data_storage",
|
|
"license": "Apache License 2.0",
|
|
"language": "",
|
|
"private": false,
|
|
"scripts": {},
|
|
"envs": [],
|
|
"dirs": [],
|
|
"author": {},
|
|
"contributors": [],
|
|
"segment": {
|
|
"destPath": "base/telephony/telephony_data"
|
|
},
|
|
"component": {
|
|
"name": "telephony_data",
|
|
"subsystem": "telephony",
|
|
"syscap": [
|
|
"SystemCapability.Telephony.DataStorage"
|
|
],
|
|
"features": [],
|
|
"adapted_system_type": [
|
|
"standard"
|
|
],
|
|
"rom": "200KB",
|
|
"ram": "200KB",
|
|
"deps": {
|
|
"components": [
|
|
"ability_base",
|
|
"ability_runtime",
|
|
"c_utils",
|
|
"config_policy",
|
|
"hiviewdfx_hilog_native",
|
|
"preferences",
|
|
"relational_store"
|
|
],
|
|
"third_party": [
|
|
"jsoncpp"
|
|
]
|
|
},
|
|
"build": {
|
|
"group_type": {
|
|
"base_group": [
|
|
],
|
|
"fwk_group": [
|
|
],
|
|
"service_group": [
|
|
"//base/telephony/telephony_data:tel_telephony_data",
|
|
"//base/telephony/telephony_data:Telephony_Data_Storage"
|
|
]
|
|
},
|
|
"inner_kits": [
|
|
],
|
|
"test": [
|
|
"//base/telephony/telephony_data/test:unittest"
|
|
]
|
|
}
|
|
}
|
|
}
|