blob: 09d004c9a1aaf6c6077788acb36e18c830d8c865 [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("fuchsia.examples.services") {
sources = [ "account.test.fidl" ]
enable_hlcpp = true
}