summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJackLivio <jack@livio.io>2018-07-16 10:50:01 -0400
committerGitHub <noreply@github.com>2018-07-16 10:50:01 -0400
commitecef35e88b06ebcf2985399587c7a19d12de95f8 (patch)
treea179cd775d723db7ef945c817b5cfdeb90f16cf9
parentd0cb486decd9dec7be5492e1000f1c4ed28c8cc5 (diff)
parent891060ef895d608d0c7aeb677e0a1509570b520a (diff)
downloadsdl_core-ecef35e88b06ebcf2985399587c7a19d12de95f8.tar.gz
Merge pull request #2369 from LitvinenkoIra/fix/onRCStatus_seat_support
Add SEAT module to all supported modules
-rw-r--r--src/components/application_manager/rpc_plugins/rc_rpc_plugin/src/resource_allocation_manager_impl.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/application_manager/rpc_plugins/rc_rpc_plugin/src/resource_allocation_manager_impl.cc b/src/components/application_manager/rpc_plugins/rc_rpc_plugin/src/resource_allocation_manager_impl.cc
index 2ac31e7662..450bf79fe7 100644
--- a/src/components/application_manager/rpc_plugins/rc_rpc_plugin/src/resource_allocation_manager_impl.cc
+++ b/src/components/application_manager/rpc_plugins/rc_rpc_plugin/src/resource_allocation_manager_impl.cc
@@ -369,6 +369,7 @@ ResourceAllocationManagerImpl::all_supported_modules() {
std::vector<std::string> result;
result.push_back(enums_value::kClimate);
result.push_back(enums_value::kRadio);
+ result.push_back(enums_value::kSeat);
return result;
}