|
1 /* |
|
2 * Copyright (c) 2002-2009 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: Project definition file for project CFOperationPluginServices |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 #include "../inc/common/cftraceconfiguration.hrh" |
|
21 |
|
22 TARGET cfoperationpluginservices.dll |
|
23 TARGETTYPE dll |
|
24 UID 0x1000008d 0x2000B612 |
|
25 |
|
26 CAPABILITY CAP_GENERAL_DLL |
|
27 VENDORID VID_DEFAULT |
|
28 |
|
29 SOURCEPATH ../src/cfoperationpluginservices |
|
30 SOURCE cfoperationpluginmanager.cpp |
|
31 SOURCE cfoperationplugin.cpp |
|
32 SOURCE cfoperationnode.cpp |
|
33 SOURCE cfscriptroot.cpp |
|
34 SOURCE cfscriptevent.cpp |
|
35 |
|
36 USERINCLUDE . |
|
37 USERINCLUDE ../inc/cfoperationpluginservices |
|
38 USERINCLUDE ../inc/common |
|
39 USERINCLUDE ../inc/cfscriptengine |
|
40 USERINCLUDE ../inc/cfserver |
|
41 USERINCLUDE ../inc/cfservices |
|
42 USERINCLUDE ../CenRep |
|
43 |
|
44 APP_LAYER_SYSTEMINCLUDE |
|
45 |
|
46 LIBRARY ecom.lib |
|
47 LIBRARY euser.lib |
|
48 LIBRARY efsrv.lib |
|
49 LIBRARY centralrepository.lib |
|
50 LIBRARY bafl.lib |
|
51 LIBRARY xmldom.lib |
|
52 LIBRARY cfservices.lib |
|
53 |
|
54 #ifdef TRACE_INTO_FILE |
|
55 LIBRARY flogger.lib |
|
56 #endif |