mirror of
https://gitee.com/openharmony/print_print_fwk
synced 2024-11-23 08:59:47 +00:00
添加打印审计代码 Signed-off-by:xiongqiao3@huawei.com
Signed-off-by: xiongqiao <xiongqiao3@huawei.com>
This commit is contained in:
parent
d9e8b04362
commit
f9bfe85073
@ -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");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
# you may not use this file except in compliance with the License.
|
# you may not use this file except in compliance with the License.
|
||||||
# You may obtain a copy of the License at
|
# You may obtain a copy of the License at
|
||||||
|
@ -29,10 +29,10 @@ ohos_shared_library("print_service") {
|
|||||||
"src/print_bms_helper.cpp",
|
"src/print_bms_helper.cpp",
|
||||||
"src/print_callback_proxy.cpp",
|
"src/print_callback_proxy.cpp",
|
||||||
"src/print_extension_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_ability.cpp",
|
||||||
"src/print_service_stub.cpp",
|
"src/print_service_stub.cpp",
|
||||||
"src/print_security_guard_manager.cpp",
|
|
||||||
"src/print_security_guard_info.cpp",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
public_configs = [
|
public_configs = [
|
||||||
@ -78,7 +78,7 @@ ohos_shared_library("print_service") {
|
|||||||
"time_service:time_client",
|
"time_service:time_client",
|
||||||
]
|
]
|
||||||
|
|
||||||
cflags_cc += ["-DSECURITY_GUARDE_ENABLE"]
|
cflags_cc += [ "-DSECURITY_GUARDE_ENABLE" ]
|
||||||
}
|
}
|
||||||
|
|
||||||
subsystem_name = "print"
|
subsystem_name = "print"
|
||||||
|
Loading…
Reference in New Issue
Block a user