# Copyright 2016 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

NAME = "graphics_Gralloc"
AUTHOR = "ARC++ Team"
ATTRIBUTES = 'suite:graphics, suite:graphics_per-day'
DEPENDENCIES = 'arc'
TIME = "SHORT"
TEST_TYPE = "client"

DOC = """
Gralloc is a HAL module used to allocate graphics memory.  The API is defined
<hardware/gralloc.h>.  This test checks various parts of the vendor
implementation for conformance.
"""

job.run_test('graphics_Gralloc')