Modified PFR property names to UpperCamelCase
Updated PFR property names such as UfmProvisioned,
UfmLocked to UpperCamelCase as per coding guidelines.
Tested:
Checked the properties from redfish along with other commit
and observed expected result on PFR platforms.
Change-Id: I10112001754448bcd41abfa61b4191dd15a13c46
Signed-off-by: AppaRao Puli <apparao.puli@linux.intel.com>
diff --git a/service/inc/pfr_mgr.hpp b/service/inc/pfr_mgr.hpp
index 749abe3..47fc0f4 100644
--- a/service/inc/pfr_mgr.hpp
+++ b/service/inc/pfr_mgr.hpp
@@ -36,8 +36,8 @@
"xyz.openbmc_project.Software.Version.VersionPurpose.Other";
static constexpr const char *versionStr = "Version";
-static constexpr const char *ufmProvisionedStr = "ufm_provisioned";
-static constexpr const char *ufmLockedStr = "ufm_locked";
+static constexpr const char *ufmProvisionedStr = "UfmProvisioned";
+static constexpr const char *ufmLockedStr = "UfmLocked";
class PfrVersion
{