sl@0: // Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: // All rights reserved. sl@0: // This component and the accompanying materials are made available sl@0: // under the terms of the License "Eclipse Public License v1.0" sl@0: // which accompanies this distribution, and is available sl@0: // at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: // sl@0: // Initial Contributors: sl@0: // Nokia Corporation - initial contribution. sl@0: // sl@0: // Contributors: sl@0: // sl@0: // Description: sl@0: // sl@0: sl@0: #include sl@0: #include "kernel/kern_ext.mmh" sl@0: sl@0: TARGET VariantTarget(expers,ldd) sl@0: sl@0: #ifdef EPOC32 sl@0: targettype kext // so it goes into rom as extension sl@0: uid 0x100000af 0x00000000 sl@0: VENDORID 0x70000001 sl@0: nostrictdef sl@0: deffile ../../~/example_personality_test.def sl@0: #else sl@0: targettype ldd sl@0: #endif sl@0: romtarget expers.ldd sl@0: sl@0: sourcepath . sl@0: source init.cpp main.cpp isr.cpp sl@0: sl@0: OS_LAYER_SYSTEMINCLUDE_SYMBIAN sl@0: sl@0: staticlibrary example_personality.lib sl@0: sl@0: #if defined(CL7211) sl@0: SYMBIAN_BASE_SYSTEMINCLUDE(assp/cl7211) sl@0: LIBRARY VariantTarget(kaeiger,lib) sl@0: #elif defined(WINDERMERE) sl@0: SYMBIAN_BASE_SYSTEMINCLUDE(assp/windermere) sl@0: LIBRARY VariantTarget(kawind,lib) sl@0: #elif defined(SA1100) sl@0: SYMBIAN_BASE_SYSTEMINCLUDE(assp/sa1100) sl@0: LIBRARY VariantTarget(kasa1100,lib) sl@0: #elif defined(COTULLA) sl@0: SYMBIAN_BASE_SYSTEMINCLUDE(assp/cotulla) sl@0: LIBRARY VariantTarget(kacotulla,lib) sl@0: #elif defined(INTEGRATORAP) sl@0: SYMBIAN_BASE_SYSTEMINCLUDE(assp/integratorap/inc) sl@0: SYMBIAN_BASE_SYSTEMINCLUDE(integrator/core/cm920) sl@0: LIBRARY kaintap.lib sl@0: #endif sl@0: sl@0: epocallowdlldata sl@0: sl@0: start wins sl@0: win32_headers sl@0: end sl@0: sl@0: capability all sl@0: