usbmgmt/usbmgr/usbman/server/public/UsbClassUids.h
changeset 0 c9bc50fca66e
child 48 21625e5de155
equal deleted inserted replaced
-1:000000000000 0:c9bc50fca66e
       
     1 /*
       
     2 * Copyright (c) 2005-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:
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef USBCLASSUIDS_H
       
    19 #define USBCLASSUIDS_H
       
    20 
       
    21 
       
    22 /**
       
    23 UID of the Serial Emulation plugin
       
    24 @publishedPartner
       
    25 @released
       
    26 */
       
    27 const TUid KECACMUid={0x101FBF22};
       
    28 
       
    29 /**
       
    30 UID of the Obex over USB plugin
       
    31 @publishedPartner
       
    32 @released
       
    33 */
       
    34 const TUid KWHCMUid={0x101fbf24};
       
    35 
       
    36 /**
       
    37 UID of the Mass Storage plugin
       
    38 @publishedPartner
       
    39 @released
       
    40 */
       
    41 const TUid KUSBMSUid={0x10204bbc};
       
    42 
       
    43 
       
    44 #endif // USBCLASSUIDS_H