usbmgmt/usbmgr/usbman/server/data/SyncStart.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 0 Starts synchronously in 1s.
       
    17 ; 
       
    18 ;
       
    19 
       
    20 [Startup.0]
       
    21 Type= sync
       
    22 Time= 1000000
       
    23 Error= 0
       
    24 [Shutdown.0]
       
    25 Type= sync
       
    26 Time= 0
       
    27 Error= 0
       
    28 
       
    29 [Startup.1]
       
    30 Type= sync
       
    31 Time= 0
       
    32 Error= 0
       
    33 [Shutdown.1]
       
    34 Type= sync
       
    35 Time= 0
       
    36 Error= 0
       
    37 
       
    38 [Startup.2]
       
    39 Type= sync
       
    40 Time= 0
       
    41 Error= 0
       
    42 [Shutdown.2]
       
    43 Type= sync
       
    44 Time= 0
       
    45 Error= 0
       
    46