distributeddatamgr_udmf/udmf.gni
quguiren 6afaf9f55b udmf adapt crossplatform
Signed-off-by: quguiren <quguiren@huawei.com>
2024-07-20 16:16:15 +08:00

49 lines
1.5 KiB
Plaintext

# Copyright (c) 2022-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.
third_party_path = "//third_party"
if (is_arkui_x) {
aafwk_path = "//foundation/appframework/ability/ability_runtime"
} else {
aafwk_path = "//foundation/ability/ability_runtime"
}
aafwk_inner_api_path = "${aafwk_path}/interfaces/inner_api"
aafwk_kits_path = "${aafwk_path}/frameworks/kits"
aafwk_napi_path = "${aafwk_path}/frameworks/js/napi"
aafwk_service_path = "${aafwk_path}/services"
access_kit_path = "//base/security/access_token"
arkui_path = "//foundation/arkui"
ddms_path = "//foundation/distributeddatamgr/datamgr_service"
file_service_path = "//foundation/filemanagement/app_file_service"
udmf_root_path = "//foundation/distributeddatamgr/udmf"
udmf_framework_path = "${udmf_root_path}/framework"
udmf_interfaces_path = "${udmf_root_path}/interfaces"
udmf_service_path = "${udmf_root_path}/service"
kv_store_path = "//foundation/distributeddatamgr/kv_store"
developer_test_path = "//test/testfwk/developer_test"