equal
deleted
inserted
replaced
|
1 // Copyright (c) 1997-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 // |
|
15 |
|
16 TARGETPATH /sys/bin |
|
17 TARGET testnrl.exe |
|
18 TARGETTYPE exe |
|
19 EPOCSTACKSIZE 0x5000 |
|
20 |
|
21 CAPABILITY None |
|
22 UID 0x100039CE 0x1000AC5D |
|
23 VENDORID 0x70000001 |
|
24 |
|
25 SourcePath ../TestNrl |
|
26 |
|
27 |
|
28 START RESOURCE TestNrl.Rss |
|
29 HEADER |
|
30 TARGETPATH /resource/apps |
|
31 LANG SC |
|
32 END |
|
33 |
|
34 START RESOURCE TestNrl_reg.rss |
|
35 TARGETPATH /private/10003a3f/apps |
|
36 END |
|
37 |
|
38 START BITMAP testnrl.mbm |
|
39 HEADER |
|
40 SOURCEPATH ../TestNrl |
|
41 TARGETPATH /resource/apps |
|
42 SOURCE c8 Pic.bmp Mask.bmp |
|
43 END |
|
44 |
|
45 START BITMAP testnrlicon.mbm |
|
46 HEADER |
|
47 SOURCEPATH ../TestNrl |
|
48 TARGETPATH /resource/apps |
|
49 SOURCE c8 TestNrl_ICON.BMP TestNrl_ICONMASK.BMP |
|
50 END |
|
51 |
|
52 |
|
53 userinclude ../TestNrl |
|
54 APP_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
55 |
|
56 Source TestNrl.cpp |
|
57 Library apparc.lib cone.lib euser.lib eikcore.lib |
|
58 Library eikcoctl.lib fbscli.lib |
|
59 Library msgs.lib ws32.lib bafl.lib efsrv.lib |
|
60 Library biodb.lib bifu.lib charconv.lib convnames.lib print.lib hal.lib |
|
61 |
|
62 SMPSAFE |