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_rndtim.mmp
|
|
15 |
//
|
|
16 |
//
|
|
17 |
|
|
18 |
#include <variant_test.mmh>
|
|
19 |
#include "kernel/kern_ext.mmh"
|
|
20 |
|
|
21 |
target VariantTarget(d_rndtim,ldd)
|
|
22 |
targettype ldd
|
|
23 |
romtarget d_rndtim.ldd
|
|
24 |
|
|
25 |
sourcepath ../misc
|
|
26 |
source d_rndtim.cpp
|
|
27 |
|
|
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(INTEGRATORAP)
|
|
42 |
SYMBIAN_BASE_SYSTEMINCLUDE(assp/integratorap/inc)
|
|
43 |
SYMBIAN_BASE_SYSTEMINCLUDE(integrator/core/cm920)
|
|
44 |
library kaintap.lib
|
|
45 |
#endif
|
|
46 |
|
|
47 |
epocallowdlldata
|
|
48 |
|
|
49 |
UID 0x100000af
|
|
50 |
VENDORID 0x70000001
|
|
51 |
|
|
52 |
capability all
|