mirror of
https://gitee.com/openharmony/telephony_core_service
synced 2024-11-23 08:00:07 +00:00
e904077611
Signed-off-by: zhf <zhanghaifeng11@huawei.com>
24 lines
1.0 KiB
Plaintext
Executable File
24 lines
1.0 KiB
Plaintext
Executable File
{
|
|
"subsystem": "telephony",
|
|
"parts": {
|
|
"core_service": {
|
|
"module_list": [
|
|
"//base/telephony/core_service:tel_core_service",
|
|
"//base/telephony/core_service/network_search/test:tel_network_search_test",
|
|
"//base/telephony/core_service/sim/test:tel_sim_test",
|
|
"//base/telephony/core_service/tel_ril/test:tel_ril_test",
|
|
"//base/telephony/core_service/sa_profile:core_service_sa_profile",
|
|
"//base/telephony/core_service/etc/init:telephony.rc",
|
|
"//base/telephony/core_service/interfaces/kits:tel_core_service_api",
|
|
"//base/telephony/core_service/interfaces/kits/test:tel_core_service_api_test",
|
|
"//base/telephony/core_service/interfaces/kits/js/napi/network_search:telephony_radio",
|
|
"//base/telephony/core_service/interfaces/kits/js/napi/sim:telephony_sim"
|
|
|
|
],
|
|
"test_list": [
|
|
"//base/telephony/core_service/test:unittest"
|
|
]
|
|
}
|
|
}
|
|
}
|