添加打印审计代码 Signed-off-by:xiongqiao3@huawei.com

Signed-off-by: xiongqiao <xiongqiao3@huawei.com>
This commit is contained in:
xiongqiao 2023-06-07 21:11:25 +08:00
parent d9e8b04362
commit f9bfe85073
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# Copyright (C) 2023 Huawei Device Co., Ltd.
# Copyright (C) 2022 Huawei Device Co., Ltd.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at

View File

@ -29,10 +29,10 @@ ohos_shared_library("print_service") {
"src/print_bms_helper.cpp",
"src/print_callback_proxy.cpp",
"src/print_extension_callback_proxy.cpp",
"src/print_security_guard_info.cpp",
"src/print_security_guard_manager.cpp",
"src/print_service_ability.cpp",
"src/print_service_stub.cpp",
"src/print_security_guard_manager.cpp",
"src/print_security_guard_info.cpp",
]
public_configs = [
@ -78,7 +78,7 @@ ohos_shared_library("print_service") {
"time_service:time_client",
]
cflags_cc += ["-DSECURITY_GUARDE_ENABLE"]
cflags_cc += [ "-DSECURITY_GUARDE_ENABLE" ]
}
subsystem_name = "print"