internetradio2.0/irfilerecognizer/group/irrecognizer.mmp
changeset 14 896e9dbc5f19
child 15 065198191975
equal deleted inserted replaced
12:608f67c22514 14:896e9dbc5f19
       
     1 /*
       
     2 * Copyright (c) 2005 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 *     This is the project specification file for RecognizerEx.
       
    16 *
       
    17 */
       
    18 
       
    19 #include 		<platform_paths.hrh>
       
    20 
       
    21 TARGET          irfilerecognizer.dll
       
    22 TARGETTYPE      PLUGIN
       
    23 UID             0x10009D8D 0x2000B4A9
       
    24 
       
    25 PAGED
       
    26 
       
    27 SOURCEPATH      ../src
       
    28 
       
    29 SOURCE          irrecognizer.cpp
       
    30 
       
    31 SOURCEPATH	../resources
       
    32 
       
    33 START RESOURCE  2000b4a9.rss
       
    34 TARGET          irfilerecognizer.rsc
       
    35 END
       
    36 
       
    37 //CAPABILITY NetworkServices ProtServ ReadDeviceData ReadUserData SwEvent UserEnvironment WriteDeviceData WriteUserData
       
    38 CAPABILITY              CAP_ECOM_PLUGIN
       
    39 VENDORID        0
       
    40 
       
    41 USERINCLUDE     ../inc
       
    42 USERINCLUDE     ../../inc
       
    43 USERINCLUDE     ../../resources
       
    44 
       
    45 // Default system include paths for application layer modules.
       
    46 APP_LAYER_SYSTEMINCLUDE
       
    47 SYSTEMINCLUDE   OS_LAYER_PUBLIC_EXPORT_PATH(ecom)
       
    48 
       
    49 SMPSAFE
       
    50 
       
    51 LIBRARY             euser.lib
       
    52 LIBRARY             apmime.lib
       
    53 LIBRARY             efsrv.lib 
       
    54 LIBRARY             flogger.lib
       
    55