PolicyManager: New Config provider.
This patch adds a new Config provider to the Policy Manager. This
provider reads a fixed set of config options from a file on /etc.
On dev mode, if the file is present on the stateful partition, it
will read it from there instead.
Currently, the only enabled setting consists on the OOBE enabled bit.
This setting states whether the board/device has an OOBE or not.
BUG=chromium:359674
TEST=Unit tests added and passing.
Change-Id: I86c64ab4c447409ef7aeccf0ed374906edf450e7
Reviewed-on: https://chromium-review.googlesource.com/195542
Tested-by: Alex Deymo <deymo@chromium.org>
Reviewed-by: Gilad Arnold <garnold@chromium.org>
Commit-Queue: Alex Deymo <deymo@chromium.org>
diff --git a/policy_manager/variable.h b/policy_manager/variable.h
index cd13be1..e855e03 100644
--- a/policy_manager/variable.h
+++ b/policy_manager/variable.h
@@ -174,6 +174,7 @@
// directly from the variable.
friend class EvaluationContext;
+ friend class PmRealConfigProviderTest;
friend class PmRealDevicePolicyProviderTest;
FRIEND_TEST(PmRealDevicePolicyProviderTest,
NonExistentDevicePolicyEmptyVariables);