blob: 740b02cc41c92fd5a3130bd0c608232fa1359fcc [file] [log] [blame]
# Copyright 2018 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/sdk/sdk_documentation.gni")
sdk_documentation("schemas") {
name = "metadata_schemas"
category = "partner"
schemas = [
"cc_prebuilt_library",
"cc_source_library",
"common",
"dart_library",
"documentation",
"fidl_library",
"host_tool",
"image",
"loadable_module",
"manifest",
"sysroot",
]
files = []
foreach(schema, schemas) {
files += [{
source = "//build/sdk/meta/$schema.json"
dest = "meta/schemas/$schema.json"
}]
}
}