| // Copyright 2023 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. | |
| // This shard is included on builds that do not include an update checker, | |
| // i.e. neither system_update_checker nor omaha_client. | |
| { | |
| expose: [ | |
| { | |
| protocol: [ | |
| "fuchsia.update.channel.Provider", | |
| "fuchsia.update.channelcontrol.ChannelControl", | |
| "fuchsia.update.Manager", | |
| ], | |
| from: "void", | |
| availability: "optional", | |
| }, | |
| ], | |
| } |