gsprofilesrv_pub/profiles_engine_wrapper_api/tsrc/BC/ProfilesEngineWrapperAPI/group/ProEngWrapAPI.mmp
changeset 0 8c5d936e5675
child 40 6465d5bb863a
child 41 3b67655da2cc
equal deleted inserted replaced
-1:000000000000 0:8c5d936e5675
       
     1 /*
       
     2 * Copyright (c) 2002-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:  ?Description
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #if defined(__S60_)
       
    20         // To get the OS_LAYER_SYSTEMINCLUDE-definition
       
    21         #include <platform_paths.hrh>
       
    22 #endif
       
    23 
       
    24 TARGET          ProEngWrapAPI.dll
       
    25 TARGETTYPE      dll
       
    26 UID             0x1000008D 0x101FB3E3
       
    27 
       
    28 CAPABILITY      ALL -TCB
       
    29 
       
    30 DEFFILE         ProEngWrapAPI.def
       
    31 
       
    32 #ifdef SBSV2
       
    33 USERINCLUDE     ../inc 
       
    34 
       
    35 	#if defined(__S60_)
       
    36 	    MW_LAYER_SYSTEMINCLUDE
       
    37 	#else // __S60_ not defined
       
    38 SYSTEMINCLUDE   /epoc32/include 
       
    39 SYSTEMINCLUDE   /epoc32/include/internal
       
    40 	#endif // __S60_
       
    41 
       
    42 #else // SBSV2 not defined
       
    43 USERINCLUDE     ../inc 
       
    44 
       
    45 	#if defined(__S60_)
       
    46 	    MW_LAYER_SYSTEMINCLUDE
       
    47 	#else // __S60_ not defined
       
    48 SYSTEMINCLUDE   /epoc32/include 
       
    49 SYSTEMINCLUDE   /epoc32/include/internal
       
    50 	#endif // __S60_
       
    51 
       
    52 SOURCEPATH      ../src
       
    53 #endif // SBSV2
       
    54 
       
    55 SOURCE          ProEngWrapAPI.cpp
       
    56 SOURCE          ProEngWrapAPIBlocks.cpp CSchedulerUtility.cpp
       
    57 
       
    58 
       
    59 LIBRARY         euser.lib
       
    60 LIBRARY         stiftestinterface.lib
       
    61 LIBRARY         stiftestengine.lib
       
    62 LIBRARY         bafl.lib efsrv.lib
       
    63 LIBRARY         apparc.lib cone.lib eikcore.lib eikcoctl.lib avkon.lib eikctl.lib
       
    64 LIBRARY         commonengine.lib
       
    65 LIBRARY         profileengine.lib
       
    66 
       
    67 
       
    68 LANG            SC
       
    69 
       
    70 
       
    71 // End of File