|
1 /* |
|
2 * Copyright (c) 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: clocknitzplugin project specification file. |
|
15 * |
|
16 */ |
|
17 |
|
18 // System includes |
|
19 #include <platform_paths.hrh> |
|
20 #include <data_caging_paths.hrh> |
|
21 |
|
22 // Target information |
|
23 TARGET clocknitzplugin.dll |
|
24 TARGETTYPE PLUGIN |
|
25 UID 0x10009D8D 0x200159A5 |
|
26 |
|
27 // Capability information |
|
28 CAPABILITY CAP_ECOM_PLUGIN |
|
29 |
|
30 // Sources |
|
31 SOURCEPATH ../src |
|
32 SOURCE clocknitzlistener.cpp |
|
33 SOURCE clocknitzplugin.cpp |
|
34 SOURCE clocknitzpluginimpl.cpp |
|
35 SOURCE dllmain.cpp |
|
36 |
|
37 // Resources |
|
38 START RESOURCE ../data/200159A5.rss |
|
39 TARGETPATH ECOM_RESOURCE_DIR |
|
40 TARGET clocknitzplugin.rsc |
|
41 END |
|
42 |
|
43 // User includes |
|
44 USERINCLUDE ../data |
|
45 USERINCLUDE ../inc |
|
46 USERINCLUDE ../../inc |
|
47 USERINCLUDE ../../clocktimesourceinterface/inc |
|
48 USERINCLUDE ../../../inc |
|
49 |
|
50 // System includes |
|
51 APP_LAYER_SYSTEMINCLUDE |
|
52 SYSTEMINCLUDE /epoc32/include/ecom |
|
53 |
|
54 // Library information |
|
55 LIBRARY euser.lib |
|
56 LIBRARY ecom.lib |
|
57 LIBRARY clocktimesourceinterface.lib |
|
58 LIBRARY etel.lib |
|
59 LIBRARY etelmm.lib |
|
60 LIBRARY centralrepository.lib |
|
61 LIBRARY flogger.lib |
|
62 |
|
63 // End of file |