mmfenh/advancedaudiocontroller/audiotonecontrollerplugin/ringtonerecognizer/group/recrt.mmp
changeset 0 71ca22bcf22a
child 43 9894ed580e4a
equal deleted inserted replaced
-1:000000000000 0:71ca22bcf22a
       
     1 /*
       
     2 * Copyright (c) 2004-2006 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 RingToneRecognizer.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET          recrt.dll
       
    23 TARGETTYPE      PLUGIN
       
    24 UID             0x10009D8D 0x100059EA
       
    25 START RESOURCE  100059ea.rss
       
    26 TARGET          recrt.rsc
       
    27 END // RESOURCE
       
    28 
       
    29 CAPABILITY      CAP_ECOM_PLUGIN
       
    30 VENDORID        VID_DEFAULT
       
    31 
       
    32 SOURCEPATH	../src
       
    33 USERINCLUDE     ../inc
       
    34 MW_LAYER_SYSTEMINCLUDE
       
    35 SYSTEMINCLUDE   /epoc32/include/ecom
       
    36 
       
    37 SOURCE          recrt.cpp
       
    38 
       
    39 LIBRARY         EUSER.LIB
       
    40 LIBRARY         APMIME.LIB
       
    41 
       
    42 // End of File