Fix path to various non-standard directories
[staging/basesystem.git] / service / system / rom_access_library / library / include / system_service / ss_sm_ram_access.h
index f96966b..7a59bfc 100755 (executable)
@@ -171,7 +171,7 @@ explicit RAM_AccessIf(RAM_WAKEUP_STATE wup_state = RAM_WAKEUP_STATE_DONT_CARE);
  *       - The change in the internal status does not occur by this API.
  * \~english @par Conditions of processing failure
  *       - If p_boot_info is NULL  [eFrameworkunifiedStatusFail]
- *       - If read data from secondary storage area or /nv/BS/ss/rom_access_library/rwdata/ramdata.dat
+ *       - If read data from secondary storage area or /var/local/lib/basesystem/nv/BS/ss/rom_access_library/rwdata/ramdata.dat
  *         failed [eFrameworkunifiedStatusFail]
  * \~english @par Classification:
  *       Public
@@ -179,7 +179,7 @@ explicit RAM_AccessIf(RAM_WAKEUP_STATE wup_state = RAM_WAKEUP_STATE_DONT_CARE);
  *       Sync only(None communication)
  * \~english @par Detail:
  *       Copy the system information stored in the secondary storage area or
- *       in /nv/BS/ss/rom_access_library/rwdata/ramdata.dat to p_boot_info.  \n
+ *       in /var/local/lib/basesystem/nv/BS/ss/rom_access_library/rwdata/ramdata.dat to p_boot_info.  \n
  * \~english @see  setRamInfo
  */
   EFrameworkunifiedStatus getRamInfo(RAM_SM_INFO_t* p_boot_info);
@@ -214,7 +214,7 @@ explicit RAM_AccessIf(RAM_WAKEUP_STATE wup_state = RAM_WAKEUP_STATE_DONT_CARE);
  *       - The change in the internal status does not occur by this API.
  * \~english @par Conditions of processing failure
  *       - If p_boot_info is NULL  [eFrameworkunifiedStatusFail]
- *       - If write data to secondary storage area or /nv/BS/ss/rom_access_library/rwdata/ramdata.dat
+ *       - If write data to secondary storage area or /var/local/lib/basesystem/nv/BS/ss/rom_access_library/rwdata/ramdata.dat
  *         failed [eFrameworkunifiedStatusFail]
  * \~english @par Classification:
  *       Public
@@ -222,7 +222,7 @@ explicit RAM_AccessIf(RAM_WAKEUP_STATE wup_state = RAM_WAKEUP_STATE_DONT_CARE);
  *       Sync only(None communication)
  * \~english @par Detail:
  *       Write the system manegement information stored in p_boot_info to the
- *       secondary storage area or /nv/BS/ss/rom_access_library/rwdata/ramdata.dat. \n
+ *       secondary storage area or /var/local/lib/basesystem/nv/BS/ss/rom_access_library/rwdata/ramdata.dat. \n
  * \~english @see  getRamInfo
  */
   EFrameworkunifiedStatus setRamInfo(RAM_SM_INFO_t* p_boot_info);