blob: 95b197c9040d5e3f0f3b3b7062ca978f3c7026c8 [file] [log] [blame] [edit]
# 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" ]
enable_hlcpp = true
}