diff options
author | nxf36763 <ashish.manohar@nxp.com> | 2020-02-24 13:07:30 +0530 |
---|---|---|
committer | Sangeetha Agarwal <sangeetha.agarwal@nxp.com> | 2020-04-22 20:42:07 +0530 |
commit | 938a56e1e70a2dcbbd586a43e87e197eb0e95b1d (patch) | |
tree | 1c2d25c35a2f16958f98728cb2f0835c160136a3 /halimpl/utils/phNxpConfig.cpp | |
parent | 139da42a1b91d1be51c05a6f510603d1a20dcb0c (diff) |
Treble naming convention correction for vendor persist property.
As we have upadted persist.nfc to persist.vendor.nfc in property_contexts file.
So, Updating persist.nfc to persist.vendor.nfc.
Diffstat (limited to 'halimpl/utils/phNxpConfig.cpp')
-rwxr-xr-x | halimpl/utils/phNxpConfig.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/halimpl/utils/phNxpConfig.cpp b/halimpl/utils/phNxpConfig.cpp index 98690c1..aaa27ef 100755 --- a/halimpl/utils/phNxpConfig.cpp +++ b/halimpl/utils/phNxpConfig.cpp @@ -486,7 +486,7 @@ CNfcConfig& CNfcConfig::GetInstance() { } } // update config file based on system property - int len = property_get("persist.nfc.config_file_name", valueStr, ""); + int len = property_get("persist.vendor.nfc.config_file_name", valueStr, ""); if (len > 0) { config_file_name = config_file_name + "_" + valueStr + ".conf"; |