equal
deleted
inserted
replaced
|
1 // Copyright (c) 2002-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 the License "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 // e32utils/d_exc/d_exc.mmp |
|
15 // Trap and log panics and exceptions |
|
16 // d_exc.exe Test utility |
|
17 // |
|
18 // |
|
19 |
|
20 /** |
|
21 @file |
|
22 */ |
|
23 |
|
24 |
|
25 target d_exc.exe |
|
26 CAPABILITY TCB CommDD |
|
27 targettype exe |
|
28 // :FIXME: how to obtain genuine SID? |
|
29 // UID3 is SID checked by MINKDA.LDD |
|
30 uid 0 0x101F7770 |
|
31 VENDORID 0x70000001 |
|
32 |
|
33 sourcepath . |
|
34 source d_exc.cpp |
|
35 |
|
36 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
37 |
|
38 library euser.lib efsrv.lib |
|
39 |
|
40 SMPSAFE |