contentpublishingsrv/contentharvester/contentharvesterswiplugin/group/chswiplugin.mmp
equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2007 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: |
|
15 * |
|
16 */ |
|
17 |
|
18 // To get the MW_LAYER_SYSTEMINCLUDE-definition |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 TARGET chswiplugin.dll |
|
22 TARGETTYPE PLUGIN |
|
23 UID 0x10009D8D 0x20022E84 |
|
24 CAPABILITY CAP_ECOM_PLUGIN |
|
25 |
|
26 LANG SC |
|
27 |
|
28 VENDORID VID_DEFAULT |
|
29 |
|
30 SOURCEPATH ../src |
|
31 SOURCE chswiplugin.cpp |
|
32 |
|
33 SOURCEPATH ../data |
|
34 START RESOURCE chswiplugin.rss |
|
35 HEADER |
|
36 TARGET chswiplugin.rsc |
|
37 TARGETPATH resource/plugins |
|
38 END |
|
39 |
|
40 USERINCLUDE ../inc |
|
41 USERINCLUDE ../../../contentpublishingserver/cpserver/inc |
|
42 |
|
43 MW_LAYER_SYSTEMINCLUDE |
|
44 |
|
45 |
|
46 LIBRARY ecom.lib |
|
47 LIBRARY euser.lib |
|
48 |
|
49 LIBRARY apgrfx.lib |
|
50 LIBRARY apparc.lib |
|
51 |
|
52 LIBRARY liwservicehandler.lib //AIW Framework |
|
53 |
|
54 //end of file |