blob: 1af67a28beeb26f173bb32d2729e89ee5b7edbc4 [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_intel_gen_defs.h",
"magma_intel_gen_vendor_id.h",
]
public_deps = [ "//sdk/lib/magma_common" ]
}