summaryrefslogtreecommitdiff
path: root/CommonAPI-Examples/E04PhoneBook/fidl/E04PhoneBook.fdepl
diff options
context:
space:
mode:
Diffstat (limited to 'CommonAPI-Examples/E04PhoneBook/fidl/E04PhoneBook.fdepl')
-rw-r--r--CommonAPI-Examples/E04PhoneBook/fidl/E04PhoneBook.fdepl112
1 files changed, 0 insertions, 112 deletions
diff --git a/CommonAPI-Examples/E04PhoneBook/fidl/E04PhoneBook.fdepl b/CommonAPI-Examples/E04PhoneBook/fidl/E04PhoneBook.fdepl
deleted file mode 100644
index 645b37e..0000000
--- a/CommonAPI-Examples/E04PhoneBook/fidl/E04PhoneBook.fdepl
+++ /dev/null
@@ -1,112 +0,0 @@
-import "platform:/plugin/org.genivi.commonapi.dbus/deployment/CommonAPI-DBus_deployment.fdepl"
-import "platform:/plugin/org.genivi.commonapi.someip/deployment/CommonAPI-SOMEIP_deployment_spec.fdepl"
-import "E04PhoneBook.fidl"
-
-define org.genivi.commonapi.dbus.deployment for interface commonapi.examples.E04PhoneBook {
- PropertiesType = freedesktop
-}
-
-define org.genivi.commonapi.someip.deployment for interface commonapi.examples.E04PhoneBook {
- SomeIpServiceID = 4660
- SomeIpEventGroups = { 7000, 7001 }
-
- attribute phoneBook {
- SomeIpGetterID = 7000
- }
-
- method setPhoneBookDataFilter {
- SomeIpMethodID = 33000
- }
-
- broadcast phoneBookDataSet {
- SomeIpEventID = 8000
- }
-
- enumeration phoneNumberEnum {
- WORK {
- }
- HOME {
- }
- MOBILE1 {
- }
- MOBILE2 {
- }
- }
-
- struct phoneBookStruct {
- name {
- }
- forename {
- }
- organisation {
- }
- address {
- }
- email {
- }
- phoneNumber {
- }
- }
-
- struct elementFilterStruct {
- addName {
- }
- addForename {
- }
- addOrganisation {
- }
- addAddress {
- }
- addEmail {
- }
- addPhoneNumber {
- }
- }
-
- struct contentFilterStruct {
- element {
- }
- expression {
- }
- }
-
- enumeration phoneBookDataElementEnum {
- NAME {
- }
- FORENAME {
- }
- ORGANISATION {
- }
- ADDRESS {
- }
- EMAIL {
- }
- PHONENUMBER {
- }
- }
-
- struct phoneBookDataElement {
- }
-
- struct phoneBookDataElementString {
- content {
- }
- }
-
- struct phoneBookDataElementPhoneNumber {
- content {
- }
- }
-
-}
-
-define org.genivi.commonapi.someip.deployment for provider Service {
- instance commonapi.examples.E04PhoneBook {
- InstanceId = "commonapi.examples.PhoneBook"
-
- SomeIpInstanceID = 22136
-
- SomeIpUnicastAddress = "192.168.0.2"
- SomeIpUnicastPort = 30499
- }
-} \ No newline at end of file