summaryrefslogtreecommitdiff
path: root/org.genivi.commonapi.core.verification/fidl/ti_stability_mp.fidl
diff options
context:
space:
mode:
Diffstat (limited to 'org.genivi.commonapi.core.verification/fidl/ti_stability_mp.fidl')
-rw-r--r--org.genivi.commonapi.core.verification/fidl/ti_stability_mp.fidl46
1 files changed, 0 insertions, 46 deletions
diff --git a/org.genivi.commonapi.core.verification/fidl/ti_stability_mp.fidl b/org.genivi.commonapi.core.verification/fidl/ti_stability_mp.fidl
deleted file mode 100644
index 0b89dcb..0000000
--- a/org.genivi.commonapi.core.verification/fidl/ti_stability_mp.fidl
+++ /dev/null
@@ -1,46 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-package commonapi.stability.mp
-
-interface TestInterface {
- version { major 1 minor 0 }
-
- attribute tArray testAttribute
-
- method testMethod {
- in {
- tArray x
- }
- out {
- tArray y
- }
- }
-
- broadcast testBroadcast {
- out {
- tArray y
- }
- }
-
- array tArray of UInt8
-}
-
-interface ControlInterface {
- version { major 1 minor 0 }
- method controlMethod {
- in {
- UInt8 id
- UInt32 data
- }
- out {
- UInt8 command
- UInt32 data1
- UInt32 data2
- }
- }
-
-
-}
-
-