mirror of
https://gitee.com/openharmony/telephony_ril_adapter
synced 2025-03-01 13:25:40 +00:00
适配sysparam仓归一
Signed-off-by: laiguizhong <laiguizhong@huawei.com> Change-Id: I91f1650117dfa54fbac3998fe9abde14476afc46
This commit is contained in:
parent
fcea26bee4
commit
883a944bc9
@ -32,7 +32,7 @@
|
||||
"faultloggerd",
|
||||
"hiviewdfx_hilog_native",
|
||||
"ipc",
|
||||
"startup_l2",
|
||||
"init",
|
||||
"utils_base"
|
||||
],
|
||||
"third_party": [
|
||||
|
@ -53,9 +53,9 @@ ohos_shared_library("hril") {
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"init:libbegetutil",
|
||||
"ipc:ipc_core",
|
||||
"power_manager_native:powermgr_client",
|
||||
"startup_l2:syspara",
|
||||
]
|
||||
|
||||
public_deps = [ "//utils/native/base:utils" ]
|
||||
|
@ -41,7 +41,7 @@ ohos_shared_library("hril_hdf") {
|
||||
"//utils/native/base:utils",
|
||||
]
|
||||
|
||||
external_deps = [ "startup_l2:syspara" ]
|
||||
external_deps = [ "init:libbegetutil" ]
|
||||
|
||||
if (is_standard_system) {
|
||||
external_deps += [ "hiviewdfx_hilog_native:libhilog" ]
|
||||
|
2
services/vendor/BUILD.gn
vendored
2
services/vendor/BUILD.gn
vendored
@ -41,7 +41,7 @@ ohos_shared_library("ril_vendor") {
|
||||
"//utils/native/base:utils",
|
||||
]
|
||||
|
||||
external_deps = [ "startup_l2:syspara" ]
|
||||
external_deps = [ "init:libbegetutil" ]
|
||||
|
||||
if (is_standard_system) {
|
||||
external_deps += [ "hiviewdfx_hilog_native:libhilog" ]
|
||||
|
Loading…
x
Reference in New Issue
Block a user