# Copyright (c) 2021-2026 Huawei Device Co., Ltd.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

import("//build/ohos.gni")

ohos_prebuilt_etc("appSchema_json") {
  source = "app.json"
  install_enable = false
}

ohos_prebuilt_etc("commonEventSchema_json") {
  source = "commonEvents.json"
  install_enable = false
}

ohos_prebuilt_etc("customUtdSchema_json") {
  source = "customUtds.json"
  install_enable = false
}

ohos_prebuilt_etc("distroFilterSchema_json") {
  source = "distroFilter.json"
  install_enable = false
}

ohos_prebuilt_etc("formsSchema_json") {
  source = "forms.json"
  install_enable = false
}

ohos_prebuilt_etc("insightIntentSchema_json") {
  source = "insightIntent.json"
  install_enable = false
}

ohos_prebuilt_etc("themeConfigSchema_json") {
  source = "themeConfig.json"
  install_enable = false
}

ohos_prebuilt_etc("moduleSchema_json") {
  source = "module.json"
  install_enable = false
}

ohos_prebuilt_etc("pageSchema_json") {
  source = "pages.json"
  install_enable = false
}

ohos_prebuilt_etc("shortcutsSchema_json") {
  source = "shortcuts.json"
  install_enable = false
}

ohos_prebuilt_etc("routerMapSchema_json") {
  source = "routerMap.json"
  install_enable = false
}

ohos_prebuilt_etc("appStartupSchema_json") {
  source = "appStartup.json"
  install_enable = false
}

ohos_prebuilt_etc("menuSchema_json") {
  source = "menu.json"
  install_enable = false
}

ohos_prebuilt_etc("configurationSchema_json") {
  source = "configuration.json"
  install_enable = false
}

ohos_prebuilt_etc("appStartupInnerSchema_json") {
  source = "appStartupInner.json"
  install_enable = false
}

ohos_prebuilt_etc("startWindowSchema_json") {
  source = "startWindow.json"
  install_enable = false
}

ohos_prebuilt_etc("insightIntentInnerSchema_json") {
  source = "insightIntentInner.json"
  install_enable = false
}

ohos_prebuilt_etc("crossAppSharedConfigSchema_json") {
  source = "crossAppSharedConfig.json"
  install_enable = false
}

ohos_prebuilt_etc("arkDataSchema_json") {
  source = "arkDataSchema.json"
  install_enable = false
}

ohos_prebuilt_etc("agentCardSchema_json") {
  source = "agentCard.json"
  install_enable = false
}

ohos_prebuilt_etc("shareFilesSchema_json") {
  source = "shareFiles.json"
  install_enable = false
}