os/kernelhwsrv/kerneltest/e32test/personality/example/example_personality_test.mmp
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
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".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 //
    15 
    16 #include		<variant_test.mmh>
    17 #include		"kernel/kern_ext.mmh"
    18 
    19 TARGET			VariantTarget(expers,ldd)
    20 
    21 #ifdef EPOC32
    22 targettype	kext			// so it goes into rom as extension
    23 uid 0x100000af 0x00000000
    24 VENDORID 0x70000001
    25 nostrictdef
    26 deffile ../../~/example_personality_test.def
    27 #else
    28 targettype	ldd
    29 #endif
    30 romtarget	expers.ldd
    31 
    32 sourcepath		.
    33 source			init.cpp main.cpp isr.cpp
    34 
    35 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    36 
    37 staticlibrary	example_personality.lib
    38 
    39 #if defined(CL7211)
    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)
    45 #elif defined(SA1100)
    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)
    54 LIBRARY			kaintap.lib
    55 #endif
    56 
    57 epocallowdlldata
    58 
    59 start wins
    60 win32_headers
    61 end
    62 
    63 capability	all
    64