navienginebsp/ne1_tb/hal/hal.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/hal/hal.mmp
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 #include		<variant.mmh>
       
    22 target			VariantTarget(hal,dll)
       
    23 targettype		dll
       
    24 linkas			hal.dll
       
    25 noexportlibrary
       
    26 
       
    27 sourcepath		../../../../../os/kernelhwsrv/halservices/hal/src
       
    28 source			hal_main.cpp userhal.cpp
       
    29 sourcepath		.
       
    30 source			hal.cpp
       
    31 
       
    32 sourcepath		/epoc32/build/generatedcpp/hal
       
    33 source			VariantTarget(values,cpp) VariantTarget(config,cpp)
       
    34 
       
    35 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    36 SYMBIAN_BASE_SYSTEMINCLUDE(kernel)
       
    37 
       
    38 library			euser.lib
       
    39 
       
    40 deffile			../../../../../os/kernelhwsrv/halservices/hal/~/hal.def
       
    41 
       
    42 uid				0x1000008d 0x100039e8
       
    43 
       
    44 capability			all
       
    45 vendorid			 0x70000001
       
    46 
       
    47 SMPSAFE