blob: 354a12d92f0646f3da2b489a736acd9ba178b5a7 [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.url") {
sdk_category = "partner"
sdk_area = "Unknown"
sources = [ "url.fidl" ]
enable_hlcpp = true
}