mmfenh/advancedaudiocontroller/audiocontrollerpluginsvariant/PlaylistRecognizer/group/playlistrecognizer.mmp
changeset 0 71ca22bcf22a
child 43 9894ed580e4a
equal deleted inserted replaced
-1:000000000000 0:71ca22bcf22a
       
     1 /*
       
     2 * Copyright (c) 2002-2004 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:  Makefile for playlistrecognizer.dll
       
    15 *
       
    16 */
       
    17 
       
    18 // Version : %version: bh1mmcf#4 %
       
    19 
       
    20 
       
    21 
       
    22 #include <platform_paths.hrh>
       
    23 
       
    24 TARGET          playlistrecognizer.dll
       
    25 TARGETTYPE      PLUGIN
       
    26 UID             0x10009D8D 0x101F8576
       
    27 
       
    28 START RESOURCE  ../data/101F8576.rss
       
    29 TARGET          playlistrecognizer.rsc
       
    30 END
       
    31 
       
    32 CAPABILITY      CAP_RECOGNISER
       
    33 VENDORID        VID_DEFAULT
       
    34 
       
    35 SOURCEPATH      ../src
       
    36 SOURCE          playlistrecognizer.cpp
       
    37 
       
    38 USERINCLUDE     ../inc
       
    39 
       
    40 MW_LAYER_SYSTEMINCLUDE
       
    41 SYSTEMINCLUDE   /epoc32/include/ecom
       
    42 
       
    43 LIBRARY         euser.lib
       
    44 LIBRARY         apmime.lib
       
    45 LIBRARY         EFSRV.LIB
       
    46 LIBRARY         playbackhelper.lib
       
    47 
       
    48 #ifdef __WINDOWS_MEDIA
       
    49 LIBRARY         asxparser.lib
       
    50 #endif
       
    51 
       
    52 // End of file