equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 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 specification file for nwnotifier.exe |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <platform_paths.hrh> |
|
19 |
|
20 MW_LAYER_SYSTEMINCLUDE |
|
21 |
|
22 TARGET nwnotifier.exe |
|
23 TARGETTYPE exe |
|
24 UID 0x1000008d 0x20026826 |
|
25 SECUREID 0x20026826 |
|
26 |
|
27 SOURCEPATH ../data |
|
28 |
|
29 // Application Resource |
|
30 START RESOURCE nwnotifier.rss |
|
31 HEADER |
|
32 TARGET nwnotifier_0x20026826 |
|
33 TARGETPATH RESOURCE_FILES_DIR |
|
34 LANGUAGE_IDS |
|
35 END //RESOURCE |
|
36 |
|
37 USERINCLUDE ../inc |
|
38 |
|
39 LIBRARY euser.lib |
|
40 LIBRARY aknnotify.lib // conf query |
|
41 LIBRARY eiksrv.lib // conf query |
|
42 LIBRARY bafl.lib |
|
43 LIBRARY efsrv.lib // file |
|
44 LIBRARY etel.lib // |
|
45 LIBRARY etelmm.lib |
|
46 LIBRARY platformenv.lib |
|
47 |
|
48 VENDORID VID_DEFAULT |
|
49 |
|
50 CAPABILITY CAP_SERVER |
|
51 |
|
52 SOURCEPATH ../src |
|
53 SOURCE networknotifiernotewrapper.cpp |
|
54 SOURCE nwnotifier.cpp |
|
55 SOURCE nwregistrationstatusmonitor.cpp |
|
56 |
|
57 // End of File |