blob: 4494fb0ec2321b1e77b664c70fa818c3dcf5977b [file] [log] [blame]
// Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Interface(s) used by AppClient's unittest.
library test.peridot.lib.fidl.appclient;
[Discoverable]
interface TerminateService {
1: Terminate();
};