| # Copyright 2023 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. | |
| import("//build/cpp/sdk_source_set.gni") | |
| sdk_source_set("symbols") { | |
| category = "partner" | |
| sdk_name = "driver_symbols" | |
| include_base = "//sdk" | |
| sources = [ "symbols.h" ] | |
| public_deps = [ "//sdk/lib/driver/runtime:driver_runtime" ] | |
| public_configs = [ "//sdk/config" ] | |
| } | |
| group("tests") { | |
| testonly = true | |
| deps = [ "tests" ] | |
| } |