1da853ecaSopenharmony_ci# Copyright (C) 2023 Huawei Device Co., Ltd. 2da853ecaSopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License"); 3da853ecaSopenharmony_ci# you may not use this file except in compliance with the License. 4da853ecaSopenharmony_ci# You may obtain a copy of the License at 5da853ecaSopenharmony_ci# 6da853ecaSopenharmony_ci# http://www.apache.org/licenses/LICENSE-2.0 7da853ecaSopenharmony_ci# 8da853ecaSopenharmony_ci# Unless required by applicable law or agreed to in writing, software 9da853ecaSopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS, 10da853ecaSopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 11da853ecaSopenharmony_ci# See the License for the specific language governing permissions and 12da853ecaSopenharmony_ci# limitations under the License. 13da853ecaSopenharmony_ci 14da853ecaSopenharmony_ciimport("//build/ohos.gni") 15da853ecaSopenharmony_ci 16da853ecaSopenharmony_ciohos_prebuilt_etc("av_codec_service.cfg") { 17da853ecaSopenharmony_ci source = "av_codec_service.cfg" 18da853ecaSopenharmony_ci relative_install_dir = "init" 19da853ecaSopenharmony_ci part_name = "av_codec" 20da853ecaSopenharmony_ci subsystem_name = "multimedia" 21da853ecaSopenharmony_ci} 22