Add interface to enable an object

The interface consists of a boolean property called 'Enabled'. Setting
that to true or false helps determine whether an object implementing
this interface is usable or not.

This will help users to select an object from a collection of similar
objects. For instance, given these objects : setting/permanent/boot and
setting/one-time/boot, one or both of these objects could implement the
Enable interface to allow a user to state how the boot setting should be
applied - the next boot versus all subsequent boots.

Change-Id: I35df5384d459ba7d6cd9afab630f145b5a5c9948
Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
1 file changed
tree: 48db23c798eddfbd3c832f7da1d6574a475b3220
  1. xyz/
  2. .gitignore
  3. bootstrap.sh
  4. configure.ac
  5. generate_makefile.sh
  6. generate_yaml_makefile.sh
  7. LICENSE
  8. Makefile.am
  9. Makefile.interfaces.in
  10. Makefile.yaml.in
  11. phosphor-dbus-interfaces.pc.in
  12. README.md
README.md

phosphor-dbus-interfaces

YAML descriptors of standard dbus interfaces