usbmgmt/usbmgr/usbman/server/public/rusb.h
changeset 31 4bea936937d0
parent 21 d67598c1c3be
child 48 21625e5de155
equal deleted inserted replaced
30:0897fb188e2a 31:4bea936937d0
     1 /*
     1 /*
     2 * Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2003-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".
    83 	EUsbGetManufacturerStringDescriptor,
    83 	EUsbGetManufacturerStringDescriptor,
    84 	EUsbGetProductStringDescriptor,
    84 	EUsbGetProductStringDescriptor,
    85 	EUsbGetOtgDescriptor,
    85 	EUsbGetOtgDescriptor,
    86 	EUsbDbgAlloc,
    86 	EUsbDbgAlloc,
    87 	EUsbRequestSession,
    87 	EUsbRequestSession,
    88 	EUsbGetDetailedDescription,
       
    89 	EUsbGetPersonalityProperty
    88 	EUsbGetPersonalityProperty
    90 	};
    89 	};
    91 
    90 
    92 _LIT(KUsbCliPncCat, "UsbMan-Client");
    91 _LIT(KUsbCliPncCat, "UsbMan-Client");
    93 
    92