internetradio2.0/group/iractiveidle.mmp
changeset 14 896e9dbc5f19
parent 12 608f67c22514
child 15 065198191975
equal deleted inserted replaced
12:608f67c22514 14:896e9dbc5f19
     1 /*
       
     2 * Copyright (c) 2006-2007 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 /* ---------------------------------------------------------------------------
       
    20 *  Version history:
       
    21 *  Template version:
       
    22 *  <ccm_history>
       
    23 *
       
    24 *  Version: 21, Tue Mar 11 20:00:00 2008 by Rohit
       
    25 *  Ref:
       
    26 *  Merged IRv1.0 Engine code changes
       
    27 *
       
    28 *  </ccm_history>
       
    29 * ============================================================================
       
    30 */
       
    31 
       
    32 #include 		<platform_paths.hrh>
       
    33  
       
    34 #include <data_caging_paths.hrh>
       
    35 
       
    36 
       
    37 
       
    38 TARGET iractiveidle.dll
       
    39 TARGETTYPE PLUGIN
       
    40 
       
    41 // ECom Dll recognition UID followed by the unique UID for this dll
       
    42 UID 0x10009D8D 0x2000B4AB
       
    43 //VENDORID 
       
    44 
       
    45 PAGED
       
    46 
       
    47 //source file
       
    48 SOURCEPATH        ../activeidlesrc	
       
    49 SOURCE		iractiveidle.cpp
       
    50 SOURCE		iractiveidlemain.cpp
       
    51 SOURCE          iractiveidlestatedetector.cpp
       
    52 
       
    53 //user include
       
    54 USERINCLUDE    ../activeidleinc
       
    55 USERINCLUDE	   ../include
       
    56 USERINCLUDE    ../uiinc
       
    57 USERINCLUDE    ../activeidleenginc
       
    58 USERINCLUDE    ../resources
       
    59 USERINCLUDE    ../group
       
    60 USERINCLUDE    ../streamsourceinc
       
    61 
       
    62 APP_LAYER_SYSTEMINCLUDE
       
    63 SYSTEMINCLUDE   OS_LAYER_PUBLIC_EXPORT_PATH(ecom)
       
    64 
       
    65 SOURCEPATH        ../resources
       
    66 
       
    67 //resource file
       
    68 START RESOURCE  2000B4AB.rss
       
    69 TARGET IRActiveIdle.rsc
       
    70 end
       
    71 
       
    72 SOURCEPATH          ../resources
       
    73 START RESOURCE      iractiveidle.rss
       
    74 LANG SC 01 02 03 04 05 06 07 08 09 10 13 14 15 16 17 18 25 26 27 28 29 30 31 32 33 37 39 42 44 45 49 50 51 54 57 58 59 67 68 70 76 78 79 83 93 94 96 129 157 158 159 160 161 326 327 401 402
       
    75 
       
    76 HEADER
       
    77 TARGETPATH          RESOURCE_FILES_DIR
       
    78 end
       
    79 LIBRARY 				eikcore.lib
       
    80 LIBRARY                 aiutils.lib
       
    81 LIBRARY                 apgrfx.lib
       
    82 LIBRARY                 apparc.lib
       
    83 LIBRARY                 avkon.lib
       
    84 LIBRARY                 bafl.lib
       
    85 LIBRARY                 commonengine.lib 
       
    86 LIBRARY                 cone.lib
       
    87 LIBRARY                 ecom.lib
       
    88 LIBRARY                 efsrv.lib
       
    89 LIBRARY                 euser.lib
       
    90 LIBRARY                 iractiveidleengine.lib
       
    91 LIBRARY featmgr.lib 
       
    92 
       
    93 LIBRARY            flogger.lib
       
    94 
       
    95 //capability
       
    96 //CAPABILITY LocalServices Location NetworkServices PowerMgmt ProtServ ReadDeviceData ReadUserData SurroundingsDD SwEvent TrustedUI UserEnvironment WriteDeviceData WriteUserData
       
    97 CAPABILITY              CAP_ECOM_PLUGIN