commit | a808ad0454795a7ddbcabbd7605ab31e0fd8e4ff | [log] [tgz] |
---|---|---|
author | Li Sun <lis@codeaurora.org> | Thu Feb 14 11:37:55 2019 -0500 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Sun Apr 07 19:23:29 2019 -0700 |
tree | ab3bf60a50fb7b1823c6c32a5ee3ca7de9f24220 | |
parent | 67d2adb5e922cb3f28b2b69bcca6f82234fbbaf6 [diff] |
media: add configstore and check it for vpp enablement Reduction in property usage. Go to the configstore to check whether vpp should be enabled, instead of checking vendor.media.vpp.enable. If the configstore is not enabled, fall back to the sysprop. Expose the configstore through libplatformconfig, by adding static methods to the Config class. Add a ConfigStore wrapper to allow C implementations to access the ConfigStore. Change-Id: Icb6b247b19f0adc107be636517d97b293229eb34