blob: d6d2d09aeaee33977bc7e32eb17267f14dd38b21 [file] [log] [blame]
// Copyright 2022 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.
library test.structuredconfig.receiver.shim;
using test.structuredconfig.receiver;
service ConfigService {
puppet client_end:test.structuredconfig.receiver.ConfigReceiverPuppet;
};