equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 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: |
|
15 * This is project specification file for CalenLauncher. |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 |
|
21 #include <data_caging_paths.hrh> |
|
22 #include <platform_paths.hrh> |
|
23 |
|
24 TARGET calenlauncher.dll |
|
25 TARGETTYPE DLL |
|
26 UID 0x1000008D 0x10282DCD |
|
27 LANGUAGE_IDS |
|
28 |
|
29 CAPABILITY CAP_GENERAL_DLL |
|
30 VENDORID VID_DEFAULT |
|
31 |
|
32 USERINCLUDE ../inc |
|
33 |
|
34 //System include macro |
|
35 APP_LAYER_SYSTEMINCLUDE |
|
36 |
|
37 SOURCEPATH ../src |
|
38 SOURCE CalenLauncher.cpp |
|
39 SOURCE CalenLauncherImpl.cpp |
|
40 |
|
41 LIBRARY apparc.lib // CApaCommandLine |
|
42 LIBRARY apgrfx.lib // TApaTask, TApaTaskList, RApaLsSession |
|
43 LIBRARY calinterimapi.lib // Symbian Calendar API |
|
44 LIBRARY cone.lib // Control environment |
|
45 LIBRARY eikcore.lib // CEikonEnv |
|
46 LIBRARY euser.lib // CleanupStack etc |
|
47 |
|
48 // End of file |