Fix up the path to the features.dat database for emulator AT_Test_LTSY
authorTom Pritchard <tomp@symbian.org>
Tue, 23 Feb 2010 20:36:01 +0000
branchAT_Test_LTSY
changeset 5 c646ab78f948
parent 4 3cf043a18b40
child 6 9b3b5a50db11
Fix up the path to the features.dat database for emulator
telephonyserverplugins/attestltsy/config/modifyfeaturedb.pl
--- a/telephonyserverplugins/attestltsy/config/modifyfeaturedb.pl	Tue Feb 23 20:17:55 2010 +0000
+++ b/telephonyserverplugins/attestltsy/config/modifyfeaturedb.pl	Tue Feb 23 20:36:01 2010 +0000
@@ -23,9 +23,9 @@
 #
 # Hardwire the datafile - this is only an example.
 # 
-my $datfile = "/epoc32/data/config/features.dat";
-my $datfile2 = "/epoc32/data/config/features2.dat";
-my $datfileback = "/epoc32/data/config/features.bak";
+my $datfile = "/epoc32/release/winscw/udeb/z/private/10205054/features.dat";
+my $datfile2 = "/epoc32/release/winscw/udeb/z/private/10205054/features2.dat";
+my $datfileback = "/epoc32/release/winscw/udeb/z/private/10205054/features.bak";
 
 #
 # Create an object that represents a feature data file.