|
1 /* |
|
2 * Copyright (c) 2005 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 |
|
19 #include <platform_paths.hrh> |
|
20 #include <data_caging_paths.hrh> |
|
21 #include "../../common/DevEncUids.hrh" |
|
22 |
|
23 TARGET DevEncRfsPlugin.dll |
|
24 |
|
25 TARGETTYPE PLUGIN |
|
26 |
|
27 CAPABILITY CAP_ECOM_PLUGIN |
|
28 VENDORID VID_DEFAULT |
|
29 |
|
30 UID 0x10009D8D KDevEncRfsPluginUid |
|
31 |
|
32 SOURCEPATH ../src |
|
33 SOURCE DevEncRfsPlugin.cpp |
|
34 SOURCE DevEncRfsPluginImp.cpp |
|
35 |
|
36 START RESOURCE ..\data\200025B6.rss |
|
37 #ifdef SYMBIAN_SECURE_ECOM |
|
38 TARGET DevEncRfsPlugin.rsc |
|
39 #endif |
|
40 END |
|
41 |
|
42 LANG SC |
|
43 |
|
44 USERINCLUDE ../inc |
|
45 USERINCLUDE ../../common |
|
46 USERINCLUDE ../../DevEncCommonUtils/inc |
|
47 MW_LAYER_SYSTEMINCLUDE |
|
48 SYSTEMINCLUDE /epoc32/include/ecom |
|
49 |
|
50 LIBRARY euser.lib // Base library |
|
51 LIBRARY ECom.lib // ECom library |
|
52 LIBRARY devenccommonutils.lib |
|
53 DEBUGLIBRARY flogger.lib |
|
54 |
|
55 SOURCEPATH ../../common |
|
56 SOURCE DevEncLog.cpp |