20
|
1 |
/*
|
|
2 |
* Copyright (c) 2007-2008 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
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
|
|
19 |
#include <platform_paths.hrh>
|
|
20 |
|
|
21 |
TARGET mulmodelutility.dll
|
|
22 |
TARGETTYPE dll
|
|
23 |
UID 0x1000008D 0x2000D246
|
|
24 |
|
|
25 |
|
|
26 |
CAPABILITY CAP_GENERAL_DLL
|
|
27 |
VENDORID VID_DEFAULT
|
|
28 |
|
|
29 |
#ifndef __WINSCW__
|
|
30 |
EPOCALLOWDLLDATA
|
|
31 |
#endif
|
|
32 |
|
|
33 |
SOURCEPATH ../src
|
|
34 |
SOURCE mulmodelutility.cpp
|
|
35 |
SOURCE mulvisualitem.cpp
|
|
36 |
SOURCE muldatapath.cpp
|
|
37 |
SOURCE mulvarianttype.cpp
|
|
38 |
|
|
39 |
USERINCLUDE ../../common/inc
|
|
40 |
USERINCLUDE ../inc
|
|
41 |
USERINCLUDE ../../../inc
|
|
42 |
|
|
43 |
MW_LAYER_SYSTEMINCLUDE
|
|
44 |
OS_LAYER_LIBC_SYSTEMINCLUDE
|
|
45 |
|
|
46 |
OS_LAYER_STDCPP_SYSTEMINCLUDE
|
|
47 |
|
|
48 |
LIBRARY euser.lib
|
|
49 |
LIBRARY alfwidgetmodel.lib
|
|
50 |
LIBRARY osncore.lib
|
|
51 |
LIBRARY libc.lib
|
|
52 |
LIBRARY libpthread.lib
|
|
53 |
LIBRARY libstdcpp.lib
|
|
54 |
LIBRARY charconv.lib
|
|
55 |
LIBRARY mullogging.lib //for logging
|
|
56 |
|
|
57 |
// End of File
|