blob: 225986c878e779ab6f2bdfed3c3cec8d4d7654e5 [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 = "HCI"
sources = [ "control.fidl" ]
public_deps = [ "//sdk/fidl/fuchsia.ui.activity" ]
enable_hlcpp = true
}