blob: b25accd6b1709aa82b9f81f9040ccae360981f03 [file] [log] [blame]
# Copyright 2022 The Fuchsia Authors.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# Omaha Client is a special configuration of a smart display device for the
# purposes of testing the Omaha Client updater. It is identical to the
# `smart_display_eng_arrested.gni`, except for it replaces
# `system-update-checker` for `omaha-client`.
import("//products/common/workstation_eng.gni")
# Omaha requires the build-info package to include a version number in order to
# work.
build_info_version = "0.0.0.1"
# Set the update_checker policy, details can be found in
# //build/security/policies_swd.gni.
policy_labels.update_checker = "omaha_client"
# Add omaha-client.
core_realm_shards +=
[ "//src/sys/pkg/bin/omaha-client:omaha-client-service-core-shard" ]
legacy_base_package_labels += [
"//src/sys/pkg/bin/omaha-client:omaha-client-channels-test-config",
"//src/sys/pkg/bin/omaha-client:omaha-client-test-config",
"//src/sys/pkg/bin/omaha-client:empty_eager_package_config",
"//src/sys/pkg:omaha-client-no-restart",
]