stif/StifKernelTestClassBase/group/StifKernelTestClassBase.mmp
branchRCL_3
changeset 59 8ad140f3dd41
equal deleted inserted replaced
49:7fdc9a71d314 59:8ad140f3dd41
       
     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 Kernel testclass
       
    15 * base module.
       
    16 *
       
    17 */
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 SMPSAFE
       
    22 
       
    23 #include        "kernel/kern_ext.mmh"
       
    24 
       
    25 CAPABILITY      ALL
       
    26 VENDORID        0x101FB657
       
    27 SECUREID        0x102073DD
       
    28 EPOCALLOWDLLDATA
       
    29 
       
    30 TARGET          StifKernelTestClassBase.dll
       
    31 TARGETTYPE      kdll
       
    32 UID             0x1000008D 0x101FB3E3
       
    33 
       
    34 DEFFILE         StifKernelTestClassBase.def
       
    35 
       
    36 USERINCLUDE     ../inc 
       
    37 USERINCLUDE     ../../inc 
       
    38 
       
    39 OS_LAYER_KERNEL_SYSTEMINCLUDE
       
    40 
       
    41 SOURCEPATH      ../src
       
    42 
       
    43 SOURCE          StifKernelTestClassBase.cpp
       
    44 
       
    45 LANG            SC