equal
deleted
inserted
replaced
|
1 // Copyright (c) 2003-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 // TAppEmbeddableOnly.mmp |
|
15 // |
|
16 // |
|
17 |
|
18 |
|
19 TARGET tappembeddableonly.dll |
|
20 TARGETTYPE PLUGIN |
|
21 TARGETPATH /sys/bin |
|
22 UID 0x10009d8d 0x10004c5C |
|
23 |
|
24 CAPABILITY All -Tcb |
|
25 VENDORID 0x70000001 |
|
26 |
|
27 SOURCEPATH . |
|
28 SOURCE TAppEmbeddableOnly.cpp |
|
29 |
|
30 USERINCLUDE . |
|
31 |
|
32 MW_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
33 APP_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
34 //SYSTEMINCLUDE /epoc32/include/techview |
|
35 //SYSTEMINCLUDE /epoc32/include/ecom |
|
36 |
|
37 //reg added for Datacaging |
|
38 START RESOURCE TAppEmbeddableOnly_reg.rss |
|
39 TARGETPATH /private/10003a3f/apps |
|
40 END |
|
41 |
|
42 START RESOURCE 10004c5C.rss |
|
43 TARGET tappembeddableonly.rsc |
|
44 END |
|
45 |
|
46 |
|
47 LIBRARY apparc.lib |
|
48 LIBRARY cone.lib |
|
49 LIBRARY eikcore.lib |
|
50 LIBRARY ecom.lib |
|
51 LIBRARY euser.lib |
|
52 LIBRARY gdi.lib |
|
53 |
|
54 SMPSAFE |