equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2002-2004 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: mmp for MCETestUIPlugin |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 #include <platform_paths.hrh> |
|
21 |
|
22 TARGET MCETestUIPlugin.dll |
|
23 #ifndef EKA2 |
|
24 TARGETTYPE ECOMIIC |
|
25 TARGETPATH /System/Libs/Plugins |
|
26 #else |
|
27 TARGETTYPE PLUGIN |
|
28 #endif |
|
29 |
|
30 // ECOM Dll recognition UID followed by the unique UID for this dll |
|
31 UID 0x10009D8D 0x10281F9C |
|
32 |
|
33 SOURCEPATH ../src |
|
34 SOURCE MCETestUIPlugin.cpp MCETestUIPluginImplementationProxy.cpp |
|
35 |
|
36 #ifndef EKA2 |
|
37 RESOURCE MCETestUIPlugin.rss |
|
38 #else |
|
39 START RESOURCE MCETestUIPlugin.rss |
|
40 TARGET MCETestUIPlugin.rsc |
|
41 END |
|
42 #endif |
|
43 |
|
44 USERINCLUDE ../inc |
|
45 |
|
46 MW_LAYER_SYSTEMINCLUDE |
|
47 |
|
48 LIBRARY euser.lib |
|
49 LIBRARY efsrv.lib |
|
50 LIBRARY ECom.lib |
|
51 LIBRARY bafl.lib |
|
52 LIBRARY sipcodec.lib |
|
53 |
|
54 #ifdef EKA2 |
|
55 VENDORID VID_DEFAULT |
|
56 #endif |
|
57 |
|
58 CAPABILITY ProtServ |