blob: 4790b88b9d775a3d081408a41834513987abc9dd [file] [log] [blame]
# Copyright 2017 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
config("msd_include_config") {
include_dirs = [ "." ]
}
source_set("include") {
public_configs = [ ":msd_include_config" ]
sources = [
"magma_arm_mali_types.h",
"magma_vendor_queries.h",
]
public_deps = [
"//garnet/lib/magma/include:magma_abi_common",
]
}