blob: 4b3e490ae9f3d630f77863cc6664e1179b308da2 [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("account") {
name = "fuchsia.auth.account.internal"
sources = [
"account_handler.fidl",
]
public_deps = [
"//sdk/fidl/fuchsia.auth",
"//sdk/fidl/fuchsia.auth.account",
]
}