mirror of
https://gitee.com/openharmony/bundlemanager_app_domain_verify
synced 2024-12-28 03:25:01 +00:00
90cef2bade
Signed-off-by: woohoa <wanghuan36@huawei.com>
40 lines
1.5 KiB
Plaintext
40 lines
1.5 KiB
Plaintext
# 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_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_test_path = "${app_domain_verify_root_path}/test/unittest"
|