blob: 3a7fc6db90fff1028d5908e1bb44e6e4a63b22e4 [file] [log] [blame]
# Copyright 2018 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/fidl/fidl.gni")
fidl("fibonacci_service") {
name = "fuchsia.fibonacci"
sources = [
"fibonacci_service.fidl",
]
}