mirror of
https://github.com/openharmony/telephony_data_storage.git
synced 2026-07-21 08:25:26 -04:00
ce484ab189
Signed-off-by: PaDaBoo <xuejianwu@huawei.com>
61 lines
1.6 KiB
JSON
Executable File
61 lines
1.6 KiB
JSON
Executable File
{
|
|
"name": "@ohos/data_storage",
|
|
"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/data_storage"
|
|
},
|
|
"component": {
|
|
"name": "data_storage",
|
|
"subsystem": "telephony",
|
|
"syscap": [
|
|
"SystemCapability.Telephony.DataStorage"
|
|
],
|
|
"features": [],
|
|
"adapted_system_type": [
|
|
"standard"
|
|
],
|
|
"rom": "200KB",
|
|
"ram": "200KB",
|
|
"deps": {
|
|
"components": [
|
|
"ability_base",
|
|
"appexecfwk_standard",
|
|
"common_event_service",
|
|
"dmsfwk_standard",
|
|
"hiviewdfx_hilog_native",
|
|
"relational_store",
|
|
"dataability",
|
|
"preferences",
|
|
"safwk",
|
|
"utils_base"
|
|
],
|
|
"third_party": [
|
|
"jsoncpp"
|
|
]
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//base/telephony/data_storage:tel_data_storage",
|
|
"//base/telephony/data_storage:Telephony_Data_Storage"
|
|
],
|
|
"inner_kits": [
|
|
],
|
|
"test": [
|
|
"//base/telephony/data_storage/test:unittest"
|
|
]
|
|
}
|
|
}
|
|
}
|