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 TAppEmbeddable.mmp |
|
15 // |
|
16 // |
|
17 |
|
18 |
|
19 |
|
20 TARGET tappembeddable.exe |
|
21 TARGETTYPE exe |
|
22 |
|
23 CAPABILITY All -Tcb //do standalone need this too? |
|
24 |
|
25 UID 0x100039CE 0x10004c48 //the original UID |
|
26 VENDORID 0x70000001 |
|
27 TARGETPATH /sys/bin |
|
28 EPOCSTACKSIZE 0x5000 |
|
29 |
|
30 SOURCEPATH . |
|
31 SOURCE TAppEmbeddable_standalone.cpp |
|
32 |
|
33 USERINCLUDE . |
|
34 |
|
35 MW_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
36 APP_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
37 //SYSTEMINCLUDE /epoc32/include/techview |
|
38 |
|
39 //reg added for Datacaging |
|
40 START RESOURCE TAppEmbeddable_reg.rss |
|
41 TARGETPATH /private/10003a3f/apps |
|
42 END |
|
43 |
|
44 LIBRARY euser.lib apparc.lib eikcore.lib cone.lib |
|
45 |
|
46 SMPSAFE |