| # Copyright 2020 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. | |
| source_set("llcpp") { | |
| sources = [ | |
| "llcpp/registers.h", | |
| "llcpp/vreg.h", | |
| ] | |
| public_deps = [ | |
| "//sdk/fidl/fuchsia.hardware.registers:fuchsia.hardware.registers_llcpp", | |
| "//sdk/fidl/fuchsia.hardware.vreg:fuchsia.hardware.vreg_llcpp", | |
| ] | |
| } |