mpxplugins/viewplugins/views/waitnotedialog/group/mpxwaitnotedialog.mmp
changeset 0 ff3acec5bc43
equal deleted inserted replaced
-1:000000000000 0:ff3acec5bc43
       
     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:  Project definition file for mpxwaitnotedialog
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <data_caging_paths.hrh>
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 TARGET                  mpxwaitnotedialog.dll
       
    24 TARGETTYPE              dll
       
    25 UID                     0x1000006C 0x101FFC6B
       
    26 
       
    27 CAPABILITY              CAP_GENERAL_DLL
       
    28 VENDORID                VID_DEFAULT
       
    29 
       
    30 VERSION 15.0
       
    31 
       
    32 SOURCEPATH              ../src
       
    33 SOURCE                  mpxwaitnotedialog.cpp
       
    34 SOURCE                  mpxscanningdialog.cpp
       
    35 SOURCE                  mpxmtpdialog.cpp
       
    36 SOURCE                  mpxusbdialog.cpp
       
    37 SOURCE                  mpxopeningdialog.cpp
       
    38 SOURCE                  mpxformatdialog.cpp
       
    39 SOURCE                  mpxwaitnoteconstructor.cpp
       
    40 
       
    41 START RESOURCE          ../data/mpxwaitnotedialog.rss
       
    42 HEADER
       
    43 TARGETPATH              APP_RESOURCE_DIR
       
    44 LANGUAGE_IDS 
       
    45 END // RESOURCE
       
    46 
       
    47 USERINCLUDE             ../inc
       
    48 USERINCLUDE             ../../../inc
       
    49 
       
    50 APP_LAYER_SYSTEMINCLUDE
       
    51 
       
    52 LIBRARY                 euser.lib
       
    53 LIBRARY                 cone.lib
       
    54 LIBRARY                 avkon.lib
       
    55 LIBRARY                 aknskins.lib
       
    56 LIBRARY                 aknicon.lib
       
    57 LIBRARY                 eikcore.lib
       
    58 LIBRARY                 eikcdlg.lib
       
    59 LIBRARY                 eikctl.lib
       
    60 LIBRARY                 eikcoctl.lib 
       
    61 LIBRARY                 eikdlg.lib 
       
    62 LIBRARY                 commonengine.lib
       
    63 LIBRARY                 efsrv.lib 
       
    64 LIBRARY                 bafl.lib 
       
    65 #ifdef RD_MULTIPLE_DRIVE
       
    66 LIBRARY                 PlatformEnv.lib
       
    67 #endif //RD_MULTIPLE_DRIVE
       
    68 
       
    69 LIBRARY                 mpxcollectionutility.lib
       
    70 LIBRARY                 mpxcommon.lib
       
    71 LIBRARY                 mpxharvesterutility.lib
       
    72 
       
    73 LIBRARY         mediatorclient.lib
       
    74 LIBRARY         featmgr.lib
       
    75 LIBRARY         estor.lib
       
    76 
       
    77 #if defined(ARMCC)
       
    78 deffile ../eabi/ 
       
    79 #elif defined(WINSCW)
       
    80 deffile ../bwinscw/ 
       
    81 #endif
       
    82 
       
    83 // End of File
       
    84