equal
deleted
inserted
replaced
1 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies). |
1 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies). |
2 // All rights reserved. |
2 // All rights reserved. |
3 // This component and the accompanying materials are made available |
3 // This component and the accompanying materials are made available |
4 // under the terms of the License "Eclipse Public License v1.0" |
4 // under the terms of "Eclipse Public License v1.0" |
5 // which accompanies this distribution, and is available |
5 // which accompanies this distribution, and is available |
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
7 // |
7 // |
8 // Initial Contributors: |
8 // Initial Contributors: |
9 // Nokia Corporation - initial contribution. |
9 // Nokia Corporation - initial contribution. |
12 // |
12 // |
13 // Description: |
13 // Description: |
14 // |
14 // |
15 |
15 |
16 #include "EndTaskTestAppExternalInterface.h" |
16 #include "EndTaskTestAppExternalInterface.h" |
17 #include <platform_paths.hrh> |
|
18 |
17 |
19 TARGET EndTaskTestApp.exe |
18 TARGET endtasktestapp.exe |
20 TARGETTYPE exe |
19 TARGETTYPE exe |
21 CAPABILITY SwEvent |
20 CAPABILITY SwEvent |
22 |
21 |
23 UID 0x100039CE KUidEndTaskAppUid |
22 UID 0x100039CE KUidEndTaskAppUid |
24 VENDORID 0x70000001 |
23 VENDORID 0x70000001 |
25 |
24 |
26 SOURCEPATH . |
25 SOURCEPATH . |
27 SOURCE EndTaskTestApp.cpp |
26 SOURCE EndTaskTestApp.cpp |
28 |
27 |
29 USERINCLUDE . |
28 USERINCLUDE . |
30 SYSTEMINCLUDE /epoc32/include /epoc32/include/techview |
|
31 |
29 |
32 MW_LAYER_SYSTEMINCLUDE |
30 MW_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
31 //SYSTEMINCLUDE /epoc32/include/techview |
33 |
32 |
34 LIBRARY euser.lib |
33 LIBRARY euser.lib |
35 LIBRARY apparc.lib |
34 LIBRARY apparc.lib |
36 LIBRARY apgrfx.lib |
35 LIBRARY apgrfx.lib |
37 LIBRARY cone.lib |
36 LIBRARY cone.lib |
50 SOURCEPATH . |
49 SOURCEPATH . |
51 START RESOURCE EndTaskTestApp.rss |
50 START RESOURCE EndTaskTestApp.rss |
52 HEADER |
51 HEADER |
53 TARGETPATH /resource/apps |
52 TARGETPATH /resource/apps |
54 END |
53 END |
|
54 |
|
55 SMPSAFE |