summaryrefslogtreecommitdiffstats
path: root/notification_persistent_service/server/include/ns_npp_types.h
diff options
context:
space:
mode:
authortakeshi_hoshina <takeshi_hoshina@mail.toyota.co.jp>2020-10-22 13:48:32 +0900
committertakeshi_hoshina <takeshi_hoshina@mail.toyota.co.jp>2020-10-22 13:48:32 +0900
commita0f6f236e4eb56a7ac3002b1ba7741ca7ddd8765 (patch)
treeb128de6bcf0d904812941779ea9ce52c5762ba04 /notification_persistent_service/server/include/ns_npp_types.h
parent8330c750a0cb384a66696af6a2b8f18efd4a519a (diff)
ns-notificationpersistent branch 0.1sandbox/ToshikazuOhiwa/ns-notificationpersistent
Diffstat (limited to 'notification_persistent_service/server/include/ns_npp_types.h')
-rw-r--r--notification_persistent_service/server/include/ns_npp_types.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/notification_persistent_service/server/include/ns_npp_types.h b/notification_persistent_service/server/include/ns_npp_types.h
index 9e568fe9..79a44d74 100644
--- a/notification_persistent_service/server/include/ns_npp_types.h
+++ b/notification_persistent_service/server/include/ns_npp_types.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.
@@ -55,6 +55,8 @@
// name of NSNPS version file
#define VERSION_TXT "version.txt"
+#define STORAGE_PATH "/nv/BS/ns/npp/rwdata/"
+
typedef enum ENPSLoadType {
LOADTYPE_NONE = -1,