blob: aa51a34e1d397191b68c65ef1f57064e9d902421 [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("fuchsia.ui.vectorial") {
sdk_category = "partner"
sources = [
"commands.fidl",
"events.fidl",
]
public_deps = []
}