1# Copyright (C) 2022 Huawei Device Co., Ltd.
2# Licensed under the Apache License, Version 2.0 (the "License");
3# you may not use this file except in compliance with the License.
4# You may obtain a copy of the License at
5#
6#     http://www.apache.org/licenses/LICENSE-2.0
7#
8# Unless required by applicable law or agreed to in writing, software
9# distributed under the License is distributed on an "AS IS" BASIS,
10# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11# See the License for the specific language governing permissions and
12# limitations under the License.
13
14ability_runtime_path = "//foundation/ability/ability_runtime"
15fuzz_test_output_path = "print_fwk/print_fwk"
16c_utils_path = "//commonlibrary/c_utils"
17
18print_path = "//base/print/print_fwk"
19print_utils_path = "${print_path}/utils"
20bsuni_binary_path = "//binary/artifacts/print/bsUniDriver/bsUniDriver"
21bsuni_gsbin_path = "${bsuni_binary_path}/ghostscript/bin"
22bsuni_gslib_path =
23    "${bsuni_binary_path}/ghostscript/share/ghostscript/10.04.0/lib"
24bsuni_gsres_path =
25    "${bsuni_binary_path}/ghostscript/share/ghostscript/10.04.0/Resource"
26
27bsuni_binary_install_path = "bin/uni_print_driver"
28bsuni_gsbin_install_path = "${bsuni_binary_install_path}/ghostscript/bin"
29bsuni_gslib_install_path =
30    "${bsuni_binary_install_path}/ghostscript/share/ghostscript/10.04.0/lib"
31bsuni_gsres_install_path = "${bsuni_binary_install_path}/ghostscript/share/ghostscript/10.04.0/Resource"
32
33if (!defined(global_parts_info) ||
34    defined(global_parts_info.security_security_guard)) {
35  security_guard_enabled = true
36} else {
37  security_guard_enabled = false
38}
39cups_enable = true
40debug_enable = false
41ipp_over_usb_enable = false
42sane_enable = true
43
44declare_args() {
45  print_fwk_feature_bsuni_driver = false
46}
47