From e81b1a8aab6858cdb42e9456f41fbd07b5c2fb7c Mon Sep 17 00:00:00 2001 From: AppaRao Puli Date: Wed, 30 Oct 2019 00:03:53 +0530 Subject: 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 --- intel-pfr-manager/service/inc/pfr_mgr.hpp | 4 ++-- 1 file 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 { -- cgit v1.2.3