equal
deleted
inserted
replaced
|
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 Stops asynchronously in 1s. |
|
17 ; |
|
18 ; |
|
19 |
|
20 [Startup.0] |
|
21 Type= sync |
|
22 Time= 0 |
|
23 Error= 0 |
|
24 [Shutdown.0] |
|
25 Type= async |
|
26 Time= 1000000 |
|
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 |