mirror of
https://github.com/openharmony/telephony_data_storage.git
synced 2026-07-21 00:05:31 -04:00
fb61704fee
Merge pull request !177 from chenyude/bundle
64 lines
1.7 KiB
JSON
Executable File
64 lines
1.7 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",
|
|
"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/data_storage:tel_data_storage",
|
|
"//base/telephony/data_storage:Telephony_Data_Storage"
|
|
]
|
|
},
|
|
"inner_kits": [
|
|
],
|
|
"test": [
|
|
"//base/telephony/data_storage/test:unittest"
|
|
]
|
|
}
|
|
}
|
|
}
|