commonappservices/alarmservertest/TestAlarmSrv/startconsolealarmalertserver/startcaas.mmp
equal
deleted
inserted
replaced
|
1 // Copyright (c) 2005-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 // CAAS stands for 'ConsoleAlarmAlertServer' - |
|
15 // a crippled version of AlarmAlertServer for use in textshell mode |
|
16 // This mmp produces a TestServer with one TestStep which starts CAAS under TestExecute |
|
17 // |
|
18 // |
|
19 |
|
20 |
|
21 |
|
22 TARGET startcaas.exe |
|
23 TARGETTYPE exe |
|
24 UID 0x1000007A |
|
25 VENDORID 0x70000001 |
|
26 |
|
27 |
|
28 SOURCEPATH . |
|
29 SOURCE startcaasserver.cpp |
|
30 SOURCE startcaasstep.cpp |
|
31 |
|
32 USERINCLUDE ../startconsolealarmalertserver |
|
33 MW_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
34 |
|
35 LIBRARY euser.lib |
|
36 LIBRARY testexecuteutils.lib |
|
37 LIBRARY efsrv.lib |
|
38 LIBRARY testexecutelogclient.lib |
|
39 |
|
40 #ifndef MARM |
|
41 #endif |
|
42 |
|
43 MACRO __DATA_CAGING__ |
|
44 MACRO __SECURE_API__ |
|
45 CAPABILITY All -TCB |