searcher/tsrc/cpixsearchertest/src/capsmod_searcher/group/capsmod_searcher.mmp
changeset 0 671dee74050a
child 1 6f2c1c46032b
equal deleted inserted replaced
-1:000000000000 0:671dee74050a
       
     1 /*
       
     2 * Copyright (c) 2010 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: 
       
    15 *
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #include   <platform_paths.hrh>
       
    21 
       
    22 TARGET          capsmod_searcher.exe
       
    23 TARGETTYPE      exe
       
    24 
       
    25 /* Specify the capabilities according to your test environment */
       
    26 CAPABILITY        CAP_GENERAL_DLL DiskAdmin -AllFiles -DRM
       
    27 
       
    28 /* Remove comments and replace 0x00000000 with correct vendor id */
       
    29 // VENDORID     0x00000000
       
    30 /* Remove comments and replace 0x00000000 with correct secure id */
       
    31 // SECUREID     0x00000000
       
    32 
       
    33 #ifdef SBSV2
       
    34 	#if defined(__S60_)
       
    35 	    OSEXT_LAYER_SYSTEMINCLUDE
       
    36 	#else // __S60_ not defined
       
    37 	    SYSTEMINCLUDE   /epoc32/include 
       
    38 	    SYSTEMINCLUDE   /epoc32/include/internal
       
    39 	#endif // __S60_
       
    40 
       
    41 	/* Source files */
       
    42 	SOURCEPATH      ../src
       
    43 #else // SBSV2 not defined
       
    44 	#if defined(__S60_)
       
    45 	    MW_LAYER_SYSTEMINCLUDE
       
    46 	#else // __S60_ not defined
       
    47 	    SYSTEMINCLUDE   /epoc32/include 
       
    48 	    SYSTEMINCLUDE   /epoc32/include/internal
       
    49 	#endif // __S60_
       
    50 
       
    51 	/* Source files */
       
    52 	SOURCEPATH      ../src
       
    53 #endif // SBSV2
       
    54 
       
    55 SOURCE          capsmod_searcher.cpp
       
    56 
       
    57 /* Used libraries */
       
    58 LIBRARY         euser.lib
       
    59 LIBRARY         stiftestinterface.lib
       
    60 
       
    61 EPOCSTACKSIZE   40960
       
    62 
       
    63 // End of File