提交 cb3b5d7e 编写于 作者: C chengjinsong2

屏蔽hilog接口

Signed-off-by: Nchengjinsong2 <chengjinsong2@huawei.com>
Change-Id: I5a68cbf4ff0c4e31a9ab4bc9a0ca3b44ea884df8
上级 826e5657
...@@ -52,6 +52,7 @@ if (!defined(ohos_lite)) { ...@@ -52,6 +52,7 @@ if (!defined(ohos_lite)) {
] ]
deps = [ deps = [
"//base/startup/init/interfaces/innerkits:libbegetutil", "//base/startup/init/interfaces/innerkits:libbegetutil",
"//base/startup/init/services/log:agent_log",
"//third_party/bounds_checking_function:libsec_shared", "//third_party/bounds_checking_function:libsec_shared",
"//third_party/mbedtls:mbedtls_shared", "//third_party/mbedtls:mbedtls_shared",
] ]
......
...@@ -14,8 +14,6 @@ ...@@ -14,8 +14,6 @@
1.0 { 1.0 {
global: global:
DecodeUid; DecodeUid;
CheckAndCreateDir;
SetInitLogLevel;
StartupLog; StartupLog;
ServiceGetFd; ServiceGetFd;
ServiceSaveFd; ServiceSaveFd;
......
...@@ -35,6 +35,7 @@ persist.xts.devattest. = device_attest:device_attest:0775 ...@@ -35,6 +35,7 @@ persist.xts.devattest. = device_attest:device_attest:0775
#udid and sn, only read #udid and sn, only read
ohos.boot.sn = root:deviceprivate:0750 ohos.boot.sn = root:deviceprivate:0750
const.product.udid = root:deviceprivate:0750 const.product.udid = root:deviceprivate:0750
const.product.devUdid = root:deviceprivate:0750
const.actionable_compatible_property.enabled = root:root:0777 const.actionable_compatible_property.enabled = root:root:0777
const.postinstall.fstab.prefix = root:root:0777 const.postinstall.fstab.prefix = root:root:0777
......
...@@ -41,7 +41,10 @@ ohos_shared_library("param_watcher") { ...@@ -41,7 +41,10 @@ ohos_shared_library("param_watcher") {
"//third_party/cJSON", "//third_party/cJSON",
] ]
deps = [ "//base/startup/init/interfaces/innerkits:libbegetutil" ] deps = [
"//base/startup/init/interfaces/innerkits:libbegetutil",
"//base/startup/init/services/log:agent_log",
]
external_deps = [ external_deps = [
"c_utils:utils", "c_utils:utils",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册