equal
deleted
inserted
replaced
|
1 // Copyright (c) 2003-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 // Standalone tembedstandalone.mmp |
|
15 // |
|
16 // |
|
17 |
|
18 TARGET tembed.exe |
|
19 TARGETTYPE exe |
|
20 TARGETPATH /sys/bin |
|
21 |
|
22 UID 0x100039CE 519 //the original UID |
|
23 VENDORID 0x70000001 |
|
24 EPOCSTACKSIZE 0x5000 |
|
25 CAPABILITY ALL -Tcb //do standalone need this too? |
|
26 |
|
27 SOURCEPATH . |
|
28 SOURCE tembed_standalone.cpp |
|
29 |
|
30 USERINCLUDE . |
|
31 APP_LAYER_SYSTEMINCLUDE |
|
32 |
|
33 //reg added for Datacaging |
|
34 START RESOURCE tembed_standalone_reg.rss |
|
35 TARGETPATH /private/10003a3f/apps |
|
36 LANG sc |
|
37 END |
|
38 |
|
39 LIBRARY euser.lib apparc.lib eikcore.lib cone.lib |
|
40 |
|
41 |
|
42 SMPSAFE |