equal
deleted
inserted
replaced
1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). |
1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). |
2 // All rights reserved. |
2 // All rights reserved. |
3 // This component and the accompanying materials are made available |
3 // This component and the accompanying materials are made available |
4 // under the terms of the License "Eclipse Public License v1.0" |
4 // under the terms of "Eclipse Public License v1.0" |
5 // which accompanies this distribution, and is available |
5 // which accompanies this distribution, and is available |
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
7 // |
7 // |
8 // Initial Contributors: |
8 // Initial Contributors: |
9 // Nokia Corporation - initial contribution. |
9 // Nokia Corporation - initial contribution. |
11 // Contributors: |
11 // Contributors: |
12 // |
12 // |
13 // Description: |
13 // Description: |
14 // |
14 // |
15 |
15 |
16 |
|
17 |
|
18 /** |
16 /** |
19 @file |
17 @file |
20 @test |
18 @test |
21 @internalComponent - Internal Symbian test code |
19 @internalComponent - Internal Symbian test code |
22 */ |
20 */ |
23 |
|
24 #include <platform_paths.hrh> |
|
25 |
21 |
26 // using relative paths for sourcepath and user includes |
22 // using relative paths for sourcepath and user includes |
27 TARGET unproctecteduidapp.exe |
23 TARGET unproctecteduidapp.exe |
28 TARGETTYPE exe |
24 TARGETTYPE exe |
29 TARGETPATH /sys/bin |
25 TARGETPATH /sys/bin |
32 |
28 |
33 UID 0x100039CE 0xA0001C5E |
29 UID 0x100039CE 0xA0001C5E |
34 VENDORID 0x70000001 |
30 VENDORID 0x70000001 |
35 |
31 |
36 SOURCEPATH . |
32 SOURCEPATH . |
37 SOURCE unproctecteduidapp.cpp |
33 SOURCE UnProctectedUidApp.cpp |
38 |
34 |
39 SOURCEPATH . |
35 SOURCEPATH . |
40 |
36 |
41 start resource unproctecteduidapp.rss |
37 start resource UnProctectedUidApp.rss |
42 HEADER |
38 HEADER |
43 targetpath /resource/apps |
39 targetpath /resource/apps |
44 end |
40 end |
45 |
41 |
46 // Application exe registration resource file |
42 // Application exe registration resource file |
47 resource unproctecteduidapp_reg.rss |
43 resource UnProctectedUidApp_reg.rss |
48 start resource unproctecteduidapp_reg.rss |
44 start resource UnProctectedUidApp_reg.rss |
49 targetpath /private/10003a3f/apps |
45 targetpath /private/10003a3f/apps |
50 lang sc |
46 lang sc |
51 end |
47 end |
52 |
48 |
53 USERINCLUDE . |
49 USERINCLUDE . |
54 SYSTEMINCLUDE /epoc32/include |
|
55 SYSTEMINCLUDE /epoc32/include/techview |
|
56 |
50 |
57 MW_LAYER_SYSTEMINCLUDE |
51 MW_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
52 //SYSTEMINCLUDE /epoc32/include/techview |
58 |
53 |
59 LIBRARY euser.lib apparc.lib eikcore.lib cone.lib |
54 LIBRARY euser.lib apparc.lib eikcore.lib cone.lib |
|
55 |
|
56 SMPSAFE |