usbuis/usbuinotif/group/usbuinotif.mmp
changeset 34 7858bc6ead78
parent 31 dfdd8240f7c8
child 35 9d8b04ca6939
equal deleted inserted replaced
31:dfdd8240f7c8 34:7858bc6ead78
     1 /*
       
     2 * Copyright (c) 2005-2010 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 USBUINotif
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <data_caging_paths.hrh>  //this is needed for RESOURCE_FILES_DIR
       
    21 
       
    22 TARGET          usbuinotif.dll
       
    23 TARGETTYPE      PLUGIN
       
    24 UID             0x10009D8D  0x102068DC
       
    25 
       
    26 CAPABILITY	CAP_ECOM_PLUGIN
       
    27 VENDORID	VID_DEFAULT
       
    28 
       
    29 SOURCEPATH      ../src
       
    30 SOURCE          usbuinmain.cpp
       
    31 SOURCE	        usbnotifier.cpp
       
    32 SOURCE          usbuincableconnectednotifier.cpp
       
    33 SOURCE          usbuinqueriesnotifiermdrv.cpp
       
    34 SOURCE          usbuinotifotgwarning.cpp
       
    35 SOURCE          usbuinotifotgerror.cpp 
       
    36 SOURCE          usbuinotifmsmmerror.cpp
       
    37 // ECom resource file
       
    38 START RESOURCE ../data/102068DC.rss
       
    39 TARGET  usbuinotif.rsc 
       
    40 END	
       
    41 
       
    42 // Notifier resource file
       
    43 START RESOURCE  ../data/usbuinotif.rss
       
    44 HEADER
       
    45 TARGETPATH    RESOURCE_FILES_DIR
       
    46 LANGUAGE_IDS
       
    47 END
       
    48 
       
    49 USERINCLUDE     ../inc
       
    50 
       
    51 SYSTEMINCLUDE         ../../inc ../../../inc MW_LAYER_PLATFORM_EXPORT_PATH(SecondaryDisplay/)    //for internal and private API headers
       
    52 SYSTEMINCLUDE   /epoc32/include/ecom
       
    53 SYSTEMINCLUDE   /epoc32/include/mw/hb/hbcore 
       
    54 MW_LAYER_SYSTEMINCLUDE
       
    55 
       
    56 
       
    57 
       
    58 LIBRARY ECOM.LIB                            // Symbian E-Com Plugin definitions and types
       
    59 LIBRARY euser.lib cone.lib                  // Symbian OS frameworklibraries
       
    60 LIBRARY avkon.lib                           // UI library
       
    61 LIBRARY bafl.lib                            // Basic Application Framework
       
    62 LIBRARY commonengine.lib                    // Series 60 common components
       
    63 LIBRARY eikcoctl.lib eiksrv.lib             // Eikon libraries
       
    64 LIBRARY eikdlg.lib                          // Eikon dialogs
       
    65 LIBRARY estor.lib                           // for Cover Display UI support
       
    66 LIBRARY FeatMgr.lib                         // for fetching if Cover Display is supported
       
    67 LIBRARY centralrepository.lib               // Central Repository
       
    68 LIBRARY efsrv.lib                           // File server
       
    69 LIBRARY eikcore.lib                         // for icons
       
    70 LIBRARY aknskins.lib 
       
    71 LIBRARY aknskinsrv.lib
       
    72 LIBRARY aknicon.lib
       
    73 LIBRARY egul.lib
       
    74 LIBRARY usbman.lib                          // for personality IDs and descriptions
       
    75 LIBRARY aknnotifierwrapper.lib              // Avkon's notifier wrapper
       
    76 LIBRARY         apparc.lib 
       
    77 LIBRARY akncapserverclient.lib              // for suppressing the application key
       
    78 LIBRARY hbcore.lib
       
    79 
       
    80 DEBUGLIBRARY flogger.lib                    // File logging services
       
    81 
       
    82 // End of File