mirror of
https://gitee.com/openharmony/third_party_cups
synced 2024-11-23 01:49:57 +00:00
oh usb print patch Signed-off-by:baozewei@huawei.com
Signed-off-by: b30052170 <baozewei@huawei.com>
This commit is contained in:
parent
fb947b6234
commit
b9c25285e4
1
config.h
1
config.h
@ -93,6 +93,7 @@
|
||||
#endif /* HAVE_ARC4RANDOM */
|
||||
|
||||
#define HAVE_LIBUSB 1
|
||||
#define HAVE_OPENHARMONY 1
|
||||
#define HAVE_STATFS 1
|
||||
#define HAVE_STATVFS 1
|
||||
#define HAVE_SYS_MOUNT_H 1
|
||||
|
@ -49,6 +49,7 @@ def move_file(src_path, dst_path):
|
||||
"backport-CVE-2023-4504.patch",
|
||||
"backport-CVE-2024-35235.patch",
|
||||
"ohos-usb-manager.patch",
|
||||
"ohos-usb-print.patch",
|
||||
"config.h"
|
||||
]
|
||||
for file in files:
|
||||
@ -79,7 +80,8 @@ def do_patch(target_dir):
|
||||
"backport-CVE-2023-4504.patch",
|
||||
"backport-CVE-2024-35235.patch",
|
||||
"ohos_ip_conflict.patch",
|
||||
"ohos-usb-manager.patch"
|
||||
"ohos-usb-manager.patch",
|
||||
"ohos-usb-print.patch"
|
||||
]
|
||||
|
||||
for patch in patch_file:
|
||||
|
1839
ohos-usb-print.patch
Normal file
1839
ohos-usb-print.patch
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user