summaryrefslogtreecommitdiff
path: root/src/components/include/policy/policy_external/policy/policy_manager.h
diff options
context:
space:
mode:
authorcollin <collin+i@collinmcqueen.com>2021-02-11 13:06:40 -0500
committercollin <collin+i@collinmcqueen.com>2021-02-11 13:06:40 -0500
commita54c2685219d126fc302dcbec1f3eea76c1a0be0 (patch)
treefaf7bbadf8578e6c8010ebb12d3c09d6ec5d0043 /src/components/include/policy/policy_external/policy/policy_manager.h
parent2a0e2a27fc7beaad4af90ddc59e0ced47091fb83 (diff)
parentf8c35107709ba19eda35664b90d3c7e9aada8c56 (diff)
downloadsdl_core-a54c2685219d126fc302dcbec1f3eea76c1a0be0.tar.gz
Merge branch 'feature/sdl_0293_enable_oem_exclusive_apps_support_base_impl' of https://github.com/LuxoftSDL/sdl_core into LuxoftSDL-feature/sdl_0293_enable_oem_exclusive_apps_support_base_impl
Diffstat (limited to 'src/components/include/policy/policy_external/policy/policy_manager.h')
-rw-r--r--src/components/include/policy/policy_external/policy/policy_manager.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/components/include/policy/policy_external/policy/policy_manager.h b/src/components/include/policy/policy_external/policy/policy_manager.h
index 9d4ad5ea57..3f17e50702 100644
--- a/src/components/include/policy/policy_external/policy/policy_manager.h
+++ b/src/components/include/policy/policy_external/policy/policy_manager.h
@@ -433,12 +433,25 @@ class PolicyManager : public usage_statistics::StatisticsManager,
const std::string& language) = 0;
/**
+ * @brief Set hardware version from GetSystemInfo response to policy table, if
+ * present
+ * @param hardware_version Hardware version
+ */
+ virtual void SetHardwareVersion(const std::string& hardware_version) = 0;
+
+ /**
* @brief Get information about last ccpu_version from PT
* @return ccpu_version from PT
*/
virtual std::string GetCCPUVersionFromPT() const = 0;
/**
+ * @brief Get information about last hardware version from PT
+ * @return hardware version from PT
+ */
+ virtual std::string GetHardwareVersionFromPT() const = 0;
+
+ /**
* @brief Send OnPermissionsUpdated for choosen application
* @param device_id device identifier
* @param application_id Unique application id