1# Copyright (C) 2021 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("//test/xts/tools/build/suite.gni") 15 16group("multimedia") { 17 testonly = true 18 if (is_standard_system) { 19 deps = [ 20 "audio/audio_js_standard/audioManager:audio_manager_js_hap", 21 "image/image_js_standard:image_js_hap", 22 "media/media_js_standard/audioPlayer:audio_player_js_hap", 23 "media/media_js_standard/audioRecorder:audio_recorder_js_hap", 24 "media/media_js_standard/videoPlayer:video_player_js_hap", 25 26 #"media/media_js_standard/videoRecorder:video_recorder_js_hap", 27 "medialibrary/mediaLibrary_js_standard:mediaLibrary_js_hap", 28 ] 29 } else { 30 deps = [ 31 #"audio/audio_hap_test:MediaAudio_test_hap", 32 #"audio/audiotubecore_hap_test:Audiotubecore_test_hap", 33 #"camera/camera_hap_test:camera_test_hap", 34 #"image/AVScannerKit_hap:avscanner_test_hap", 35 #"media/media_hap_test:media_test_hap", 36 ] 37 } 38} 39 40#car 41group("multimedia_ivi") { 42 testonly = true 43 deps = [] 44} 45 46#tv 47group("multimedia_intellitv") { 48 testonly = true 49 deps = [] 50} 51 52#watch 53group("multimedia_wearable") { 54 testonly = true 55 deps = [] 56} 57