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: This is the project specification file for alfcontainerwidget. |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <platform_paths.hrh> |
|
19 |
|
20 TARGET alfcontainerwidget.dll |
|
21 TARGETTYPE PLUGIN |
|
22 UID 0x10009d8d 0x200100FE |
|
23 |
|
24 |
|
25 |
|
26 |
|
27 |
|
28 CAPABILITY CAP_ECOM_PLUGIN |
|
29 VENDORID VID_DEFAULT |
|
30 |
|
31 #ifndef __WINSCW__ |
|
32 EPOCALLOWDLLDATA |
|
33 #endif |
|
34 |
|
35 // Common project specification for container widget ECom plugin |
|
36 // and static container widget library meant to be linked against EUnit unit tests. |
|
37 #include "mmp_common.inc" |
|
38 |
|
39 OS_LAYER_LIBC_SYSTEMINCLUDE |
|
40 OS_LAYER_STDCPP_SYSTEMINCLUDE |
|
41 |
|
42 LIBRARY euser.lib |
|
43 LIBRARY libc.lib |
|
44 LIBRARY alfwidgetutils.lib |
|
45 LIBRARY alfwidgetmodel.lib |
|
46 |
|
47 #define ALF_LINK_STDCPP_DLL |
|
48 // following include must be after definition |
|
49 |
|
50 LIBRARY libpthread.lib |
|
51 LIBRARY libstdcpp.lib |
|
52 LIBRARY alfclient.lib |
|
53 LIBRARY osncore.lib |
|
54 SOURCEPATH ../src |
|
55 LANG SC |
|
56 |
|
57 START RESOURCE 200100fe.rss |
|
58 #ifdef SYMBIAN_SECURE_ECOM |
|
59 TARGET alfcontainerwidget.rsc |
|
60 #endif |
|
61 END |
|
62 |
|
63 |
|