2022-04-26 11:04:56 +00:00
|
|
|
# Copyright (C) 2021 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
|
2022-05-20 02:23:26 +00:00
|
|
|
# limitations under the License.
|
|
|
|
|
2022-06-27 02:34:00 +00:00
|
|
|
ability_runtime_path = "//foundation/ability/ability_runtime"
|
2022-05-20 02:23:26 +00:00
|
|
|
|
2022-06-28 02:23:09 +00:00
|
|
|
ability_runtime_inner_api_path = "${ability_runtime_path}/interfaces/inner_api"
|
2022-05-20 02:23:26 +00:00
|
|
|
|
2022-06-27 02:34:00 +00:00
|
|
|
ability_runtime_services_path = "${ability_runtime_path}/services"
|
2022-05-20 02:23:26 +00:00
|
|
|
|
2022-06-27 02:34:00 +00:00
|
|
|
ability_runtime_kits_path = "${ability_runtime_path}/frameworks/kits"
|
2022-04-26 11:04:56 +00:00
|
|
|
|
2022-07-20 13:37:53 +00:00
|
|
|
inputmethod_path = "//base/inputmethod/imf"
|
2022-04-26 11:04:56 +00:00
|
|
|
|
|
|
|
kits_path = "${inputmethod_path}/interfaces/kits"
|
|
|
|
|
|
|
|
innerkits_path = "${inputmethod_path}/interfaces/innerkits"
|
|
|
|
|
|
|
|
adapter_path = "${inputmethod_path}/adapter"
|