srsfenginestub/grcompilerhwdevice/group/asrsgrcompilerhwdevicestub.mmp
branchRCL_3
changeset 44 b5894bb67e73
parent 35 37b610eb7fe3
equal deleted inserted replaced
35:37b610eb7fe3 44:b5894bb67e73
     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 AsrsGrCompilerHwDeviceStub
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 #if defined( WINS ) || defined( WINSCW )
       
    24 TARGET            asrsgrcompilerhwdevice.dll
       
    25 #else
       
    26 TARGET            asrsgrcompilerhwdevice_stub.dll
       
    27 #endif
       
    28 
       
    29 TARGETTYPE        DLL
       
    30 UID               0x1000008D 0x101ff929 // UID: 270530857
       
    31 
       
    32 VENDORID          VID_DEFAULT
       
    33 
       
    34 SOURCEPATH        ../src
       
    35 SOURCE            asrsgrcompilerhwdevice.cpp
       
    36 
       
    37 SOURCEPATH        ../../common/src
       
    38 SOURCE            asrshwdevice.cpp
       
    39 
       
    40 USERINCLUDE       ../inc ../src
       
    41 USERINCLUDE       ../../common/src
       
    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     asrsgrcompilerhwdevice.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            asrsgrcompilerhwdevice.dll
       
    57 
       
    58 CAPABILITY        CAP_GENERAL_DLL
       
    59 
       
    60 
       
    61