tree: 80550cf0dc7f2676a3dbaae513325a05380e4648 [path history] [tgz]
  1. tools/
  2. BUILD.gn
  3. DIR_METADATA
  4. feature_management.cc
  5. feature_management.h
  6. feature_management_fake.cc
  7. feature_management_fake.h
  8. feature_management_impl.cc
  9. feature_management_impl.h
  10. feature_management_interface.h
  11. feature_management_test.cc
  12. OWNERS
  13. README.md
libsegmentation/README.md

libfeature_management

C++ library to know if a software feature is enabled on a given device.

It is unrealled to featured. Although both returns if a given feature is enabled or not, featured uses the finch framework while feature_managent uses a local store when enabled.