usbuis/usbuinotif/group/usbuinotif.mmp
changeset 53 ff06ad965fd1
parent 52 831068540b07
child 58 c3241a5ac9ff
equal deleted inserted replaced
52:831068540b07 53:ff06ad965fd1
     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  
       
    43 MW_LAYER_SYSTEMINCLUDE
       
    44 USERINCLUDE     ../inc ../../inc ../../../inc
       
    45 
       
    46 
       
    47 LIBRARY ECOM.LIB                            // Symbian E-Com Plugin definitions and types
       
    48 LIBRARY euser.lib cone.lib                  // Symbian OS frameworklibraries
       
    49 LIBRARY bafl.lib                            // Basic Application Framework
       
    50 LIBRARY commonengine.lib                    // Series 60 common components
       
    51 LIBRARY eikcoctl.lib eiksrv.lib             // Eikon libraries
       
    52 LIBRARY centralrepository.lib               // Central Repository
       
    53 LIBRARY efsrv.lib                           // File server
       
    54 LIBRARY eikcore.lib                         // for icons
       
    55 LIBRARY aknskins.lib 
       
    56 LIBRARY aknskinsrv.lib
       
    57 LIBRARY aknicon.lib
       
    58 LIBRARY egul.lib
       
    59 LIBRARY usbman.lib                          // for personality IDs and descriptions
       
    60 LIBRARY         apparc.lib 
       
    61 LIBRARY hbcore.lib
       
    62 LIBRARY hbwidgets.lib
       
    63 DEBUGLIBRARY flogger.lib                    // File logging services
       
    64 
       
    65 // End of File