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