blob: b24f4c3d23a497b7153281a78d41a317c2d03878 [file] [log] [blame]
# 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" ]
}