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