voicerecorder/gsplugin/group/GSVoiceRecorderPlugin.mmp
branchRCL_3
changeset 21 c6bafb5162d8
parent 0 845549f293a7
equal deleted inserted replaced
20:072a5fa0c63b 21:c6bafb5162d8
       
     1 /*
       
     2 * Copyright (c) 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 project specification file for GS VoiceRecorder Plugin .
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #include <data_caging_paths.hrh>    
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 CAPABILITY          CAP_ECOM_PLUGIN
       
    24 TARGET              GSVoiceRecorderPlugin.dll
       
    25 TARGETTYPE          PLUGIN
       
    26 UID                 0x10009D8D 0x1020729D
       
    27 VENDORID            VID_DEFAULT
       
    28 
       
    29 SOURCEPATH          ../src
       
    30 SOURCE              VRGSPluginImplementationTable.cpp
       
    31 SOURCE              CVRGSPlugin.cpp      
       
    32 SOURCE              CVRGSPluginContainer.cpp      
       
    33 
       
    34 USERINCLUDE         ../inc
       
    35 USERINCLUDE         ../data
       
    36 USERINCLUDE         ../../group
       
    37 USERINCLUDE         ../../UtilsInc
       
    38 USERINCLUDE	        ../../../inc   // ADo level inc dir
       
    39 
       
    40 APP_LAYER_SYSTEMINCLUDE
       
    41 
       
    42 SOURCEPATH          ../data
       
    43 
       
    44 // ECOM resource definition
       
    45 START RESOURCE      1020729D.rss 
       
    46 TARGET              GSVoiceRecorderPlugin.rsc 
       
    47 END // ECOM resource definition
       
    48 
       
    49 LANG                SC
       
    50 LIBRARY             euser.lib
       
    51 LIBRARY             GSEcomPlugin.lib
       
    52 LIBRARY             GSFramework.lib
       
    53 LIBRARY             GSListBox.lib         // For CGSListBoxItemTextArray
       
    54 LIBRARY             cone.lib 
       
    55 LIBRARY             commonengine.lib//For RConeResourceLoader
       
    56 LIBRARY             commondialogs.lib  // CAknMemorySelectionDialog
       
    57 LIBRARY             egul.lib
       
    58 LIBRARY             eikcore.lib 
       
    59 LIBRARY             eikctl.lib 
       
    60 LIBRARY             eikcoctl.lib
       
    61 LIBRARY             efsrv.lib
       
    62 LIBRARY             bafl.lib 
       
    63 LIBRARY             FeatMgr.lib           // Feature manager 
       
    64 LIBRARY             avkon.lib
       
    65 LIBRARY             aknskins.lib // AknsUtils.h
       
    66 LIBRARY             hlplch.lib            // for "Help" options menu
       
    67 LIBRARY             VoiceRecorderUtils.lib
       
    68 
       
    69 #ifdef RD_MULTIPLE_DRIVE
       
    70 LIBRARY     PlatformEnv.lib
       
    71 #endif
       
    72 
       
    73 //  - used only by Codewarrior for convenience.
       
    74 DOCUMENT            1020729D.rss
       
    75 // End of File