equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2007-2007 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 Internet Radio sessionlog |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <platform_paths.hrh> |
|
19 |
|
20 TARGET irsessionlog.dll |
|
21 TARGETTYPE dll |
|
22 UID 0x1000008d 0x2000B4A6 |
|
23 |
|
24 SOURCEPATH ../sessionlogsrc |
|
25 //CAPABILITY NetworkServices ProtServ ReadDeviceData ReadUserData SwEvent UserEnvironment WriteDeviceData WriteUserData TrustedUI |
|
26 CAPABILITY CAP_GENERAL_DLL |
|
27 |
|
28 PAGED |
|
29 |
|
30 |
|
31 SOURCE irsessionlogger.cpp |
|
32 SOURCE irsessionloggerutility.cpp |
|
33 SOURCE irsessiondb.cpp |
|
34 SOURCE irnmslogdb.cpp |
|
35 SOURCE irnmslogger.cpp |
|
36 SOURCE irphoneinfo.cpp |
|
37 |
|
38 USERINCLUDE ../sessionloginc |
|
39 USERINCLUDE ../include |
|
40 USERINCLUDE ../settingsinc |
|
41 |
|
42 // Default system include paths for application layer modules. |
|
43 APP_LAYER_SYSTEMINCLUDE |
|
44 |
|
45 LIBRARY bafl.lib |
|
46 LIBRARY charconv.lib |
|
47 LIBRARY cone.lib |
|
48 LIBRARY edbms.lib |
|
49 LIBRARY efsrv.lib |
|
50 LIBRARY estor.lib |
|
51 LIBRARY euser.lib |
|
52 LIBRARY ezlib.lib |
|
53 LIBRARY irsettings.lib |
|
54 LIBRARY sysutil.lib |
|
55 LIBRARY etel3rdparty.lib |
|
56 LIBRARY imut.lib |
|
57 LIBRARY flogger.lib |
|
58 |
|
59 #if defined( WINSCW ) |
|
60 DEFFILE ../bwinscw/ |
|
61 #else |
|
62 DEFFILE ../bmarm/ |
|
63 #endif |
|
64 |
|
65 |
|
66 |
|
67 |