blob: e0bde6592e09e99b2e22dcd65266d5c7c21b2be3 [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 modular_test;
[ServiceName="https://fuchsia.googlesource.com/modular/+/master/lib/fidl/app_client_unittest.fidl#TerminateService"]
interface TerminateService {
1: Terminate();
};