7bce69fb创建于 2024年12月4日历史提交
# Copyright (C) 2023 Huawei Device Co., Ltd.
# 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.
declare_args() {
  app_domain_verify_feature_target_from_cloud = true
}

ability_runtime_napi_path =
    "//foundation/ability/ability_runtime/frameworks/js/napi"

app_domain_verify_root_path = "//foundation/bundlemanager/app_domain_verify"

app_domain_verify_client_path =
    "${app_domain_verify_root_path}/interfaces/inner_api/client"

app_domain_verify_kits_path =
    "${app_domain_verify_root_path}/interfaces/kits/js"

app_domain_verify_service_path = "${app_domain_verify_root_path}/services"

app_domain_verify_common_path =
    "${app_domain_verify_root_path}/interfaces/inner_api/common"

app_domain_verify_frameworks_extension_path =
    "${app_domain_verify_root_path}/frameworks/extension"

app_domain_verify_frameworks_common_path =
    "${app_domain_verify_root_path}/frameworks/common"

app_domain_verify_frameworks_verifier_path =
    "${app_domain_verify_root_path}/frameworks/verifier"

app_domain_verify_frameworks_app_details_rdb_path =
    "${app_domain_verify_root_path}/frameworks/app_details_rdb"

app_domain_verify_test_path = "${app_domain_verify_root_path}/test/unittest"