src/hbservers/hbsplashgenerator/hbsplashdirs_p.h
changeset 21 4633027730f5
parent 5 627c4a0fd0e7
child 23 e6ad4ef83b23
equal deleted inserted replaced
7:923ff622b8b9 21:4633027730f5
    34 #endif
    34 #endif
    35 
    35 
    36 inline QString hbsplash_output_dir()
    36 inline QString hbsplash_output_dir()
    37 {
    37 {
    38 #if defined(Q_OS_SYMBIAN)
    38 #if defined(Q_OS_SYMBIAN)
    39     QString path("c:/private/2002E68B");
    39     QString path("c:/private/2002E68B/spl");
    40     TInt driveType = DriveInfo::EDefaultMassStorage;
    40     TInt driveType = DriveInfo::EDefaultMassStorage;
    41     TInt drive;
    41     TInt drive;
    42     TChar driveLetter;
    42     TChar driveLetter;
    43     if (DriveInfo::GetDefaultDrive(driveType, drive) == KErrNone
    43     if (DriveInfo::GetDefaultDrive(driveType, drive) == KErrNone
    44             && DriveInfo::GetDefaultDrive(driveType, driveLetter) == KErrNone) {
    44             && DriveInfo::GetDefaultDrive(driveType, driveLetter) == KErrNone) {