equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2006-2006 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 AlmAlert. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 #include <data_caging_paths.hrh> |
|
21 |
|
22 // activate this macro to enable debug traces |
|
23 //MACRO TRACE_ENTRY_EXIT_POINT |
|
24 //MACRO TRACE_MODULE_ALMALERT |
|
25 |
|
26 TARGET almalert.dll |
|
27 TARGETTYPE DLL |
|
28 LANGUAGE_IDS |
|
29 |
|
30 UID 0x1000008D 0x1000599E |
|
31 |
|
32 VENDORID VID_DEFAULT |
|
33 |
|
34 USERINCLUDE ../inc |
|
35 USERINCLUDE ../AppServerStuff/Inc |
|
36 |
|
37 APP_LAYER_SYSTEMINCLUDE |
|
38 |
|
39 |
|
40 SOURCEPATH ../AppServerStuff/Src |
|
41 SOURCE AlarmWrapper.cpp |
|
42 |
|
43 LIBRARY akncapserverclient.lib |
|
44 LIBRARY apparc.lib |
|
45 LIBRARY avkon.lib |
|
46 LIBRARY eikcore.lib |
|
47 LIBRARY eiksrv.lib |
|
48 LIBRARY euser.lib |
|
49 |
|
50 CAPABILITY CAP_GENERAL_DLL |
|
51 |
|
52 |
|
53 // End of File |