13d0407baSopenharmony_ci# Copyright (C) 2021 HiHope Open Source Organization .
23d0407baSopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License");
33d0407baSopenharmony_ci# you may not use this file except in compliance with the License.
43d0407baSopenharmony_ci# You may obtain a copy of the License at
53d0407baSopenharmony_ci#
63d0407baSopenharmony_ci# http://www.apache.org/licenses/LICENSE-2.0
73d0407baSopenharmony_ci#
83d0407baSopenharmony_ci# Unless required by applicable law or agreed to in writing, software
93d0407baSopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS,
103d0407baSopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
113d0407baSopenharmony_ci# See the License for the specific language governing permissions and
123d0407baSopenharmony_ci# limitations under the License.
133d0407baSopenharmony_ci
143d0407baSopenharmony_ciimport("//build/ohos.gni")
153d0407baSopenharmony_ci
163d0407baSopenharmony_cigroup("lib_omx") {
173d0407baSopenharmony_ci  deps = [
183d0407baSopenharmony_ci    "//device/soc/rockchip/rk3568/hardware/omx_il/component/video/dec:libomxvpu_dec",
193d0407baSopenharmony_ci    "//device/soc/rockchip/rk3568/hardware/omx_il/component/video/enc:libomxvpu_enc",
203d0407baSopenharmony_ci    "//device/soc/rockchip/rk3568/hardware/omx_il/core:libOMX_Core",
213d0407baSopenharmony_ci    "//device/soc/rockchip/rk3568/hardware/omx_il/libOMXPlugin:libOMX_Pluginhw",
223d0407baSopenharmony_ci  ]
233d0407baSopenharmony_ci}
24