os/kernelhwsrv/kerneltest/e32test/personality/example/example_personality_test.mmp
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/kernelhwsrv/kerneltest/e32test/personality/example/example_personality_test.mmp Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,64 @@
1.4 +// Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
1.5 +// All rights reserved.
1.6 +// This component and the accompanying materials are made available
1.7 +// under the terms of the License "Eclipse Public License v1.0"
1.8 +// which accompanies this distribution, and is available
1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.10 +//
1.11 +// Initial Contributors:
1.12 +// Nokia Corporation - initial contribution.
1.13 +//
1.14 +// Contributors:
1.15 +//
1.16 +// Description:
1.17 +//
1.18 +
1.19 +#include <variant_test.mmh>
1.20 +#include "kernel/kern_ext.mmh"
1.21 +
1.22 +TARGET VariantTarget(expers,ldd)
1.23 +
1.24 +#ifdef EPOC32
1.25 +targettype kext // so it goes into rom as extension
1.26 +uid 0x100000af 0x00000000
1.27 +VENDORID 0x70000001
1.28 +nostrictdef
1.29 +deffile ../../~/example_personality_test.def
1.30 +#else
1.31 +targettype ldd
1.32 +#endif
1.33 +romtarget expers.ldd
1.34 +
1.35 +sourcepath .
1.36 +source init.cpp main.cpp isr.cpp
1.37 +
1.38 +OS_LAYER_SYSTEMINCLUDE_SYMBIAN
1.39 +
1.40 +staticlibrary example_personality.lib
1.41 +
1.42 +#if defined(CL7211)
1.43 +SYMBIAN_BASE_SYSTEMINCLUDE(assp/cl7211)
1.44 +LIBRARY VariantTarget(kaeiger,lib)
1.45 +#elif defined(WINDERMERE)
1.46 +SYMBIAN_BASE_SYSTEMINCLUDE(assp/windermere)
1.47 +LIBRARY VariantTarget(kawind,lib)
1.48 +#elif defined(SA1100)
1.49 +SYMBIAN_BASE_SYSTEMINCLUDE(assp/sa1100)
1.50 +LIBRARY VariantTarget(kasa1100,lib)
1.51 +#elif defined(COTULLA)
1.52 +SYMBIAN_BASE_SYSTEMINCLUDE(assp/cotulla)
1.53 +LIBRARY VariantTarget(kacotulla,lib)
1.54 +#elif defined(INTEGRATORAP)
1.55 +SYMBIAN_BASE_SYSTEMINCLUDE(assp/integratorap/inc)
1.56 +SYMBIAN_BASE_SYSTEMINCLUDE(integrator/core/cm920)
1.57 +LIBRARY kaintap.lib
1.58 +#endif
1.59 +
1.60 +epocallowdlldata
1.61 +
1.62 +start wins
1.63 +win32_headers
1.64 +end
1.65 +
1.66 +capability all
1.67 +