equal
deleted
inserted
replaced
1 /* |
|
2 * Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 TARGETPATH /sys/bin |
|
20 TARGET testnrl.exe |
|
21 TARGETTYPE exe |
|
22 EPOCSTACKSIZE 0x5000 |
|
23 |
|
24 CAPABILITY None |
|
25 UID 0x100039CE 0x1000AC5D |
|
26 VENDORID 0x70000001 |
|
27 |
|
28 SourcePath ../TestNrl |
|
29 |
|
30 |
|
31 START RESOURCE TestNrl.Rss |
|
32 HEADER |
|
33 TARGETPATH /resource/apps |
|
34 LANG SC |
|
35 END |
|
36 |
|
37 START RESOURCE TestNrl_reg.rss |
|
38 TARGETPATH /private/10003a3f/apps |
|
39 END |
|
40 |
|
41 START BITMAP testnrl.mbm |
|
42 HEADER |
|
43 SOURCEPATH ../TestNrl |
|
44 TARGETPATH /resource/apps |
|
45 SOURCE c8 Pic.bmp Mask.bmp |
|
46 END |
|
47 |
|
48 START BITMAP testnrlicon.mbm |
|
49 HEADER |
|
50 SOURCEPATH ../TestNrl |
|
51 TARGETPATH /resource/apps |
|
52 SOURCE c8 TestNrl_ICON.BMP TestNrl_ICONMASK.BMP |
|
53 END |
|
54 |
|
55 |
|
56 userinclude ../TestNrl |
|
57 APP_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
58 |
|
59 Source TestNrl.cpp |
|
60 Library apparc.lib cone.lib euser.lib eikcore.lib |
|
61 Library eikcoctl.lib fbscli.lib |
|
62 Library msgs.lib ws32.lib bafl.lib efsrv.lib |
|
63 Library biodb.lib bifu.lib charconv.lib convnames.lib print.lib hal.lib |
|
64 |
|
65 SMPSAFE |
|