80
|
1 |
/*
|
|
2 |
* Copyright (c) 2005-2010 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 USBUINotif.
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
#include <platform_paths.hrh>
|
|
19 |
#include <data_caging_paths.hrh> //this is needed for RESOURCE_FILES_DIR
|
|
20 |
|
|
21 |
TARGET usbavkonnotif.dll
|
|
22 |
TARGETTYPE dll
|
|
23 |
UID 0x101fdfae 0x102068DD
|
|
24 |
TARGETPATH SHARED_LIB_DIR
|
|
25 |
|
|
26 |
CAPABILITY CAP_GENERAL_DLL
|
|
27 |
VENDORID VID_DEFAULT
|
|
28 |
|
|
29 |
SOURCEPATH ../src
|
|
30 |
|
|
31 |
SOURCE usbuincableconnectednotifier.cpp
|
|
32 |
SOURCE usbavkonmain.cpp
|
|
33 |
SOURCE usbnotifier.cpp
|
|
34 |
|
|
35 |
USERINCLUDE ../inc
|
|
36 |
|
|
37 |
MW_LAYER_SYSTEMINCLUDE
|
|
38 |
|
|
39 |
|
|
40 |
LIBRARY ECOM.LIB // Symbian E-Com Plugin definitions and types
|
|
41 |
LIBRARY euser.lib cone.lib // Symbian OS frameworklibraries
|
|
42 |
LIBRARY avkon.lib // UI library
|
|
43 |
LIBRARY bafl.lib // Basic Application Framework
|
|
44 |
LIBRARY commonengine.lib // Series 60 common components
|
|
45 |
LIBRARY eikcoctl.lib eiksrv.lib // Eikon libraries
|
|
46 |
LIBRARY eikdlg.lib // Eikon dialogs
|
|
47 |
LIBRARY estor.lib // for Cover Display UI support
|
|
48 |
LIBRARY FeatMgr.lib // for fetching if Cover Display is supported
|
|
49 |
LIBRARY centralrepository.lib // Central Repository
|
|
50 |
LIBRARY efsrv.lib // File server
|
|
51 |
LIBRARY eikcore.lib // for icons
|
|
52 |
LIBRARY aknskins.lib
|
|
53 |
LIBRARY aknskinsrv.lib
|
|
54 |
LIBRARY aknicon.lib
|
|
55 |
LIBRARY egul.lib
|
|
56 |
LIBRARY usbman.lib // for personality IDs and descriptions
|
|
57 |
LIBRARY aknnotifierwrapper.lib // Avkon's notifier wrapper
|
|
58 |
LIBRARY apparc.lib
|
|
59 |
LIBRARY akncapserverclient.lib // for suppressing the application key
|
|
60 |
|
|
61 |
DEBUGLIBRARY flogger.lib // File logging services
|