mtpfws/mtpfw/dataproviders/devdp/src/cmtpdevicedatastore.cpp
branchRCL_3
changeset 20 4a793f564d72
parent 19 0aa8cc770c8a
equal deleted inserted replaced
19:0aa8cc770c8a 20:4a793f564d72
    33 #include "mtpdevicedpconst.h"
    33 #include "mtpdevicedpconst.h"
    34 
    34 
    35 // Class constants.
    35 // Class constants.
    36 __FLOG_STMT(_LIT8(KComponent,"DeviceDataStore");)
    36 __FLOG_STMT(_LIT8(KComponent,"DeviceDataStore");)
    37 
    37 
       
    38 #ifdef __WINS__
       
    39 _LIT( KFileName, "c:\\private\\102827a2\\mtpdevice.ico");
       
    40 #else
    38 _LIT( KFileName, "z:\\private\\102827a2\\mtpdevice.ico");
    41 _LIT( KFileName, "z:\\private\\102827a2\\mtpdevice.ico");
       
    42 #endif
    39 
    43 
    40 
    44 
    41 // Device property datastore constants.
    45 // Device property datastore constants.
    42 _LIT(KMTPNoBackupFolder, "nobackup\\");
    46 _LIT(KMTPNoBackupFolder, "nobackup\\");
    43 _LIT(KMTPDevicePropertyStoreFileName, "mtpdevicepropertystore.dat");
    47 _LIT(KMTPDevicePropertyStoreFileName, "mtpdevicepropertystore.dat");