author | John Imhofe <john.imhofe@nokia.com> |
Mon, 21 Dec 2009 16:14:42 +0000 | |
changeset 2 | 4122176ea935 |
parent 0 | a41df078684a |
permissions | -rw-r--r-- |
2
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
1 |
/* |
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
2 |
* Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies). |
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
3 |
* All rights reserved. |
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
4 |
* This component and the accompanying materials are made available |
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
5 |
* under the terms of "Eclipse Public License v1.0" |
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
6 |
* which accompanies this distribution, and is available |
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
7 |
* at the URL "http://www.eclipse.org/legal/epl-v10.html". |
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
8 |
* |
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
9 |
* Initial Contributors: |
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
10 |
* Nokia Corporation - initial contribution. |
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
11 |
* |
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
12 |
* Contributors: |
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
13 |
* |
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
14 |
* Description: |
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
15 |
* |
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
16 |
*/ |
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
17 |
|
0 | 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 |