599
|
1 |
// Copyright (c) 2000-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 "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 |
// using relative paths for sourcepath and user includes
|
|
15 |
// exports are unfrozen
|
|
16 |
//
|
|
17 |
//
|
|
18 |
|
|
19 |
TARGET VariantStaticDLL.dll
|
|
20 |
TARGETTYPE dll
|
|
21 |
FEATUREVARIANT
|
|
22 |
UID 0x1000008d 0x10004268
|
|
23 |
VENDORID 0x70000001
|
|
24 |
|
|
25 |
SOURCEPATH .
|
|
26 |
SOURCE VariantStaticDLL.cpp
|
|
27 |
|
|
28 |
USERINCLUDE .
|
|
29 |
OS_LAYER_SYSTEMINCLUDE
|
|
30 |
|
|
31 |
LIBRARY euser.lib
|
|
32 |
|
|
33 |
#if defined(WINS)
|
|
34 |
deffile ./VariantStaticDLLwin.def
|
|
35 |
#else
|
|
36 |
deffile ./VariantStaticDLLarm.def
|
|
37 |
#endif
|
|
38 |
nostrictdef
|
|
39 |
|
|
40 |
// Test variation in MMP files?
|
|
41 |
#if defined(FEATURE_VARIANT_DEFAULT)
|
|
42 |
#warning "FEATURE_VARIANT_DEFAULT defined"
|
|
43 |
#elif defined(FEATURE_VARIANT_A)
|
|
44 |
#warning "FEATURE_VARIANT_A defined"
|
|
45 |
#elif defined(FEATURE_VARIANT_B )
|
|
46 |
#warning "FEATURE_VARIANT_B defined"
|
|
47 |
#else
|
|
48 |
#error "Test failed"
|
|
49 |
#endif
|