summaryrefslogtreecommitdiffstats
path: root/example/events
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2016-10-31 09:51:55 -0500
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2016-11-08 15:15:28 -0500
commitd202bfdb3afb2b22a829307b81fc144731874c91 (patch)
tree59e83fcb8aa210f2d8449dbca94ddcd44176f0cc /example/events
parent92665b2f669732e78cb7252453e0a536a7ff3397 (diff)
downloadphosphor-inventory-manager-d202bfdb3afb2b22a829307b81fc144731874c91.tar.gz
phosphor-inventory-manager-d202bfdb3afb2b22a829307b81fc144731874c91.zip
Add example interfaces
Add example interfaces for testing. Add a script that generates sdbusplus bindings for example interfaces. Change-Id: I683ce9dca74d827d226833ed8a56f87243914e04 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'example/events')
-rw-r--r--example/events/match2.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/example/events/match2.yaml b/example/events/match2.yaml
index db10099..4bf2ddd 100644
--- a/example/events/match2.yaml
+++ b/example/events/match2.yaml
@@ -9,14 +9,14 @@ events:
type: match
signature:
type: signal
- path: /xyz/openbmc_project/testing
+ path: /xyz/openbmc_project/Inventory/example
interface: org.freedesktop.DBus.Properties
member: PropertiesChanged
filter:
type: propertyChangedTo
args:
- - value: xyz.openbmc_project.Testing
- - value: TestProperty
+ - value: xyz.openbmc_project.Example.Iface1
+ - value: ExampleProperty1
- value: teststring
action:
type: destroyObject("Example")
OpenPOWER on IntegriCloud