114cf0368Sopenharmony_ci# Copyright (c) 2022-2023 Huawei Device Co., Ltd.
214cf0368Sopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License");
314cf0368Sopenharmony_ci# you may not use this file except in compliance with the License.
414cf0368Sopenharmony_ci# You may obtain a copy of the License at
514cf0368Sopenharmony_ci#
614cf0368Sopenharmony_ci#     http://www.apache.org/licenses/LICENSE-2.0
714cf0368Sopenharmony_ci#
814cf0368Sopenharmony_ci# Unless required by applicable law or agreed to in writing, software
914cf0368Sopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS,
1014cf0368Sopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1114cf0368Sopenharmony_ci# See the License for the specific language governing permissions and
1214cf0368Sopenharmony_ci# limitations under the License.
1314cf0368Sopenharmony_ci
1414cf0368Sopenharmony_cithird_party_path = "//third_party"
1514cf0368Sopenharmony_ci
1614cf0368Sopenharmony_ciif (is_arkui_x) {
1714cf0368Sopenharmony_ci  aafwk_path = "//foundation/appframework/ability/ability_runtime"
1814cf0368Sopenharmony_ci} else {
1914cf0368Sopenharmony_ci  aafwk_path = "//foundation/ability/ability_runtime"
2014cf0368Sopenharmony_ci}
2114cf0368Sopenharmony_ci
2214cf0368Sopenharmony_ciaafwk_inner_api_path = "${aafwk_path}/interfaces/inner_api"
2314cf0368Sopenharmony_ci
2414cf0368Sopenharmony_ciaafwk_kits_path = "${aafwk_path}/frameworks/kits"
2514cf0368Sopenharmony_ci
2614cf0368Sopenharmony_ciaafwk_napi_path = "${aafwk_path}/frameworks/js/napi"
2714cf0368Sopenharmony_ci
2814cf0368Sopenharmony_ciaafwk_service_path = "${aafwk_path}/services"
2914cf0368Sopenharmony_ci
3014cf0368Sopenharmony_ciaccess_kit_path = "//base/security/access_token"
3114cf0368Sopenharmony_ci
3214cf0368Sopenharmony_ciarkui_path = "//foundation/arkui"
3314cf0368Sopenharmony_ci
3414cf0368Sopenharmony_ciddms_path = "//foundation/distributeddatamgr/datamgr_service"
3514cf0368Sopenharmony_ci
3614cf0368Sopenharmony_cifile_service_path = "//foundation/filemanagement/app_file_service"
3714cf0368Sopenharmony_ci
3814cf0368Sopenharmony_ciudmf_root_path = "//foundation/distributeddatamgr/udmf"
3914cf0368Sopenharmony_ci
4014cf0368Sopenharmony_ciudmf_framework_path = "${udmf_root_path}/framework"
4114cf0368Sopenharmony_ci
4214cf0368Sopenharmony_ciudmf_interfaces_path = "${udmf_root_path}/interfaces"
4314cf0368Sopenharmony_ci
4414cf0368Sopenharmony_ciudmf_service_path = "${udmf_root_path}/service"
4514cf0368Sopenharmony_ci
4614cf0368Sopenharmony_cikv_store_path = "//foundation/distributeddatamgr/kv_store"
4714cf0368Sopenharmony_ci
4814cf0368Sopenharmony_cideveloper_test_path = "//test/testfwk/developer_test"
49