28
|
1 |
/*
|
|
2 |
* Copyright (c) 2008-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 CCH UI Notifier plugin
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
|
|
19 |
#include <data_caging_paths.hrh>
|
|
20 |
#include <platform_paths.hrh>
|
|
21 |
|
|
22 |
TARGET cchuinotif.dll
|
|
23 |
TARGETTYPE dll
|
|
24 |
UID 0x101fdfae 0x200195A8
|
|
25 |
TARGETPATH SHARED_LIB_DIR
|
|
26 |
|
|
27 |
CAPABILITY CAP_GENERAL_DLL
|
|
28 |
VENDORID VID_DEFAULT
|
|
29 |
|
|
30 |
SOURCEPATH ../src
|
|
31 |
SOURCE cchuinotifier.cpp
|
|
32 |
SOURCE cchuinotifiermain.cpp
|
|
33 |
SOURCE cchuinotifierimpl.cpp
|
|
34 |
SOURCE cchuiiconfileprovider.cpp
|
|
35 |
SOURCE cchuipluginbrandinghandler.cpp
|
|
36 |
SOURCE cchuinotifconnectionhandler.cpp
|
|
37 |
SOURCE cchuicallstatelistener.cpp
|
|
38 |
|
|
39 |
START RESOURCE ../data/cchuinotif.rss
|
|
40 |
HEADER
|
|
41 |
TARGETPATH APP_RESOURCE_DIR
|
|
42 |
// LANG SC
|
|
43 |
LANGUAGE_IDS
|
|
44 |
END // RESOURCE
|
|
45 |
|
|
46 |
USERINCLUDE ../inc
|
|
47 |
USERINCLUDE ../loc
|
|
48 |
USERINCLUDE ../../inc
|
|
49 |
|
|
50 |
APP_LAYER_SYSTEMINCLUDE
|
|
51 |
|
|
52 |
LIBRARY cone.lib
|
|
53 |
LIBRARY bafl.lib
|
|
54 |
LIBRARY egul.lib
|
|
55 |
LIBRARY avkon.lib
|
|
56 |
LIBRARY efsrv.lib
|
|
57 |
LIBRARY euser.lib
|
|
58 |
LIBRARY esock.lib
|
|
59 |
LIBRARY estor.lib
|
|
60 |
LIBRARY eikdlg.lib
|
|
61 |
LIBRARY eiksrv.lib
|
|
62 |
LIBRARY aknicon.lib
|
|
63 |
LIBRARY eikcore.lib
|
|
64 |
LIBRARY featmgr.lib
|
|
65 |
LIBRARY aknskins.lib
|
|
66 |
LIBRARY charconv.lib
|
|
67 |
LIBRARY eikcoctl.lib
|
|
68 |
LIBRARY eiksrvui.lib
|
|
69 |
LIBRARY bsclient.lib
|
|
70 |
LIBRARY cmmanager.lib
|
|
71 |
LIBRARY commonengine.lib
|
|
72 |
LIBRARY centralrepository.lib
|
|
73 |
LIBRARY aknnotifierwrapper.lib
|
|
74 |
LIBRARY serviceprovidersettings.lib
|
|
75 |
LIBRARY RCSE.lib
|
|
76 |
|