1049e185fSopenharmony_ci# Copyright (C) 2021 Huawei Device Co., Ltd. 2049e185fSopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License"); 3049e185fSopenharmony_ci# you may not use this file except in compliance with the License. 4049e185fSopenharmony_ci# You may obtain a copy of the License at 5049e185fSopenharmony_ci# 6049e185fSopenharmony_ci# http://www.apache.org/licenses/LICENSE-2.0 7049e185fSopenharmony_ci# 8049e185fSopenharmony_ci# Unless required by applicable law or agreed to in writing, software 9049e185fSopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS, 10049e185fSopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 11049e185fSopenharmony_ci# See the License for the specific language governing permissions and 12049e185fSopenharmony_ci# limitations under the License. 13049e185fSopenharmony_ci 14049e185fSopenharmony_ciimport("//build/ohos.gni") 15049e185fSopenharmony_ci 16049e185fSopenharmony_ciohos_prebuilt_etc("media_service.cfg") { 17049e185fSopenharmony_ci source = "media_service.cfg" 18049e185fSopenharmony_ci relative_install_dir = "init" 19049e185fSopenharmony_ci part_name = "player_framework" 20049e185fSopenharmony_ci subsystem_name = "multimedia" 21049e185fSopenharmony_ci} 22049e185fSopenharmony_ci 23049e185fSopenharmony_ciohos_prebuilt_etc("screen_capture_capsule_image") { 24049e185fSopenharmony_ci source = "image/capsule.svg" 25049e185fSopenharmony_ci subsystem_name = "multimedia" 26049e185fSopenharmony_ci relative_install_dir = "screencapture" 27049e185fSopenharmony_ci part_name = "player_framework" 28049e185fSopenharmony_ci} 29049e185fSopenharmony_ci 30049e185fSopenharmony_ciohos_prebuilt_etc("screen_capture_capsule_stop_image") { 31049e185fSopenharmony_ci source = "image/capsule_stop.svg" 32049e185fSopenharmony_ci subsystem_name = "multimedia" 33049e185fSopenharmony_ci relative_install_dir = "screencapture" 34049e185fSopenharmony_ci part_name = "player_framework" 35049e185fSopenharmony_ci} 36049e185fSopenharmony_ci 37049e185fSopenharmony_ciohos_prebuilt_etc("screen_capture_mic_image") { 38049e185fSopenharmony_ci source = "image/mic.svg" 39049e185fSopenharmony_ci subsystem_name = "multimedia" 40049e185fSopenharmony_ci relative_install_dir = "screencapture" 41049e185fSopenharmony_ci part_name = "player_framework" 42049e185fSopenharmony_ci} 43049e185fSopenharmony_ci 44049e185fSopenharmony_ciohos_prebuilt_etc("screen_capture_mic_off_image") { 45049e185fSopenharmony_ci source = "image/mic_off.svg" 46049e185fSopenharmony_ci subsystem_name = "multimedia" 47049e185fSopenharmony_ci relative_install_dir = "screencapture" 48049e185fSopenharmony_ci part_name = "player_framework" 49049e185fSopenharmony_ci} 50049e185fSopenharmony_ci 51049e185fSopenharmony_ciohos_prebuilt_etc("screen_capture_notification_image") { 52049e185fSopenharmony_ci source = "image/notification.png" 53049e185fSopenharmony_ci subsystem_name = "multimedia" 54049e185fSopenharmony_ci relative_install_dir = "screencapture" 55049e185fSopenharmony_ci part_name = "player_framework" 56049e185fSopenharmony_ci} 57049e185fSopenharmony_ci 58049e185fSopenharmony_ciohos_prebuilt_etc("screen_capture_stop_dark_image") { 59049e185fSopenharmony_ci source = "image/stop_dark.png" 60049e185fSopenharmony_ci subsystem_name = "multimedia" 61049e185fSopenharmony_ci relative_install_dir = "screencapture" 62049e185fSopenharmony_ci part_name = "player_framework" 63049e185fSopenharmony_ci} 64049e185fSopenharmony_ci 65049e185fSopenharmony_ciohos_prebuilt_etc("screen_capture_stop_image") { 66049e185fSopenharmony_ci source = "image/stop.png" 67049e185fSopenharmony_ci subsystem_name = "multimedia" 68049e185fSopenharmony_ci relative_install_dir = "screencapture" 69049e185fSopenharmony_ci part_name = "player_framework" 70049e185fSopenharmony_ci} 71049e185fSopenharmony_ci 72049e185fSopenharmony_ciohos_prebuilt_etc("screencapture_config") { 73049e185fSopenharmony_ci source = "screencapture/screencapture_config.para" 74049e185fSopenharmony_ci subsystem_name = "multimedia" 75049e185fSopenharmony_ci part_name = "player_framework" 76049e185fSopenharmony_ci module_install_dir = "etc/param" 77049e185fSopenharmony_ci} 78049e185fSopenharmony_ci 79049e185fSopenharmony_ciohos_prebuilt_etc("screencapture_config_dac") { 80049e185fSopenharmony_ci source = "screencapture/screencapture_config.para.dac" 81049e185fSopenharmony_ci subsystem_name = "multimedia" 82049e185fSopenharmony_ci part_name = "player_framework" 83049e185fSopenharmony_ci module_install_dir = "etc/param" 84049e185fSopenharmony_ci} 85