usbmgmt/usbmgr/usbman/server/INC/UsbSettings.h
branchRCL_3
changeset 15 f92a4f87e424
parent 0 c9bc50fca66e
child 16 012cc2ee6408
equal deleted inserted replaced
14:d3e8e7d462dd 15:f92a4f87e424
     1 /**
     1 /**
     2 * Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 1997-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    48 _LIT(KUsbDefaultManufacturer, "Symbian Ltd.");
    48 _LIT(KUsbDefaultManufacturer, "Symbian Ltd.");
    49 _LIT(KUsbDefaultProduct, "Symbian OS");
    49 _LIT(KUsbDefaultProduct, "Symbian OS");
    50 _LIT(KUsbDefaultSerialNumber, "0123456789");
    50 _LIT(KUsbDefaultSerialNumber, "0123456789");
    51 _LIT(KUsbDefaultConfig, "First and Last and Always");
    51 _LIT(KUsbDefaultConfig, "First and Last and Always");
    52 
    52 
    53 const TInt KUsbManagerResourceVersion = 0;
    53 enum TUsbManagerSupportedVersion
    54 const TInt KUsbManagerResourceVersionNew = 1;
       
    55 
       
    56 enum TUsbManagerResourceVersion
       
    57 	{
    54 	{
    58 	EUsbManagerResourceVersionOne = 1,
    55     TUsbManagerSupportedVersionMin = 4,
    59 	EUsbManagerResourceVersionTwo = 2,
    56     TUsbManagerSupportedVersionFour = 4,        
    60 	EUsbManagerResourceVersionThree = 3
    57     TUsbManagerSupportedVersionMax = 4
    61 	};
    58 	};
    62 
    59 
    63 _LIT(KUsbManagerResource, "z:\\private\\101fe1db\\usbman.rsc");
       
    64 
       
    65 #endif // __USBSETTINGS_H__
    60 #endif // __USBSETTINGS_H__