1# Copyright (c) 2024 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 14import("//build/ohos.gni") 15 16vpe_base_root_dir = "//foundation/multimedia/media_foundation" 17vpe_capi_root_dir = "$vpe_base_root_dir/video_processing_engine" 18 19vpe_framework_dir = "$vpe_capi_root_dir/framework" 20 21vpe_algorithm_dir = "$vpe_framework_dir/algorithm" 22vpe_capi_dir = "$vpe_framework_dir/capi" 23vpe_dfx_dir = "$vpe_framework_dir/dfx" 24 25vpe_capi_image_dir = "$vpe_capi_dir/image_processing" 26vpe_capi_video_dir = "$vpe_capi_dir/video_processing" 27 28vpe_interface_dir = "$vpe_capi_root_dir/interface" 29vpe_interface_capi_dir = "$vpe_interface_dir/kits/c" 30vpe_interface_inner_dir = "$vpe_interface_dir/inner_api" 31