mmappcomponents/audiofetcher/group/audiofetcher.mmp
changeset 0 a2952bb97e68
child 58 c76ea6caa649
equal deleted inserted replaced
-1:000000000000 0:a2952bb97e68
       
     1 /*
       
     2 * Copyright (c) 2009 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 mgfecthplugin
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 
       
    22 TARGET                  audiofetcher.dll
       
    23 TARGETTYPE              PLUGIN
       
    24 UID                     0x10009d8d 0x20021213
       
    25 #ifndef WINSCW
       
    26 EPOCALLOWDLLDATA
       
    27 #endif
       
    28 
       
    29 CAPABILITY              CAP_ECOM_PLUGIN
       
    30 VENDORID                VID_DEFAULT
       
    31 
       
    32 SOURCEPATH              ../src
       
    33 SOURCE                  audiofetcher.cpp
       
    34 SOURCE					audiofetcherproxy.cpp
       
    35 SOURCE					audiofetcherdialog.cpp
       
    36 SOURCE					audiofetcherfilehandler.cpp
       
    37 SOURCE					audiofetcherlisthandler.cpp
       
    38 SOURCE 					audiofetcherdialogutils.cpp
       
    39 
       
    40 // ECom resource file
       
    41 START RESOURCE  ../data/20021213.rss
       
    42   TARGET	audiofetcher.rsc
       
    43   TARGETPATH    ECOM_RESOURCE_DIR
       
    44 END
       
    45 
       
    46 START RESOURCE            ../data/audiofetcherdialog.rss
       
    47 TARGET                    audiofetcherdialog.rsc
       
    48 HEADER
       
    49 TARGETPATH                APP_RESOURCE_DIR
       
    50 LANGUAGE_IDS
       
    51 END
       
    52 
       
    53 USERINCLUDE             ../inc
       
    54 
       
    55 MW_LAYER_SYSTEMINCLUDE
       
    56 
       
    57 LIBRARY		aknicon.lib 
       
    58 LIBRARY     aknskins.lib
       
    59 LIBRARY   	apgrfx.lib  			// RApaLsSession
       
    60 LIBRARY   	apmime.lib  			// TDataType
       
    61 LIBRARY		avkon.lib
       
    62 LIBRARY     bafl.lib				// For BaflUtils
       
    63 LIBRARY		bitgdi.lib 
       
    64 LIBRARY     commonengine.lib
       
    65 LIBRARY  	euser.lib
       
    66 LIBRARY     ecom.lib
       
    67 LIBRARY		cone.lib 				// TParser
       
    68 LIBRARY		efsrv.lib
       
    69 LIBRARY   	egul.lib				// CGulIcon 
       
    70 LIBRARY	    eikdlg.lib  
       
    71 LIBRARY		eikctl.lib
       
    72 LIBRARY		eikcoctl.lib
       
    73 LIBRARY		eikcore.lib
       
    74 LIBRARY		fbscli.lib 
       
    75 LIBRARY     WS32.lib 				// For Rwindow
       
    76 
       
    77 LIBRARY		mdccommon.lib           // mds
       
    78 LIBRARY   	mdeclient.lib           // mds
       
    79 LIBRARY   	harvesterclient.lib		// mds
       
    80 LIBRARY		PlatformEnv.lib			// DriveInfo
       
    81 
       
    82 COMPRESSTARGET
       
    83 
       
    84 // End of File
       
    85 
       
    86