|
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 |
|
19 #include <platform_paths.hrh> |
|
20 #include <data_caging_paths.hrh> //this is needed for RESOURCE_FILES_DIR |
|
21 |
|
22 TARGET usbuinotif.dll |
|
23 TARGETTYPE PLUGIN |
|
24 UID 0x10009D8D 0x102068DC |
|
25 |
|
26 CAPABILITY CAP_ECOM_PLUGIN |
|
27 VENDORID VID_DEFAULT |
|
28 |
|
29 SOURCEPATH ../src |
|
30 SOURCE usbuinmain.cpp |
|
31 SOURCE usbnotifier.cpp |
|
32 SOURCE usbuinqueriesnotifiermdrv.cpp |
|
33 SOURCE usbuinotifotgwarning.cpp |
|
34 SOURCE usbuinotifotgerror.cpp |
|
35 SOURCE usbuinotifmsmmerror.cpp |
|
36 SOURCE usbuinotifdialerwatcher.cpp |
|
37 |
|
38 |
|
39 |
|
40 // ECom resource file |
|
41 START RESOURCE ../data/102068DC.rss |
|
42 TARGET usbuinotif.rsc |
|
43 END |
|
44 |
|
45 // Notifier resource file |
|
46 START RESOURCE ../data/usbuinotif.rss |
|
47 HEADER |
|
48 TARGETPATH RESOURCE_FILES_DIR |
|
49 LANGUAGE_IDS |
|
50 END |
|
51 |
|
52 USERINCLUDE ../inc |
|
53 |
|
54 SYSTEMINCLUDE /epoc32/include/ecom |
|
55 MW_LAYER_SYSTEMINCLUDE |
|
56 |
|
57 |
|
58 LIBRARY ECOM.LIB // Symbian E-Com Plugin definitions and types |
|
59 LIBRARY euser.lib cone.lib // Symbian OS frameworklibraries |
|
60 LIBRARY avkon.lib // UI library |
|
61 LIBRARY bafl.lib // Basic Application Framework |
|
62 LIBRARY commonengine.lib // Series 60 common components |
|
63 LIBRARY eikcoctl.lib eiksrv.lib // Eikon libraries |
|
64 LIBRARY eikdlg.lib // Eikon dialogs |
|
65 LIBRARY estor.lib // for Cover Display UI support |
|
66 LIBRARY FeatMgr.lib // for fetching if Cover Display is supported |
|
67 LIBRARY centralrepository.lib // Central Repository |
|
68 LIBRARY efsrv.lib // File server |
|
69 LIBRARY eikcore.lib // for icons |
|
70 LIBRARY aknskins.lib |
|
71 LIBRARY aknskinsrv.lib |
|
72 LIBRARY aknicon.lib |
|
73 LIBRARY egul.lib |
|
74 LIBRARY usbman.lib // for personality IDs and descriptions |
|
75 LIBRARY aknnotifierwrapper.lib // Avkon's notifier wrapper |
|
76 LIBRARY apparc.lib |
|
77 LIBRARY akncapserverclient.lib // for suppressing the application key |
|
78 LIBRARY viewcli.lib |
|
79 LIBRARY featmgr.lib |
|
80 |
|
81 DEBUGLIBRARY flogger.lib // File logging services |
|
82 |
|
83 // End of File |