mirror of
https://github.com/openharmony/customization_config_policy.git
synced 2026-07-01 22:04:01 -04:00
!178 merge master into master
config_policy init编译解耦 Created-by: xiekaiming Commit-by: xiekaiming Merged-by: openharmony_ci Description: ### 相关的Issue [新增so提供参数相关功能](https://gitcode.com/openharmony/startup_init/issues/2929) ### 原因(目的、解决的问题等) 使用init提供的参数功能模块 ### 描述(做了什么,变更了什么) 依赖模块变更为systemparam,删除提供给init的静态库 ### 测试用例(新增、改动、可能影响的功能) ### L0新增用例自检结果 - [x] 是,有新增L0用例,且完成自检 - [ ] 否 See merge request: openharmony/customization_config_policy!178
This commit is contained in:
@@ -54,10 +54,6 @@
|
||||
]
|
||||
},
|
||||
"name": "//base/customization/config_policy/frameworks/config_policy:configpolicy_util"
|
||||
},
|
||||
{
|
||||
"name": "//base/customization/config_policy/frameworks/config_policy:configpolicy_util_for_init_static",
|
||||
"visibility": ["init"]
|
||||
}
|
||||
],
|
||||
"test": [
|
||||
|
||||
@@ -58,7 +58,7 @@ if (defined(ohos_lite) && ohos_kernel_type == "liteos_m") {
|
||||
external_deps = [
|
||||
"bounds_checking_function:libsec_shared",
|
||||
"hilog:libhilog_base",
|
||||
"init:libbegetutil",
|
||||
"init:libsystemparam",
|
||||
]
|
||||
install_images = [
|
||||
"system",
|
||||
@@ -72,14 +72,4 @@ if (defined(ohos_lite) && ohos_kernel_type == "liteos_m") {
|
||||
subsystem_name = "customization"
|
||||
part_name = "config_policy"
|
||||
}
|
||||
ohos_static_library("configpolicy_util_for_init_static") {
|
||||
sources = config_policy_sources
|
||||
public_configs = [ ":config_policy_config" ]
|
||||
external_deps = [
|
||||
"bounds_checking_function:libsec_shared",
|
||||
"init:export_headers_lib",
|
||||
]
|
||||
subsystem_name = "customization"
|
||||
part_name = "config_policy"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user