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 // |
|
15 |
|
16 /** |
|
17 @file |
|
18 @internalComponent - Internal Symbian test code |
|
19 */ |
|
20 |
|
21 TARGET parentprocess.exe |
|
22 TARGETTYPE exe |
|
23 UID 0x100039CE 0x10207f87 |
|
24 VENDORID 0x70000001 |
|
25 SOURCEPATH . |
|
26 SOURCE ParentProcess_Main.cpp |
|
27 USERINCLUDE . |
|
28 |
|
29 MW_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
30 APP_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
31 //SYSTEMINCLUDE /epoc32/include/techview |
|
32 |
|
33 START RESOURCE ParentProcess.rss |
|
34 HEADER |
|
35 TARGETPATH /resource/apps |
|
36 end |
|
37 |
|
38 START RESOURCE ParentProcess_reg.rss |
|
39 TARGETPATH /private/10003a3f/apps |
|
40 END |
|
41 |
|
42 LIBRARY apparc.lib |
|
43 LIBRARY cone.lib |
|
44 LIBRARY eikcore.lib |
|
45 LIBRARY euser.lib |
|
46 LIBRARY gdi.lib |
|
47 |
|
48 SMPSAFE |