summaryrefslogtreecommitdiffstats
path: root/interface_unified/library/include/system_service/ss_system_manager_protocol.h
diff options
context:
space:
mode:
authortakeshi_hoshina <takeshi_hoshina@mail.toyota.co.jp>2020-10-22 13:17:27 +0900
committertakeshi_hoshina <takeshi_hoshina@mail.toyota.co.jp>2020-10-22 13:17:27 +0900
commitd1ef5faae9f97d0a477733f6c518901d0e924a13 (patch)
tree8dc230d99c442869346c175c3fdb1d89ad0c4b6d /interface_unified/library/include/system_service/ss_system_manager_protocol.h
parent235ab8f4a66f124005f6bd259f42eed19064a6df (diff)
ss-interfaceunified branch 0.1sandbox/ToshikazuOhiwa/ss-interfaceunified
Diffstat (limited to 'interface_unified/library/include/system_service/ss_system_manager_protocol.h')
-rw-r--r--interface_unified/library/include/system_service/ss_system_manager_protocol.h25
1 files changed, 1 insertions, 24 deletions
diff --git a/interface_unified/library/include/system_service/ss_system_manager_protocol.h b/interface_unified/library/include/system_service/ss_system_manager_protocol.h
index c3d7ac22..99d7e13a 100644
--- a/interface_unified/library/include/system_service/ss_system_manager_protocol.h
+++ b/interface_unified/library/include/system_service/ss_system_manager_protocol.h
@@ -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.
@@ -76,23 +76,6 @@ typedef enum _SS_SystemManagerProtocol {
//*************************************************************************
//*************************************************************************
- // Boot Mode Protocol: *
- // *
- // Request by Privileged clients to set the system boot mode: *
- // Application, or *
- // Programming *
- // *
- // The Set Request message carries the requested Boot Mode. *
- // The Set Response message carries the pass/fail of the Set request, *
- // and if the Set request succeeded, the Boot Mode at the time the *
- // Response message was generated. *
- , SS_SM_BOOT_MODE_SET_REQ //!< Client to Service (Sys Mgr)
- , SS_SM_BOOT_MODE_SET_RESP //!< Service (Sys Mgr) to Client
- // *
- // End of Boot Mode Protocol *
- //*************************************************************************
-
- //*************************************************************************
// Reset Mode Protocol: *
// *
// Request by Privileged clients to set the data reset mode: *
@@ -208,12 +191,6 @@ typedef enum _SS_SystemManagerProtocol {
// End of User Mode Protocol *
//*************************************************************************
- , SS_SM_DEBUG_VAR_CODE_DATA_SET_REQ //!< \~english
- , SS_SM_SET_BOOTLOADER_INFO //!< \~english
-
- , SS_SM_GET_BOOTLOADER_INFO //!< \~english
-
- , SS_SM_WAKEUP_ORDER_SET_REQ //!< \~english
, SS_SM_NEXT_WAKEUP_TYPE_SET_REQ //!< \~english
//*************************************************************************