屏蔽hilog接口

Signed-off-by: chengjinsong2 <chengjinsong2@huawei.com>
Change-Id: I5a68cbf4ff0c4e31a9ab4bc9a0ca3b44ea884df8
This commit is contained in:
chengjinsong2 2023-04-10 19:26:02 +08:00
parent 826e5657d3
commit cb3b5d7eb4
4 changed files with 6 additions and 3 deletions

View File

@ -52,6 +52,7 @@ if (!defined(ohos_lite)) {
]
deps = [
"//base/startup/init/interfaces/innerkits:libbegetutil",
"//base/startup/init/services/log:agent_log",
"//third_party/bounds_checking_function:libsec_shared",
"//third_party/mbedtls:mbedtls_shared",
]

View File

@ -14,8 +14,6 @@
1.0 {
global:
DecodeUid;
CheckAndCreateDir;
SetInitLogLevel;
StartupLog;
ServiceGetFd;
ServiceSaveFd;

View File

@ -35,6 +35,7 @@ persist.xts.devattest. = device_attest:device_attest:0775
#udid and sn, only read
ohos.boot.sn = root:deviceprivate:0750
const.product.udid = root:deviceprivate:0750
const.product.devUdid = root:deviceprivate:0750
const.actionable_compatible_property.enabled = root:root:0777
const.postinstall.fstab.prefix = root:root:0777

View File

@ -41,7 +41,10 @@ ohos_shared_library("param_watcher") {
"//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 = [
"c_utils:utils",