os/kernelhwsrv/kerneltest/e32test/personality/example/example_personality_test.mmp
First public contribution.
1 // Copyright (c) 2002-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".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
16 #include <variant_test.mmh>
17 #include "kernel/kern_ext.mmh"
19 TARGET VariantTarget(expers,ldd)
22 targettype kext // so it goes into rom as extension
23 uid 0x100000af 0x00000000
26 deffile ../../~/example_personality_test.def
33 source init.cpp main.cpp isr.cpp
35 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
37 staticlibrary example_personality.lib
40 SYMBIAN_BASE_SYSTEMINCLUDE(assp/cl7211)
41 LIBRARY VariantTarget(kaeiger,lib)
42 #elif defined(WINDERMERE)
43 SYMBIAN_BASE_SYSTEMINCLUDE(assp/windermere)
44 LIBRARY VariantTarget(kawind,lib)
46 SYMBIAN_BASE_SYSTEMINCLUDE(assp/sa1100)
47 LIBRARY VariantTarget(kasa1100,lib)
48 #elif defined(COTULLA)
49 SYMBIAN_BASE_SYSTEMINCLUDE(assp/cotulla)
50 LIBRARY VariantTarget(kacotulla,lib)
51 #elif defined(INTEGRATORAP)
52 SYMBIAN_BASE_SYSTEMINCLUDE(assp/integratorap/inc)
53 SYMBIAN_BASE_SYSTEMINCLUDE(integrator/core/cm920)