tsrc/testtools/usbman_stub/usbman/client/inc/usbmandll_stub.h
branchRCL_3
changeset 92 dde4619868dc
parent 86 703a2b94c06c
child 95 55a3258355ea
equal deleted inserted replaced
86:703a2b94c06c 92:dde4619868dc
     1 /*
       
     2 * Copyright (c) 2010 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 USBMANDLL_STUB_H_
       
    19 #define USBMANDLL_STUB_H_
       
    20 
       
    21 static const TUint KUsbManStubAgentDll = 0x00000033;
       
    22 
       
    23 enum TUsbManStubAgentApi
       
    24     {
       
    25     EConnect,
       
    26     EGetDeviceState,
       
    27     EStart,
       
    28     EStop,
       
    29     ETryStartAsync,
       
    30     ETryStopAsync,
       
    31     EDeviceStateNotification,
       
    32     EGetCurrentPersonalityId,
       
    33     ECancelInterest,
       
    34     EDeviceStateNotificationCancel,
       
    35     EServiceState,
       
    36     ESetCtlSessionMode,
       
    37     EGetPersonalityProperty
       
    38     };
       
    39 
       
    40 #endif /*USBMANDLL_STUB_H_*/