blob: 7131b85a09a1a70d6b470150d3abf9813a23d69a [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"
sdk_area = "Unknown"
sources = [ "control.fidl" ]
public_deps = [ "//sdk/fidl/fuchsia.ui.activity" ]
enable_hlcpp = true
}