blob: cbeefc741dd055954a54444dbcc7e5518c59de86 [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 = [
"msd_intel_gen_query.h",
]
public_deps = [
"//garnet/lib/magma/include:magma_abi_common",
]
}