diff --git a/BUILD.gn b/BUILD.gn index 812381cb883f1a0f585424f93df72fe227e1d78b..0cb5ec7ddcf79ad5095fb1d70011cd8db6934944 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 127e6afb393cd8de7cb6667f005fdec746707640..bb7e9f788bee51fe3a1557c6b862dd054cc83e97 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