blob: 2da95d320b9855a780572e4fcf45b64c19023767 [file] [log] [blame]
# Copyright 2022 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("calculator") {
# TODO(https://fxbug.dev/42180976) - The structure and location of FIDL libraries along
# with their names can be confusing. We should update this once we land on a
# decision in the linked bug.
name = "fuchsia.examples.calculator"
sources = [ "calculator.test.fidl" ]
}