blob: 824304d8d40fa94e70a3c4035ab5bb5810f6906c [file] [log] [blame]
# Copyright 2017 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.auth.account") {
sources = [
"account_manager.fidl",
]
deps = [
"//sdk/fidl/fuchsia.auth",
]
}