oh usb print patch Signed-off-by:baozewei@huawei.com

Signed-off-by: b30052170 <baozewei@huawei.com>
This commit is contained in:
b30052170 2024-08-16 10:21:21 +08:00
parent fb947b6234
commit b9c25285e4
3 changed files with 1843 additions and 1 deletions

View File

@ -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

View File

@ -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

File diff suppressed because it is too large Load Diff