Casimir: Implement full support for Config Parameters

- previously emulated GET / SET of config parameters
  as accesses to a hashmap, this worked but failed to account
  for default parameter values and value validation
- now, all config parameters are explicited in ConfigParameters
  struct, the default values are provided by impl Default

Bug: 296109617
Test: m casimir
Change-Id: I21f3061a37b8eaab25d0b054ddeb99266f412775
2 files changed
tree: c7b07623e06af7aaddeb2ed403129c9f43b40e3d
  1. conf/
  2. src/
  3. tools/
  4. utils/
  5. .clang-format
  6. .gitignore
  7. Android.bp
  8. CleanSpec.mk
  9. NOTICE
  10. OWNERS
  11. PREUPLOAD.cfg
  12. run_unit_tests.sh
  13. TEST_MAPPING