blob: a92778601004a53feb2cdfe4778691f18cbab293 [file] [log] [blame] [edit]
# 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.
import("//build/fidl/fidl.gni")
fidl("fuchsia.examples.intl.manager") {
sources = [ "manager.test.fidl" ]
public_deps = [ "//sdk/fidl/fuchsia.intl" ]
sdk_category = "experimental"
}