srsfenginestub/ttphwdevice/group/asrsttphwdevicestub.mmp
branchRCL_3
changeset 44 b5894bb67e73
parent 35 37b610eb7fe3
equal deleted inserted replaced
35:37b610eb7fe3 44:b5894bb67e73
     1 /*
       
     2 * Copyright (c) 2004-2005 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:     Project file for AsrTtpHwDeviceStub.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 #include <platform_paths.hrh>
       
    22 #include "../../group/srsfenginestubbldvariant.hrh"
       
    23 
       
    24 #if defined( WINS ) || defined( WINSCW )
       
    25 TARGET          asrsttphwdevice.dll
       
    26 #else
       
    27 TARGET          asrsttphwdevice_stub.dll
       
    28 #endif
       
    29 
       
    30 TARGETTYPE      DLL
       
    31 UID             0x1000008D 0x101F8CA9 // UID: 270503081
       
    32 
       
    33 VENDORID        VID_DEFAULT
       
    34 
       
    35 SOURCEPATH      ../src
       
    36 SOURCE          asrsttphwdevice.cpp
       
    37 
       
    38 SOURCEPATH      ../../common/src
       
    39 SOURCE          asrshwdevice.cpp
       
    40 
       
    41 USERINCLUDE     ../inc ../src ../../group
       
    42 
       
    43 // This is a SYSTEMINCLUDE macro containing the middleware
       
    44 // layer specific include directories
       
    45 APP_LAYER_SYSTEMINCLUDE
       
    46 
       
    47 SYSTEMINCLUDE   ../../common/inc
       
    48 
       
    49 LIBRARY         euser.lib
       
    50 
       
    51 // Users link against the non-stub name, so that rebuild is not necessary
       
    52 EXPORTLIBRARY   asrsttphwdevice.lib
       
    53 
       
    54 // On ROM dll name is without the _stub part so that it can easily be
       
    55 // replaced with the real dll
       
    56 LINKAS          asrsttphwdevice.dll
       
    57 
       
    58 CAPABILITY      CAP_GENERAL_DLL