navienginebsp/ne1_tb/nktest/nktest.mmp
changeset 0 5de814552237
equal deleted inserted replaced
-1:000000000000 0:5de814552237
       
     1 /*
       
     2 * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  
       
    15 * ne1_tb/nktest/nktest.mmp
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 #define STANDALONE_NANOKERNEL
       
    22 macro __STANDALONE_NANOKERNEL__
       
    23 
       
    24 #include <variant.mmh>
       
    25 
       
    26 target					VariantTarget(nktest,exe)
       
    27 targettype				exe
       
    28 
       
    29 #ifdef SMP
       
    30 #include <nkernsmp/nkern_ext.mmh>
       
    31 #else
       
    32 #include <nkern/nkern_ext.mmh>
       
    33 #endif
       
    34 
       
    35 SYMBIAN_ASSP_SYSTEMINCLUDE(naviengine)
       
    36 
       
    37 SYMBIAN_BASE_SYSTEMINCLUDE(ne1_tb)
       
    38 SYMBIAN_NE1_TB_SYSTEMINCLUDE(specific)
       
    39 USERINCLUDE ../inc
       
    40 USERINCLUDE .
       
    41 SYMBIAN_BASE_SYSTEMINCLUDE(kernel)
       
    42 SYMBIAN_BASE_SYSTEMINCLUDE(nktest)
       
    43 
       
    44 firstlib				VariantTarget(nk_exe,lib)
       
    45 
       
    46 sourcepath				.
       
    47 source					hw_init.cpp interrupts.cpp
       
    48 source					hw_init.cia
       
    49 
       
    50 #if 0
       
    51 sourcepath				../specific
       
    52 source					interrupts.cia pic.cia debuguart.cia timer.cia
       
    53 source					timer.cpp
       
    54 #endif
       
    55 
       
    56 staticlibrary			VariantTarget(nkern,lib)
       
    57 staticlibrary			VariantTarget(nktest_lib,lib)
       
    58 
       
    59 epocstacksize			0x1000
       
    60 
       
    61 // uids
       
    62 #ifdef SMP
       
    63 uid						0x1000008b 0x10287037
       
    64 #else
       
    65 uid						0x1000008b 0x100041af
       
    66 #endif
       
    67 vendorid				0x70000001
       
    68 
       
    69 noexportlibrary
       
    70 linkas					nktest.exe
       
    71 
       
    72 capability				all
       
    73 
       
    74 SMPSAFE