12f0d0f1aSopenharmony_ci# Copyright (c) 2023 Huawei Device Co., Ltd.
22f0d0f1aSopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License");
32f0d0f1aSopenharmony_ci# you may not use this file except in compliance with the License.
42f0d0f1aSopenharmony_ci# You may obtain a copy of the License at
52f0d0f1aSopenharmony_ci#
62f0d0f1aSopenharmony_ci#     http://www.apache.org/licenses/LICENSE-2.0
72f0d0f1aSopenharmony_ci#
82f0d0f1aSopenharmony_ci# Unless required by applicable law or agreed to in writing, software
92f0d0f1aSopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS,
102f0d0f1aSopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
112f0d0f1aSopenharmony_ci# See the License for the specific language governing permissions and
122f0d0f1aSopenharmony_ci# limitations under the License.
132f0d0f1aSopenharmony_ci
142f0d0f1aSopenharmony_ci#import("//build/config/ohos/rules.gni")
152f0d0f1aSopenharmony_ciimport("//build/ohos.gni")
162f0d0f1aSopenharmony_cigroup("multimedia_drm_framework") {
172f0d0f1aSopenharmony_ci  deps = [
182f0d0f1aSopenharmony_ci    "./frameworks/native:drm_framework",
192f0d0f1aSopenharmony_ci    "./interfaces/kits/c/drm_capi:native_drm",
202f0d0f1aSopenharmony_ci    "./interfaces/kits/js/drm_napi:drm_napi",
212f0d0f1aSopenharmony_ci    "./services/drm_service:drm_service",
222f0d0f1aSopenharmony_ci  ]
232f0d0f1aSopenharmony_ci}
24