1// 2// Copyright (C) 2017 The Android Open Source Project 3// 4// Licensed under the Apache License, Version 2.0 (the "License"); 5// you may not use this file except in compliance with the License. 6// You may obtain a copy of the License at 7// 8// http://www.apache.org/licenses/LICENSE-2.0 9// 10// Unless required by applicable law or agreed to in writing, software 11// distributed under the License is distributed on an "AS IS" BASIS, 12// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13// See the License for the specific language governing permissions and 14// limitations under the License. 15// 16 17cc_test { 18 name: "VtsHalMediaOmxV1_0TargetVideoDecTest", 19 stem: "vts_hal_media_omx_v1_0_video_dec_test", 20 defaults: ["VtsHalMediaOmxV1_0Defaults"], 21 srcs: [ 22 "VtsHalMediaOmxV1_0TargetVideoDecTest.cpp", 23 "media_video_hidl_test_common.cpp", 24 ], 25 data: [":media_omx_video_res"], 26 test_config: "VtsHalMediaOmxV1_0TargetVideoDecTest.xml", 27 test_suites: [ 28 "vts", 29 ], 30} 31 32cc_test { 33 name: "VtsHalMediaOmxV1_0TargetVideoEncTest", 34 stem: "vts_hal_media_omx_v1_0_video_enc_test", 35 defaults: ["VtsHalMediaOmxV1_0Defaults"], 36 srcs: [ 37 "VtsHalMediaOmxV1_0TargetVideoEncTest.cpp", 38 "media_video_hidl_test_common.cpp", 39 ], 40 static_libs: [ 41 "libnativewindow", 42 ], 43 data: [":media_omx_video_res"], 44 test_config: "VtsHalMediaOmxV1_0TargetVideoEncTest.xml", 45 test_suites: [ 46 "vts", 47 ], 48} 49