summaryrefslogtreecommitdiffstats
path: root/power_service/server/src
diff options
context:
space:
mode:
Diffstat (limited to 'power_service/server/src')
-rw-r--r--power_service/server/src/powerservice_application.cpp2
-rw-r--r--power_service/server/src/powerservice_main.cpp2
-rw-r--r--power_service/server/src/ss_power.cpp4
-rw-r--r--power_service/server/src/ss_power_config.cpp2
-rw-r--r--power_service/server/src/ss_power_session.cpp2
-rw-r--r--power_service/server/src/ss_power_state_machine.cpp2
-rw-r--r--power_service/server/src/ss_pwr_test_client_handlers.cpp2
-rw-r--r--power_service/server/src/ss_supervisor_handlers.cpp2
-rw-r--r--power_service/server/src/ss_system_handlers.cpp2
9 files changed, 10 insertions, 10 deletions
diff --git a/power_service/server/src/powerservice_application.cpp b/power_service/server/src/powerservice_application.cpp
index 52c6cfe4..4c444590 100644
--- a/power_service/server/src/powerservice_application.cpp
+++ b/power_service/server/src/powerservice_application.cpp
@@ -1,5 +1,5 @@
/*
- * @copyright Copyright (c) 2016-2019 TOYOTA MOTOR CORPORATION.
+ * @copyright Copyright (c) 2016-2020 TOYOTA MOTOR CORPORATION.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/power_service/server/src/powerservice_main.cpp b/power_service/server/src/powerservice_main.cpp
index 4e33a71d..0b1ccfe3 100644
--- a/power_service/server/src/powerservice_main.cpp
+++ b/power_service/server/src/powerservice_main.cpp
@@ -1,5 +1,5 @@
/*
- * @copyright Copyright (c) 2016-2019 TOYOTA MOTOR CORPORATION.
+ * @copyright Copyright (c) 2016-2020 TOYOTA MOTOR CORPORATION.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/power_service/server/src/ss_power.cpp b/power_service/server/src/ss_power.cpp
index abf1c8c0..26e88813 100644
--- a/power_service/server/src/ss_power.cpp
+++ b/power_service/server/src/ss_power.cpp
@@ -1,5 +1,5 @@
/*
- * @copyright Copyright (c) 2016-2019 TOYOTA MOTOR CORPORATION.
+ * @copyright Copyright (c) 2016-2020 TOYOTA MOTOR CORPORATION.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -135,7 +135,7 @@ EFrameworkunifiedStatus Power::Initialize(HANDLE h_app) {
pthread_mutex_init(&pwr_hist_mutex, NULL);
/// Open and parse the configuration data for Power
- const CHAR configFileName[] = "/agl/scfg/gpf_ss_ps_config.cfg";
+ const CHAR configFileName[] = "/usr/agl/conf/BS/ss/power_service/rodata/gpf_ss_ps_config.cfg";
PowerConfiguration config(configFileName);
l_SpecifiedCfgLoaded = config.LoadParameters(m_tConfigData);
diff --git a/power_service/server/src/ss_power_config.cpp b/power_service/server/src/ss_power_config.cpp
index 1f04b6ed..3975b56f 100644
--- a/power_service/server/src/ss_power_config.cpp
+++ b/power_service/server/src/ss_power_config.cpp
@@ -1,5 +1,5 @@
/*
- * @copyright Copyright (c) 2016-2019 TOYOTA MOTOR CORPORATION.
+ * @copyright Copyright (c) 2016-2020 TOYOTA MOTOR CORPORATION.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/power_service/server/src/ss_power_session.cpp b/power_service/server/src/ss_power_session.cpp
index 70dbc692..20db4a9a 100644
--- a/power_service/server/src/ss_power_session.cpp
+++ b/power_service/server/src/ss_power_session.cpp
@@ -1,5 +1,5 @@
/*
- * @copyright Copyright (c) 2016-2019 TOYOTA MOTOR CORPORATION.
+ * @copyright Copyright (c) 2016-2020 TOYOTA MOTOR CORPORATION.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/power_service/server/src/ss_power_state_machine.cpp b/power_service/server/src/ss_power_state_machine.cpp
index 092e88c6..28291e51 100644
--- a/power_service/server/src/ss_power_state_machine.cpp
+++ b/power_service/server/src/ss_power_state_machine.cpp
@@ -1,5 +1,5 @@
/*
- * @copyright Copyright (c) 2016-2019 TOYOTA MOTOR CORPORATION.
+ * @copyright Copyright (c) 2016-2020 TOYOTA MOTOR CORPORATION.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/power_service/server/src/ss_pwr_test_client_handlers.cpp b/power_service/server/src/ss_pwr_test_client_handlers.cpp
index 10e2f556..15422816 100644
--- a/power_service/server/src/ss_pwr_test_client_handlers.cpp
+++ b/power_service/server/src/ss_pwr_test_client_handlers.cpp
@@ -1,5 +1,5 @@
/*
- * @copyright Copyright (c) 2016-2019 TOYOTA MOTOR CORPORATION.
+ * @copyright Copyright (c) 2016-2020 TOYOTA MOTOR CORPORATION.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/power_service/server/src/ss_supervisor_handlers.cpp b/power_service/server/src/ss_supervisor_handlers.cpp
index 993d7a4c..4bd88d95 100644
--- a/power_service/server/src/ss_supervisor_handlers.cpp
+++ b/power_service/server/src/ss_supervisor_handlers.cpp
@@ -1,5 +1,5 @@
/*
- * @copyright Copyright (c) 2016-2019 TOYOTA MOTOR CORPORATION.
+ * @copyright Copyright (c) 2016-2020 TOYOTA MOTOR CORPORATION.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/power_service/server/src/ss_system_handlers.cpp b/power_service/server/src/ss_system_handlers.cpp
index 10e8ee50..60a99807 100644
--- a/power_service/server/src/ss_system_handlers.cpp
+++ b/power_service/server/src/ss_system_handlers.cpp
@@ -1,5 +1,5 @@
/*
- * @copyright Copyright (c) 2016-2019 TOYOTA MOTOR CORPORATION.
+ * @copyright Copyright (c) 2016-2020 TOYOTA MOTOR CORPORATION.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.