blob: e1d7c7d89b871c200ba7c4f32ed121ca02127cd0 [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"
},
]
}
}