blob: ff801c195dbd7c0a0366b7460a747a3820cd5f22 [file] [log] [blame]
# Copyright 2020 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.activity.control") {
sdk_category = "partner"
sources = [ "control.fidl" ]
public_deps = [ "//sdk/fidl/fuchsia.ui.activity" ]
}