blob: 0f5f23cb493b5073ba08d390a9f219f4c78bb068 [file] [log] [blame]
# Copyright 2019 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.settings") {
sources = [
"display.fidl",
"intl.fidl",
"settings.fidl",
"system.fidl",
]
public_deps = [
"//sdk/fidl/fuchsia.intl",
]
}