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 // t_RuleBasedApp1.mmp |
|
15 // |
|
16 // |
|
17 |
|
18 // using relative paths for sourcepath and user includes |
|
19 CAPABILITY NONE |
|
20 epocstacksize 0x5000 |
|
21 |
|
22 TARGETPATH /sys/bin |
|
23 |
|
24 |
|
25 TARGET trulebasedapp1.exe |
|
26 TARGETTYPE exe |
|
27 |
|
28 |
|
29 UID 0x100039CE 0X1020D6FC |
|
30 |
|
31 VENDORID 0x70000001 |
|
32 |
|
33 SOURCEPATH . |
|
34 |
|
35 SOURCE tRuleBasedApp1.cpp |
|
36 |
|
37 |
|
38 USERINCLUDE . |
|
39 |
|
40 MW_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
41 APP_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
42 //SYSTEMINCLUDE /epoc32/include/techview |
|
43 |
|
44 LIBRARY euser.lib apparc.lib cone.lib eikcore.lib bitgdi.lib fntstr.lib fbscli.lib gdi.lib |
|
45 |
|
46 |
|
47 START RESOURCE tRuleBasedApp1.rss |
|
48 HEADER |
|
49 TARGETPATH /resource/apps |
|
50 END |
|
51 |
|
52 START RESOURCE tRuleBasedApp1_reg.rss |
|
53 TARGETPATH /private/10003a3f/apps |
|
54 END |
|
55 |
|
56 SMPSAFE |