修复codecheck问题

Signed-off-by: 杨抑 <chnyangyi@foxmail.com>
This commit is contained in:
杨抑 2024-11-21 22:50:12 +08:00
parent 1571b4edba
commit 084cbe9eeb
3 changed files with 3 additions and 2 deletions

View File

@ -57,12 +57,12 @@ ohos_shared_library("print_service") {
"src/print_usb_manager.cpp",
"src/print_user_data.cpp",
"src/thread_sync_wait.cpp",
"src/vendor_ppd_driver.cpp",
"src/vendor_bsuni_driver.cpp",
"src/vendor_driver_base.cpp",
"src/vendor_helper.cpp",
"src/vendor_ipp_everywhere.cpp",
"src/vendor_manager.cpp",
"src/vendor_ppd_driver.cpp",
]
branch_protector_ret = "pac_ret"

View File

@ -34,11 +34,11 @@ ohos_unittest("fwk_vendor_manager_test") {
sources = [
"operation_queue_test.cpp",
"vendor_ppd_driver_test.cpp",
"vendor_bsuni_driver_test.cpp",
"vendor_helper_test.cpp",
"vendor_ipp_everywhere_test.cpp",
"vendor_manager_test.cpp",
"vendor_ppd_driver_test.cpp",
]
cflags_cc = []

View File

@ -17,6 +17,7 @@
#define private public
#include "vendor_manager.h"
#undef private
#include "vendor_ppd_driver.h"
#include "print_constant.h"
#include "print_log.h"
#include "vendor_ipp_everywhere.h"