diff options
| author | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2016-11-22 14:37:53 -0500 |
|---|---|---|
| committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2016-11-22 14:56:31 -0500 |
| commit | 67a5cdb41bb82094085c6e31459a671a04639a81 (patch) | |
| tree | 05971f1281220fc87b3cb6b19af842242950c30a /example | |
| parent | 7cc13c3b53b111a5c1eea6ed1efb2d60a13bd56d (diff) | |
| download | phosphor-inventory-manager-67a5cdb41bb82094085c6e31459a671a04639a81.tar.gz phosphor-inventory-manager-67a5cdb41bb82094085c6e31459a671a04639a81.zip | |
React to sdbus++ updates
Update example interfaces to use non language specific type specifiers.
React to namespace shuffling in sdbusplus 7aa8a1e2e.
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Change-Id: Ib0688056d6fcfbe298d8a24ae9df604cd05fa620
Diffstat (limited to 'example')
| -rw-r--r-- | example/extra_interfaces.d/xyz/openbmc_project/Example/Iface1.interface.yaml | 2 | ||||
| -rw-r--r-- | example/extra_interfaces.d/xyz/openbmc_project/Example/Iface2.interface.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/example/extra_interfaces.d/xyz/openbmc_project/Example/Iface1.interface.yaml b/example/extra_interfaces.d/xyz/openbmc_project/Example/Iface1.interface.yaml index 5d11fd1..1333fa9 100644 --- a/example/extra_interfaces.d/xyz/openbmc_project/Example/Iface1.interface.yaml +++ b/example/extra_interfaces.d/xyz/openbmc_project/Example/Iface1.interface.yaml @@ -2,7 +2,7 @@ description: > Example interface for PIM. properties: - name: ExampleProperty1 - type: std::string + type: string description: > An example property. diff --git a/example/extra_interfaces.d/xyz/openbmc_project/Example/Iface2.interface.yaml b/example/extra_interfaces.d/xyz/openbmc_project/Example/Iface2.interface.yaml index 09047a8..c4bcce0 100644 --- a/example/extra_interfaces.d/xyz/openbmc_project/Example/Iface2.interface.yaml +++ b/example/extra_interfaces.d/xyz/openbmc_project/Example/Iface2.interface.yaml @@ -2,7 +2,7 @@ description: > Example interface for PIM. properties: - name: ExampleProperty2 - type: std::string + type: string description: > An example property. |

