testexecfw/stf/examples/hwresetstub/group/StifHWResetStub.mmp
changeset 2 8bb370ba6d1d
equal deleted inserted replaced
1:bbd31066657e 2:8bb370ba6d1d
       
     1 /*
       
     2 * Copyright (c) 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: MMP file for STIF Test Framework's StifHWResetStub.
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 SMPSAFE
       
    21 TARGET      StifHWResetStub.dll
       
    22 TARGETTYPE  dll
       
    23 DEFFILE     StifHWResetStub.def
       
    24 
       
    25 CAPABILITY	ALL -TCB
       
    26 /* Remove comments and replace 0x00000000 with correct vendor id */
       
    27 // VENDORID     0x00000000
       
    28 /* Remove comments and replace 0x00000000 with correct secure id */
       
    29 // SECUREID     0x00000000
       
    30 
       
    31 LIBRARY     euser.lib
       
    32 LIBRARY     stiftestinterface.lib
       
    33 
       
    34 USERINCLUDE     ../inc 
       
    35 USERINCLUDE     ../../../inc
       
    36 
       
    37 OS_LAYER_SYSTEMINCLUDE
       
    38 
       
    39 SOURCEPATH      ../src
       
    40 
       
    41 SOURCE          StifHWResetStub.cpp
       
    42 
       
    43 // First UID is DLL UID, Second UID is STIF Test Framework UID
       
    44 UID             0x1000008D 0x101FB3E7
       
    45 // End of File
       
    46