26
|
1 |
/*
|
|
2 |
* Copyright (c) 2009 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: build information for the s60lcduiphysicswrapper plugin
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
|
|
19 |
#include <data_caging_paths.hrh>
|
|
20 |
#include <platform_paths.hrh>
|
|
21 |
#include <bldvariant.hrh>
|
|
22 |
#include "../../../inc/capabilities.mmh"
|
|
23 |
|
|
24 |
#include <../../../../inc/project_defines.hrh>
|
|
25 |
#include <../../../../inc/java_stdcpp_support_for_dll.hrh>
|
|
26 |
|
|
27 |
TARGET lcduiphysicswrap.dll
|
|
28 |
TARGETTYPE DLL
|
|
29 |
VENDORID VID_DEFAULT
|
|
30 |
CAPABILITY J2ME_VMS_CAPABILITIES
|
|
31 |
|
|
32 |
UID 0x10003D1C 0x10003D1F
|
|
33 |
|
|
34 |
PAGED
|
|
35 |
|
|
36 |
// Modify default options to optimize for speed over size in this module.
|
|
37 |
OPTION ARMCC -O3
|
|
38 |
OPTION ARMCC -Otime
|
|
39 |
ALWAYS_BUILD_AS_ARM
|
|
40 |
|
|
41 |
SOURCEPATH ../src
|
|
42 |
SOURCE CMIDPhysicsWrapper.cpp
|
|
43 |
|
|
44 |
USERINCLUDE ../inc
|
|
45 |
USERINCLUDE ../../inc
|
|
46 |
USERINCLUDE ../../../inc
|
|
47 |
USERINCLUDE ../../../../inc
|
|
48 |
|
|
49 |
// Dependencies to apps layer
|
|
50 |
LIBRARY aknphysics.lib
|
|
51 |
|
|
52 |
deffile ./~/lcduiphysicsinterface.def
|
|
53 |
|
|
54 |
// End of File
|