summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAppaRao Puli <apparao.puli@linux.intel.com>2019-10-29 21:33:53 +0300
committerPuli, Apparao <apparao.puli@intel.com>2019-10-30 12:12:00 +0300
commite81b1a8aab6858cdb42e9456f41fbd07b5c2fb7c (patch)
treeeda2771c39758e4a475b88c0038eb42dbecd0eae
parent3fd2cd71a5d228b3f8ceb793dd6e6b857175e435 (diff)
downloadprovingground-e81b1a8aab6858cdb42e9456f41fbd07b5c2fb7c.tar.xz
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>
-rw-r--r--intel-pfr-manager/service/inc/pfr_mgr.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/intel-pfr-manager/service/inc/pfr_mgr.hpp b/intel-pfr-manager/service/inc/pfr_mgr.hpp
index 749abe3..47fc0f4 100644
--- a/intel-pfr-manager/service/inc/pfr_mgr.hpp
+++ b/intel-pfr-manager/service/inc/pfr_mgr.hpp
@@ -36,8 +36,8 @@ static constexpr const char *versionPurposeOther =
"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
{