From beecd7f7b7f896f0019b143a0442da8fe7dae110 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=98=8A=E8=8B=8F?= Date: Wed, 3 Sep 2025 17:13:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9md=E6=96=87=E6=A1=A3;=20Signe?= =?UTF-8?q?d-off-by:liuhaosu@huawei.com?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 刘昊苏 --- README_OpenHarmony.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/README_OpenHarmony.md b/README_OpenHarmony.md index 943c73a..c2b18c5 100644 --- a/README_OpenHarmony.md +++ b/README_OpenHarmony.md @@ -17,6 +17,12 @@ BUILD.gn # GN 构建脚本 bundle.json # 部件描述文件 README.OpenSource # 开源声明文件 ``` +### 补丁说明 +OpenHarmony 版本通过以下补丁进行了移植适配: +- oh-transplant.patch:修改了多个源文件以适配 OpenHarmony 环境 +- 主要修改涉及: + - 日志系统适配(使用 hilog 替代原有日志系统) + - 网络接口适配(使用 libuv 替代 avahi) ## 编译指导 @@ -54,14 +60,6 @@ sane-airscan 无法单独使用,编译出来的驱动文件需要作为 [SANE] 详细适配示例和代码请参考 [sane-airscan 官方文档](https://github.com/alexpevzner/sane-airscan)。 -## 移植说明 - -OpenHarmony 版本通过以下补丁进行了移植适配: -- oh-transplant.patch:修改了多个源文件以适配 OpenHarmony 环境 -- 主要修改涉及: - - 日志系统适配(使用 hilog 替代原有日志) - - 网络接口适配(使用 libuv 替代 avahi) - ## 相关仓库 - [backends](https://gitee.com/openharmony/third_party_backends)