|
1 /* |
|
2 * Copyright (c) 2008 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: This is project specification file for the clkdatetimeview. |
|
15 * |
|
16 */ |
|
17 |
|
18 // System includes |
|
19 #include <data_caging_paths.hrh> |
|
20 #include <platform_paths.hrh> |
|
21 |
|
22 // Application Info |
|
23 TARGET clkdatetimeview.dll |
|
24 TARGETTYPE dll |
|
25 UID 0x1000008d 0x10005906 |
|
26 |
|
27 // Capability and vendor info |
|
28 CAPABILITY CAP_GENERAL_DLL |
|
29 VENDORID VID_DEFAULT |
|
30 |
|
31 // Source files |
|
32 SOURCEPATH ../src |
|
33 SOURCE clkdatetimeview.cpp |
|
34 SOURCE clkdatetimeviewcontainer.cpp |
|
35 SOURCE clkdatetimeviewinher.cpp |
|
36 SOURCE clkdatetimeviewextension.cpp |
|
37 SOURCE clkdatetimeviewpopuplistinher.cpp |
|
38 |
|
39 // User include paths |
|
40 USERINCLUDE ../inc |
|
41 USERINCLUDE ../../inc |
|
42 USERINCLUDE ../../../inc |
|
43 USERINCLUDE ../../../uimodel/inc |
|
44 USERINCLUDE ../../../../clockengines/clockserver/client/inc |
|
45 USERINCLUDE ../../../../clockengines/clockserver/server/inc |
|
46 USERINCLUDE ../../../../clockengines/inc |
|
47 USERINCLUDE ../../../../clockengines/utilities/clockecomlistener/inc |
|
48 |
|
49 // System include paths |
|
50 APP_LAYER_SYSTEMINCLUDE |
|
51 SYSTEMINCLUDE /epoc32/include/cshelp |
|
52 |
|
53 // Libraries |
|
54 LIBRARY euser.lib |
|
55 LIBRARY cone.lib |
|
56 LIBRARY eikcore.lib |
|
57 LIBRARY egul.lib |
|
58 LIBRARY eikcoctl.lib |
|
59 LIBRARY bafl.lib |
|
60 LIBRARY clkuimodel.lib |
|
61 LIBRARY sysutil.lib |
|
62 LIBRARY filelist.lib |
|
63 LIBRARY estor.lib |
|
64 LIBRARY centralrepository.lib |
|
65 LIBRARY starterclient.lib |
|
66 LIBRARY cdlengine.lib |
|
67 LIBRARY aknlayout2scalable.lib |
|
68 LIBRARY eikdlg.lib |
|
69 LIBRARY commonengine.lib |
|
70 LIBRARY efsrv.lib |
|
71 LIBRARY avkon.lib |
|
72 LIBRARY hlplch.lib |
|
73 LIBRARY featdiscovery.lib |
|
74 LIBRARY featmgr.lib |
|
75 LIBRARY drmhelper.lib |
|
76 LIBRARY tzclient.lib |
|
77 LIBRARY timezonelocalization.lib |
|
78 LIBRARY cenrepnotifhandler.lib |
|
79 LIBRARY platformenv.lib |
|
80 LIBRARY aknnotify.lib |
|
81 LIBRARY eiksrv.lib |
|
82 LIBRARY ecom.lib |
|
83 LIBRARY clockecomlistener.lib |
|
84 LIBRARY mediafilelist.lib |
|
85 |
|
86 // End of file |