usbmgmt/usbmgr/usbman/server/data/BadStart1CI.ini
changeset 0 c9bc50fca66e
equal deleted inserted replaced
-1:000000000000 0:c9bc50fca66e
       
     1 ; Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 ; All rights reserved.
       
     3 ; This component and the accompanying materials are made available
       
     4 ; under the terms of "Eclipse Public License v1.0"
       
     5 ; which accompanies this distribution, and is available
       
     6 ; at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 ;
       
     8 ; Initial Contributors:
       
     9 ; Nokia Corporation - initial contribution.
       
    10 ;
       
    11 ; Contributors:
       
    12 ;
       
    13 ; Description:
       
    14 ; Ini file for USBMAN dummy class controller.
       
    15 ; Specifies behaviour for up to three instances of the dummy class 
       
    16 ; controller. Instance 1 completes Start with KErrServerTerminated 
       
    17 ; (mimics a Class Implementation panicking).
       
    18 ; 
       
    19 ;
       
    20 
       
    21 [Startup.0]
       
    22 Type= async
       
    23 Time= 0
       
    24 Error= 0
       
    25 [Shutdown.0]
       
    26 Type= async
       
    27 Time= 0
       
    28 Error= 0
       
    29 
       
    30 [Startup.1]
       
    31 Type= async
       
    32 Time= 0
       
    33 Error= -15
       
    34 [Shutdown.1]
       
    35 Type= async
       
    36 Time= 0
       
    37 Error= 0
       
    38 
       
    39 [Startup.2]
       
    40 Type= async
       
    41 Time= 0
       
    42 Error= 0
       
    43 [Shutdown.2]
       
    44 Type= async
       
    45 Time= 0
       
    46 Error= 0
       
    47