blob: 805f9567a191bc76d2be393a5bcbb6c6304f4123 [file] [log] [blame]
# 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")
# In the fullness of time we'll probably want to add this to the SDK, and
# expose this at //sdk/fidl. But for now, since our only callers live in zircon,
# we can keep it here in //zircon/system/fidl.
fidl("fuchsia.security.resource") {
sources = [ "vmex.fidl" ]
}