1# Copyright 2016 The Chromium OS Authors. All rights reserved. 2# Use of this source code is governed by a BSD-style license that can be 3# found in the LICENSE file. 4 5NAME = "graphics_Gralloc" 6AUTHOR = "ARC++ Team" 7ATTRIBUTES = 'suite:graphics, suite:graphics_per-day' 8DEPENDENCIES = 'arc' 9TIME = "SHORT" 10TEST_TYPE = "client" 11 12DOC = """ 13Gralloc is a HAL module used to allocate graphics memory. The API is defined 14<hardware/gralloc.h>. This test checks various parts of the vendor 15implementation for conformance. 16""" 17 18job.run_test('graphics_Gralloc') 19