equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2004-2009 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 the License "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 * testutilserver.exe test tool to perform file operations |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 /** |
|
21 @file |
|
22 */ |
|
23 |
|
24 MACRO __SECURE_API__ |
|
25 MACRO __DATA_CAGING__ |
|
26 CAPABILITY TCB AllFiles ProtServ DISKADMIN WriteDeviceData |
|
27 |
|
28 target testutilserver.exe |
|
29 targettype exe |
|
30 |
|
31 UID 0x1000007a 0x101F7295 |
|
32 VENDORID 0x70000001 |
|
33 |
|
34 USERINCLUDE ../common |
|
35 USERINCLUDE ../server |
|
36 USERINCLUDE ../testutilcommon |
|
37 SOURCEPATH ../server |
|
38 |
|
39 |
|
40 SOURCE testutilserver.cpp |
|
41 SOURCE testutilsession.cpp |
|
42 SOURCE testutilstartup.cpp |
|
43 SOURCE testutilfilewatcher.cpp |
|
44 SOURCEPATH ../testutilcommon |
|
45 SOURCE testutilssessioncommon.cpp |
|
46 |
|
47 SYSTEMINCLUDE /epoc32/include |
|
48 |
|
49 LIBRARY euser.lib |
|
50 LIBRARY efsrv.lib |
|
51 SMPSAFE |