devicediagnostics/diagplugins/diagloudspeakerplugin/group/diagspeakerplugin.mmp
changeset 0 3ce708148e4d
child 26 ae4a65edc4fe
equal deleted inserted replaced
-1:000000000000 0:3ce708148e4d
       
     1 /*
       
     2 * Copyright (c) 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 specification file.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include  <data_caging_paths.hrh>    // For RESOURCE_FILES_DIR
       
    20 // To get the MW_LAYER_SYSTEMINCLUDE-definition
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 CAPABILITY          CAP_ECOM_PLUGIN MultimediaDD UserEnvironment 
       
    24 TARGET              devdiagspeakerplugin.dll
       
    25 TARGETTYPE          PLUGIN
       
    26 UID                 0x10009D8D 0x2000E58E
       
    27 VENDORID            VID_DEFAULT
       
    28 
       
    29 
       
    30 SOURCEPATH  ../src
       
    31 SOURCE      diagspeakerpluginimplementationtable.cpp
       
    32 SOURCE      diagspeakerplugin.cpp
       
    33 
       
    34 
       
    35 //User include paths
       
    36 USERINCLUDE     ../inc
       
    37 USERINCLUDE     ../data // For *.rh
       
    38 USERINCLUDE     ../loc
       
    39 
       
    40 //System include paths
       
    41 SYSTEMINCLUDE   /epoc32/include/ecom
       
    42 SYSTEMINCLUDE   /epoc32/include/mmf/common
       
    43 
       
    44 // Default system include paths for middleware layer modules.
       
    45 APP_LAYER_SYSTEMINCLUDE
       
    46 
       
    47 
       
    48 SOURCEPATH      ../data
       
    49 
       
    50 START RESOURCE  devdiagspeakerplugin.rss
       
    51 TARGET          devdiagspeakerplugin.rsc
       
    52 TARGETPATH      ECOM_RESOURCE_DIR
       
    53 END
       
    54 
       
    55 START RESOURCE  devdiagspeakerpluginrsc.rss
       
    56 HEADER
       
    57 TARGETPATH      RESOURCE_FILES_DIR
       
    58 LANGUAGE_IDS
       
    59 END
       
    60 
       
    61 
       
    62 LIBRARY   euser.lib
       
    63 LIBRARY   efsrv.lib
       
    64 LIBRARY   avkon.lib
       
    65 LIBRARY   commonengine.lib  // For RConeResourceLoader
       
    66 LIBRARY   flogger.lib       // for LOGGER
       
    67 LIBRARY   diagframework.lib 
       
    68 LIBRARY   diagpluginbase.lib
       
    69 
       
    70 LIBRARY   eikctl.lib   // for Progress Dialog
       
    71 LIBRARY   eikcoctl.lib 
       
    72 LIBRARY   eikdlg.lib
       
    73 
       
    74 LIBRARY   mediaclientaudio.lib    // for AudioRecorderUtility
       
    75 LIBRARY   centralrepository.lib   // for Central Repository
       
    76 LIBRARY   audiooutputrouting.lib  // for CAudioOutput
       
    77 // End of File
       
    78