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_0TargetAudioEncTest",
19    stem: "vts_hal_media_omx_v1_0_audio_enc_test",
20    defaults: ["VtsHalMediaOmxV1_0Defaults"],
21    srcs: [
22        "VtsHalMediaOmxV1_0TargetAudioEncTest.cpp",
23        "media_audio_hidl_test_common.cpp",
24    ],
25    data: [":media_omx_audio_res"],
26    test_config: "VtsHalMediaOmxV1_0TargetAudioEncTest.xml",
27    test_suites: [
28        "vts",
29    ],
30}
31
32cc_test {
33    name: "VtsHalMediaOmxV1_0TargetAudioDecTest",
34    stem: "vts_hal_media_omx_v1_0_audio_dec_test",
35    defaults: ["VtsHalMediaOmxV1_0Defaults"],
36    srcs: [
37        "VtsHalMediaOmxV1_0TargetAudioDecTest.cpp",
38        "media_audio_hidl_test_common.cpp",
39    ],
40    data: [":media_omx_audio_res"],
41    test_config: "VtsHalMediaOmxV1_0TargetAudioDecTest.xml",
42    test_suites: [
43        "vts",
44    ],
45}
46