emulator/emulatorbsp/hal/hal.mmp
changeset 0 cec860690d41
equal deleted inserted replaced
-1:000000000000 0:cec860690d41
       
     1 // Copyright (c) 1999-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 "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 // wins/hal/hal.mmp
       
    15 // hal.dll Dummy HAL library
       
    16 // 
       
    17 //
       
    18 
       
    19 /**
       
    20  @file
       
    21 */
       
    22 
       
    23 #include <variant.mmh>
       
    24 
       
    25 TARGET			hal.dll
       
    26 TARGETTYPE		dll
       
    27 linkas			hal.dll
       
    28 noexportlibrary
       
    29 
       
    30 SOURCEPATH	../../../../kernelhwsrv/halservices/hal/src
       
    31 SOURCE			hal_main.cpp userhal.cpp
       
    32 
       
    33 SOURCEPATH	.
       
    34 SOURCE			hal.cpp
       
    35 
       
    36 SOURCEPATH	/epoc32/build/generatedcpp/hal
       
    37 SOURCE			VariantTarget(values,cpp) VariantTarget(config,cpp)
       
    38 
       
    39 
       
    40 SYMBIAN_BASE_SYSTEMINCLUDE(kernel)
       
    41 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    42 
       
    43 LIBRARY		euser.lib
       
    44 DEFFILE			../../../../kernelhwsrv/halservices/hal/bwins/hal.def
       
    45 
       
    46 UID		0x1000008d 0x100039e8
       
    47 VENDORID 0x70000001
       
    48 
       
    49 START WINS
       
    50 BASEADDRESS	0x6b000000
       
    51 END
       
    52 
       
    53 capability			all