blob: 2b6c9f580bf7b300d92fdc790b6325371e632bb1 [file] [log] [blame]
Lei YUe57c38e2019-09-20 17:38:17 +08001description: >
2 A test interface
3properties:
4 - name: SomeValue
5 type: int64
Patrick Williamse1c73d32020-07-10 16:02:27 -05006 - name: ReadonlyValue
7 type: int64
8 flags:
9 - readonly
10 - emits_change
11 - name: ConstValue
12 type: int64
13 flags:
14 - const
Patrick Williams4ac7e562020-09-10 08:06:11 -050015 - name: Countable
16 type: size
Patrick Williamsdbfb9672020-09-11 16:06:38 -050017 - name: ObjectPath
18 type: path