fmradio/fmradioactionhandler/group/fmradioactionhandler.mmp
branchRCL_3
changeset 20 93c594350b9a
parent 0 f3d95d9c00ab
equal deleted inserted replaced
19:cce62ebc198e 20:93c594350b9a
       
     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: Project definition file for project
       
    15 *              FM Radio Action Handler plugin. 
       
    16 *
       
    17 */
       
    18 
       
    19 // To get the APP_LAYER_SYSTEMINCLUDE-definition
       
    20 #include <platform_paths.hrh>
       
    21 #include <data_caging_paths.hrh>
       
    22 #include "../resources/fmradioactionhandler.hrh"	
       
    23 
       
    24 TARGET          fmradioactionhandler.dll
       
    25 TARGETTYPE      PLUGIN
       
    26 UID             0x10009D8D KFMRadioActionHandlerDllUid 
       
    27 
       
    28 CAPABILITY      CAP_ECOM_PLUGIN
       
    29 VENDORID        VID_DEFAULT
       
    30 
       
    31 PAGED
       
    32 
       
    33 SOURCEPATH      ../resources
       
    34 START RESOURCE 2001f498.rss
       
    35 TARGET  fmradioactionhandler.rsc
       
    36 TARGETPATH ECOM_RESOURCE_DIR
       
    37 END
       
    38 
       
    39 
       
    40 APP_LAYER_SYSTEMINCLUDE
       
    41 
       
    42 USERINCLUDE     ../inc
       
    43 USERINCLUDE     ../resources
       
    44 USERINCLUDE     ../../fmradio/inc
       
    45 USERINCLUDE     ../../fmradioengine/inc
       
    46 
       
    47 SOURCEPATH      ../src
       
    48 SOURCE          fmradioactionhandler.cpp
       
    49 
       
    50 LIBRARY         ecom.lib
       
    51 LIBRARY         euser.lib
       
    52 LIBRARY	    	liwservicehandler.lib
       
    53 LIBRARY	    	ws32.lib
       
    54 LIBRARY		apgrfx.lib
       
    55 LIBRARY		apparc.lib
       
    56 
       
    57 DEBUGLIBRARY    flogger.lib
       
    58 // End of File