• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright (c) 2021 Huawei Device Co., Ltd.
2# Licensed under the Apache License, Version 2.0 (the "License");
3# you may not use this file except in compliance with the License.
4# You may obtain a copy of the License at
5#
6#     http://www.apache.org/licenses/LICENSE-2.0
7#
8# Unless required by applicable law or agreed to in writing, software
9# distributed under the License is distributed on an "AS IS" BASIS,
10# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11# See the License for the specific language governing permissions and
12# limitations under the License.
13
14MEDIA_LIB_BASE_DIR = "//foundation/multimedia/media_library"
15MEDIA_LIB_INNERKITS_DIR = "${MEDIA_LIB_BASE_DIR}/frameworks/innerkitsimpl"
16MEDIA_LIB_INTERFACES_INNER_DIR = "${MEDIA_LIB_BASE_DIR}/interfaces/inner_api"
17MEDIA_LIB_SERVICES_DIR = "${MEDIA_LIB_BASE_DIR}/frameworks/services"
18MEDIA_LIB_COMMON_UTILS_DIR = "${MEDIA_LIB_BASE_DIR}/frameworks/utils"
19MEDIA_FILEEXT_SOURCE_DIR =
20    "${MEDIA_LIB_BASE_DIR}/frameworks/services/media_file_extension"
21MEDIA_SCANNER_SOURCE_DIR =
22    "${MEDIA_LIB_BASE_DIR}/frameworks/services/media_scanner"
23MEDIA_LIB_INTERFACES_DIR = "${MEDIA_LIB_BASE_DIR}/interfaces"
24
25ABILITY_RUNTIME_PATH = "//foundation/ability/ability_runtime"
26ABILITY_RUNTIME_KITS_PATH = "${ABILITY_RUNTIME_PATH}/frameworks/kits"
27ABILITY_RUNTIME_INNER_API_PATH = "${ABILITY_RUNTIME_PATH}/interfaces/inner_api"
28ABILITY_RUNTIME_SERVICES_PATH = "${ABILITY_RUNTIME_PATH}/services"
29