blob: 9b631dab719ae91a5f0d31145afbb4f71147639a [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.
action("headers") {
public_deps = [ "//zircon/system/public" ]
out_file = "$target_gen_dir/virtio_magma.h"
script = "virtio_magma_h_gen.py"
args = [
"fuchsia",
rebase_path("../magma/magma.json", root_build_dir),
rebase_path(out_file, root_build_dir),
]
sources = [ "$script" ]
inputs = [ "../magma/magma.json" ]
outputs = [ "$out_file" ]
}
group("virtio") {
public_deps = [ ":headers" ]
}