| # Copyright 2019 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_vendor_queries.h", | |
| "magma_vsi_vip_types.h", | |
| ] | |
| public_deps = [ "//sdk/lib/magma_common" ] | |
| } |