2023-06-07 13:11:25 +00:00
|
|
|
# Copyright (C) 2022 Huawei Device Co., Ltd.
|
2022-09-09 03:24:55 +00:00
|
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
# you may not use this file except in compliance with the License.
|
|
|
|
# You may obtain a copy of the License at
|
|
|
|
#
|
|
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
#
|
|
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
# See the License for the specific language governing permissions and
|
|
|
|
# limitations under the License.
|
|
|
|
|
|
|
|
ability_runtime_path = "//foundation/ability/ability_runtime"
|
2023-09-20 01:59:37 +00:00
|
|
|
fuzz_test_output_path = "print_fwk/print_fwk"
|
2023-06-05 08:56:12 +00:00
|
|
|
c_utils_path = "//commonlibrary/c_utils"
|
2022-09-09 03:24:55 +00:00
|
|
|
|
2023-02-24 04:57:42 +00:00
|
|
|
print_path = "//base/print/print_fwk"
|
|
|
|
print_utils_path = "${print_path}/utils"
|
2023-06-07 11:21:38 +00:00
|
|
|
|
2023-06-07 12:20:55 +00:00
|
|
|
if (!defined(global_parts_info) ||
|
2023-06-07 12:23:15 +00:00
|
|
|
defined(global_parts_info.security_security_guard)) {
|
|
|
|
security_guard_enabled = true
|
2023-06-07 11:21:38 +00:00
|
|
|
} else {
|
2023-06-07 12:23:15 +00:00
|
|
|
security_guard_enabled = false
|
2023-06-07 11:21:38 +00:00
|
|
|
}
|
2023-08-01 11:13:12 +00:00
|
|
|
cups_enable = true
|
2023-10-31 13:07:16 +00:00
|
|
|
pdfium_enable = false
|