Fix path to various non-standard directories
[staging/basesystem.git] / service / native / framework_unified / client / include / native_service / ns_np_types.h
index 01559d9..d99a9ac 100755 (executable)
 #define FRAMEWORK_UNIFIED_CLIENT_NS_NPSERVICEIF_INCLUDE_NS_NP_TYPES_H_
 
 // Path of immediate notification data in NS_NPS version 1
-#define IMMEDIATE_PERSISTENCE_STORAGE_V1        "/nv/BS/ns/npp/rwdata/NPSNOR/"
+#define IMMEDIATE_PERSISTENCE_STORAGE_V1        "/var/local/lib/basesystem/nv/BS/ns/npp/rwdata/NPSNOR/"
 
 // Path of immediate notification data in NS_NPS version 2
-#define IMMEDIATE_PERSISTENCE_STORAGE_V2        "/nv/BS/ns/npp/rwdata/"
+#define IMMEDIATE_PERSISTENCE_STORAGE_V2        "/var/local/lib/basesystem/nv/BS/ns/npp/rwdata/"
 
 // name of persistence folder for persistent type categorization
 #define USERDATADIR     "UserData/"   // stores all the user data (all user common data as well as user specific data)