equal
deleted
inserted
replaced
1 /* |
|
2 * Copyright (c) 2006-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: Project definition file for the SilenceActionPlugIn |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 #include "../inc/silenceactionpluginconst.hrh" |
|
21 |
|
22 TARGET silenceactionplugin.dll |
|
23 TARGETTYPE PLUGIN |
|
24 UID 0x10009D8D KSilenceActionPluginDllUid |
|
25 CAPABILITY ALL -TCB |
|
26 |
|
27 SOURCEPATH ../src |
|
28 SOURCE main.cpp |
|
29 SOURCE silenceactionplugin.cpp |
|
30 SOURCE silenceaction.cpp |
|
31 |
|
32 USERINCLUDE . |
|
33 USERINCLUDE ../inc |
|
34 |
|
35 APP_LAYER_SYSTEMINCLUDE |
|
36 |
|
37 SOURCEPATH ../data |
|
38 START RESOURCE silenceactionplugin.rss |
|
39 TARGET silenceactionplugin.rsc |
|
40 TARGETPATH /resource/plugins |
|
41 END |
|
42 |
|
43 LIBRARY euser.lib |
|
44 LIBRARY ecom.lib |
|
45 LIBRARY bafl.lib |
|
46 LIBRARY cfactivatorengine.lib |
|
47 LIBRARY phoneclient.lib |
|
48 LIBRARY cfservices.lib |
|
49 |
|
50 #ifdef LOGGING_MODE_FILE |
|
51 LIBRARY flogger.lib |
|
52 #endif |
|