mirror of
https://gitee.com/openharmony/print_print_fwk
synced 2024-11-23 00:50:01 +00:00
修复codecheck问题
Signed-off-by: 杨抑 <chnyangyi@foxmail.com>
This commit is contained in:
parent
1571b4edba
commit
084cbe9eeb
@ -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"
|
||||
|
@ -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 = []
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user