1//
2// Copyright (C) 2018 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: "VtsHalGraphicsComposerV2_2TargetTest",
19    defaults: ["VtsHalTargetTestDefaults"],
20    srcs: [
21        "VtsHalGraphicsComposerV2_2ReadbackTest.cpp",
22        "VtsHalGraphicsComposerV2_2TargetTest.cpp",
23    ],
24
25    // TODO(b/64437680): Assume these libs are always available on the device.
26    shared_libs: [
27        "libEGL",
28        "libGLESv1_CM",
29        "libGLESv2",
30        "libfmq",
31        "libgui",
32        "libhidlbase",
33        "libprocessgroup",
34        "libsync",
35        "libui",
36        "[email protected]",
37        "[email protected]",
38        "[email protected]",
39        "[email protected]",
40    ],
41    static_libs: [
42        "[email protected]",
43        "[email protected]",
44        "[email protected]",
45        "[email protected]",
46        "[email protected]",
47        "[email protected]",
48        "[email protected]",
49        "[email protected]",
50        "[email protected]",
51        "[email protected]",
52        "[email protected]",
53        "[email protected]",
54        "libgtest",
55        "librenderengine",
56    ],
57    header_libs: [
58        "[email protected]",
59        "[email protected]",
60    ],
61    disable_framework: true,
62    test_suites: [
63        "general-tests",
64        "vts",
65    ],
66}
67