0
|
1 |
// Copyright (c) 1995-2009 Nokia Corporation and/or its subsidiary(-ies).
|
|
2 |
// All rights reserved.
|
|
3 |
// This component and the accompanying materials are made available
|
|
4 |
// under the terms of the License "Eclipse Public License v1.0"
|
|
5 |
// which accompanies this distribution, and is available
|
|
6 |
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
|
7 |
//
|
|
8 |
// Initial Contributors:
|
|
9 |
// Nokia Corporation - initial contribution.
|
|
10 |
//
|
|
11 |
// Contributors:
|
|
12 |
//
|
|
13 |
// Description:
|
|
14 |
// e32test/group/d_mstim.mmp
|
|
15 |
//
|
|
16 |
//
|
|
17 |
|
|
18 |
#include <variant_test.mmh>
|
|
19 |
#include "kernel/kern_ext.mmh"
|
|
20 |
|
|
21 |
TARGET VariantTarget(d_mstim,ldd)
|
|
22 |
TARGETTYPE ldd
|
|
23 |
ROMTARGET d_mstim.ldd
|
|
24 |
|
|
25 |
SOURCEPATH ../system
|
|
26 |
SOURCE d_mstim.cpp
|
|
27 |
SOURCE d_mstim.cia
|
|
28 |
|
|
29 |
#if defined(CL7211)
|
|
30 |
SYMBIAN_BASE_SYSTEMINCLUDE(assp/cl7211)
|
|
31 |
LIBRARY VariantTarget(kaeiger,lib)
|
|
32 |
#elif defined(WINDERMERE)
|
|
33 |
SYMBIAN_BASE_SYSTEMINCLUDE(assp/windermere)
|
|
34 |
LIBRARY VariantTarget(kawind,lib)
|
|
35 |
#elif defined(SA1100)
|
|
36 |
SYMBIAN_BASE_SYSTEMINCLUDE(assp/sa1100)
|
|
37 |
LIBRARY VariantTarget(kasa1100,lib)
|
|
38 |
#elif defined(COTULLA)
|
|
39 |
SYMBIAN_BASE_SYSTEMINCLUDE(assp/cotulla)
|
|
40 |
LIBRARY VariantTarget(kacotulla,lib)
|
|
41 |
#elif defined(OMAP1510_ASSP)
|
|
42 |
SYMBIAN_BASE_SYSTEMINCLUDE(assp/omap1510)
|
|
43 |
LIBRARY VariantTarget(kaomap,lib)
|
|
44 |
#elif defined(OMAP1610_ASSP)
|
|
45 |
SYMBIAN_BASE_SYSTEMINCLUDE(assp/omap1610)
|
|
46 |
LIBRARY VariantTarget(kaomap,lib)
|
|
47 |
#elif defined(INTEGRATORAP)
|
|
48 |
SYMBIAN_BASE_SYSTEMINCLUDE(assp/integratorap/inc)
|
|
49 |
SYMBIAN_BASE_SYSTEMINCLUDE(integrator/core/cm920)
|
|
50 |
LIBRARY kaintap.lib
|
|
51 |
#elif defined(RVEMUBOARD)
|
|
52 |
LIBRARY karvemuboard.lib
|
|
53 |
#elif defined(NE1_TB)
|
|
54 |
SYMBIAN_BASE_SYSTEMINCLUDE(assp/naviengine)
|
|
55 |
#endif
|
|
56 |
|
|
57 |
epocallowdlldata
|
|
58 |
|
|
59 |
UID 0x100000af
|
|
60 |
VENDORID 0x70000001
|
|
61 |
|
|
62 |
START WINS
|
|
63 |
Win32_Library kernel32.lib
|
|
64 |
#if defined(VC32)
|
|
65 |
Win32_Library msvcrt.lib
|
|
66 |
#endif
|
|
67 |
END
|
|
68 |
|
|
69 |
capability all
|