Upload upstream chromium 76.0.3809.146
[platform/framework/web/chromium-efl.git] / base / fuchsia / test.fidl
1 // Copyright 2018 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 library base.fuchsia.testfidl;
6
7 [Discoverable]
8 protocol TestInterface {
9   Add(int32 a, int32 b) -> (int32 sum);
10 };