commonservices/PlatformEnv/src/driveinfopatchdata.cpp
changeset 0 4e1aa6a622a0
equal deleted inserted replaced
-1:000000000000 0:4e1aa6a622a0
       
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Patchable data definitions
       
    15 *
       
    16 */
       
    17 
       
    18 #include <f32file.h>
       
    19 
       
    20 EXPORT_C extern const TInt KDriveInfoDefaultRomDrive = EDriveZ;
       
    21 EXPORT_C extern const TInt KDriveInfoDefaultRamDrive = EDriveD;
       
    22 EXPORT_C extern const TInt KDriveInfoDefaultSystemDrive = KErrNotFound; // To use RFs::GetSystemDrive()
       
    23 EXPORT_C extern const TInt KDriveInfoDefaultPhoneMemory = EDriveC;
       
    24 EXPORT_C extern const TInt KDriveInfoDefaultMassStorage = EDriveE;
       
    25 #if defined( __WINS__ ) && defined( PLATFORM_ENV_MASS_STORAGE_CONFIG )
       
    26 EXPORT_C extern const TInt KDriveInfoDefaultRemovableMassStorage = EDriveG; // F is not visible in emulator
       
    27 #else
       
    28 EXPORT_C extern const TInt KDriveInfoDefaultRemovableMassStorage = EDriveE;
       
    29 #endif
       
    30 
       
    31 EXPORT_C extern const TInt KDriveInfoUserHiddenDrive1 = EDriveD;
       
    32 EXPORT_C extern const TInt KDriveInfoUserHiddenDrive2 = EDriveZ;
       
    33 EXPORT_C extern const TInt KDriveInfoUserHiddenDrive3 = KErrNotFound;
       
    34 EXPORT_C extern const TInt KDriveInfoUserHiddenDrive4 = KErrNotFound;
       
    35 EXPORT_C extern const TInt KDriveInfoUserHiddenDrive5 = KErrNotFound;
       
    36 EXPORT_C extern const TInt KDriveInfoUserHiddenDrive6 = KErrNotFound;
       
    37 EXPORT_C extern const TInt KDriveInfoUserHiddenDrive7 = KErrNotFound;
       
    38 EXPORT_C extern const TInt KDriveInfoUserHiddenDrive8 = KErrNotFound;
       
    39 
       
    40 EXPORT_C extern const TInt KDriveInfoUsbDrivesStart = EDriveG;
       
    41 EXPORT_C extern const TInt KDriveInfoUsbDrivesMaxCount = 2;
       
    42 
       
    43 EXPORT_C extern const TInt KDriveInfoLogicallyRemovableDrive1 = KErrNotFound;
       
    44 EXPORT_C extern const TInt KDriveInfoLogicallyRemovableDrive2 = KErrNotFound;
       
    45 EXPORT_C extern const TInt KDriveInfoLogicallyRemovableDrive3 = KErrNotFound;
       
    46 EXPORT_C extern const TInt KDriveInfoLogicallyRemovableDrive4 = KErrNotFound;
       
    47 
       
    48 //  End of File