summaryrefslogtreecommitdiff
path: root/src/test/fakeLegacyService.fdepl
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/fakeLegacyService.fdepl')
-rw-r--r--src/test/fakeLegacyService.fdepl16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/test/fakeLegacyService.fdepl b/src/test/fakeLegacyService.fdepl
new file mode 100644
index 0000000..971d7e4
--- /dev/null
+++ b/src/test/fakeLegacyService.fdepl
@@ -0,0 +1,16 @@
+/* Copyright (C) 2015 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
+ * 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/. */
+
+import "platform:/plugin/org.genivi.commonapi.dbus/deployment/CommonAPI-DBus_deployment_spec.fdepl"
+import "fakeLegacyService.fidl"
+
+define org.genivi.commonapi.dbus.deployment for provider Service {
+ instance fake.legacy.service.LegacyInterfaceNoObjectManager {
+ InstanceId = "fake.legacy.service.LegacyInterfaceNoObjectManager"
+
+ DBusPredefined = true
+ }
+}
+