From 62dab51c64c0d573a9ab9dc35f11726169a9c953 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=98=8A=E8=8B=8F?= Date: Fri, 16 Aug 2024 10:37:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B7=AF=E5=BE=84el1?= =?UTF-8?q?=E4=B8=BAel2=20Signed-off-by:liuhaosu@huawei.com?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 刘昊苏 --- BUILD.gn | 8 ++++---- patches/patches.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index 812381cb8..0cb5ec7dd 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -13,12 +13,12 @@ import("//build/ohos.gni") -SANE_CONFIG_DIR = "/data/service/el1/public/print_service/sane/config" -SANE_DATA_DIR = "/data/service/el1/public/print_service/sane/data" -SANE_LOCK_DIR = "/data/service/el1/public/print_service/sane/lock" +SANE_CONFIG_DIR = "/data/service/el2/public/print_service/sane/config" +SANE_DATA_DIR = "/data/service/el2/public/print_service/sane/data" +SANE_LOCK_DIR = "/data/service/el2/public/print_service/sane/lock" SANE_V_MAJOR = 1 SANE_V_MINOR = 2 -SANE_LIB_DIR = "/data/service/el1/public/print_service/sane/backend" +SANE_LIB_DIR = "/data/service/el2/public/print_service/sane/backend" enable_hilog = true source_dir = "//third_party/backends" target_dir = "${target_gen_dir}/sane" diff --git a/patches/patches.json b/patches/patches.json index 127e6afb3..bb7e9f788 100644 --- a/patches/patches.json +++ b/patches/patches.json @@ -3,7 +3,7 @@ { "project": "print_print_fwk", "path": "base/print/print_fwk", - "pr_url": "https://gitee.com/openharmony/print_print_fwk/pulls/280" + "pr_url": "https://gitee.com/openharmony/print_print_fwk/pulls/288" } ] } \ No newline at end of file -- Gitee