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 5 NAME = "graphics_Gralloc" 6 AUTHOR = "ARC++ Team" 7 ATTRIBUTES = 'suite:graphics, suite:graphics_per-day' 8 DEPENDENCIES = 'arc' 9 TIME = "SHORT" 10 TEST_TYPE = "client" 11 12 DOC = """ 13 Gralloc 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 15 implementation for conformance. 16 """ 17 18 job.run_test('graphics_Gralloc') 19