1# Copyright (C) 2023 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.
13declare_args() {
14  app_domain_verify_feature_target_from_cloud = true
15}
16
17ability_runtime_napi_path =
18    "//foundation/ability/ability_runtime/frameworks/js/napi"
19
20app_domain_verify_root_path = "//foundation/bundlemanager/app_domain_verify"
21
22app_domain_verify_client_path =
23    "${app_domain_verify_root_path}/interfaces/inner_api/client"
24
25app_domain_verify_service_path = "${app_domain_verify_root_path}/services"
26
27app_domain_verify_common_path =
28    "${app_domain_verify_root_path}/interfaces/inner_api/common"
29
30app_domain_verify_frameworks_extension_path =
31    "${app_domain_verify_root_path}/frameworks/extension"
32
33app_domain_verify_frameworks_common_path =
34    "${app_domain_verify_root_path}/frameworks/common"
35
36app_domain_verify_frameworks_verifier_path =
37    "${app_domain_verify_root_path}/frameworks/verifier"
38
39app_domain_verify_test_path = "${app_domain_verify_root_path}/test/unittest"
40