blob: 762bd0f75d1c2a9f3b3678764f2f5763a2477abb [file] [log] [blame]
# Copyright 2021 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.identity.credential") {
sdk_category = "internal"
sources = [
"common.fidl",
"manager.fidl",
"reset.fidl",
]
public_deps = [ "//zircon/vdso/zx" ]
}