usbuis/usbuinotif/group/usbuinotif.mmp
changeset 25 8c311f9acc5e
parent 8 7e15987c4500
child 26 0ae0f29418cd
equal deleted inserted replaced
8:7e15987c4500 25:8c311f9acc5e
     1 /*
     1 /*
     2 * Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    27 VENDORID	VID_DEFAULT
    27 VENDORID	VID_DEFAULT
    28 
    28 
    29 SOURCEPATH      ../src
    29 SOURCEPATH      ../src
    30 SOURCE          usbuinmain.cpp
    30 SOURCE          usbuinmain.cpp
    31 SOURCE	        usbnotifier.cpp
    31 SOURCE	        usbnotifier.cpp
       
    32 SOURCE          usbuincableconnectednotifier.cpp
    32 SOURCE          usbuinqueriesnotifiermdrv.cpp
    33 SOURCE          usbuinqueriesnotifiermdrv.cpp
    33 SOURCE          usbuinotifotgwarning.cpp
    34 SOURCE          usbuinotifotgwarning.cpp
    34 SOURCE          usbuinotifotgerror.cpp 
    35 SOURCE          usbuinotifotgerror.cpp 
    35 SOURCE          usbuinotifmsmmerror.cpp
    36 SOURCE          usbuinotifmsmmerror.cpp
    36 SOURCE          usbuinotifdialerwatcher.cpp
       
    37 
       
    38 
       
    39 
       
    40 // ECom resource file
    37 // ECom resource file
    41 START RESOURCE ../data/102068DC.rss
    38 START RESOURCE ../data/102068DC.rss
    42 TARGET  usbuinotif.rsc 
    39 TARGET  usbuinotif.rsc 
    43 END	
    40 END	
    44 
    41 
    49 LANGUAGE_IDS
    46 LANGUAGE_IDS
    50 END
    47 END
    51 
    48 
    52 USERINCLUDE     ../inc
    49 USERINCLUDE     ../inc
    53 
    50 
    54 SYSTEMINCLUDE         ../../inc ../../../inc MW_LAYER_PLATFORM_EXPORT_PATH(SecondaryDisplay/)    //for internal and private API headers
    51 SYSTEMINCLUDE         ../../inc ../../../inc MW_LAYER_PLATFORM_EXPORT_PATH(secondarydisplay/)    //for internal and private API headers
    55 SYSTEMINCLUDE   /epoc32/include/ecom
    52 SYSTEMINCLUDE   /EPOC32/INCLUDE/ECOM
       
    53 SYSTEMINCLUDE   /epoc32/include/mw/hb/hbcore 
    56 MW_LAYER_SYSTEMINCLUDE
    54 MW_LAYER_SYSTEMINCLUDE
    57 
    55 
    58 
    56 
    59 
    57 
    60 LIBRARY ECOM.LIB                            // Symbian E-Com Plugin definitions and types
    58 LIBRARY ECOM.LIB                            // Symbian E-Com Plugin definitions and types
    65 LIBRARY eikcoctl.lib eiksrv.lib             // Eikon libraries
    63 LIBRARY eikcoctl.lib eiksrv.lib             // Eikon libraries
    66 LIBRARY eikdlg.lib                          // Eikon dialogs
    64 LIBRARY eikdlg.lib                          // Eikon dialogs
    67 LIBRARY estor.lib                           // for Cover Display UI support
    65 LIBRARY estor.lib                           // for Cover Display UI support
    68 LIBRARY FeatMgr.lib                         // for fetching if Cover Display is supported
    66 LIBRARY FeatMgr.lib                         // for fetching if Cover Display is supported
    69 LIBRARY centralrepository.lib               // Central Repository
    67 LIBRARY centralrepository.lib               // Central Repository
    70 LIBRARY aknmemorycardui.lib                 // for unlocking the MMC
       
    71 LIBRARY efsrv.lib                           // File server
    68 LIBRARY efsrv.lib                           // File server
    72 LIBRARY eikcore.lib                         // for icons
    69 LIBRARY eikcore.lib                         // for icons
    73 LIBRARY aknskins.lib 
    70 LIBRARY aknskins.lib 
    74 LIBRARY aknskinsrv.lib
    71 LIBRARY aknskinsrv.lib
    75 LIBRARY aknicon.lib
    72 LIBRARY aknicon.lib
    76 LIBRARY egul.lib
    73 LIBRARY egul.lib
    77 LIBRARY usbman.lib                          // for personality IDs and descriptions
    74 LIBRARY usbman.lib                          // for personality IDs and descriptions
    78 LIBRARY aknnotifierwrapper.lib              // Avkon's notifier wrapper
    75 LIBRARY aknnotifierwrapper.lib              // Avkon's notifier wrapper
    79 LIBRARY         apparc.lib 
    76 LIBRARY         apparc.lib 
    80 LIBRARY akncapserverclient.lib              // for suppressing the application key
    77 LIBRARY akncapserverclient.lib              // for suppressing the application key
    81 LIBRARY viewcli.lib 
    78 LIBRARY hbcore.lib
    82 LIBRARY featmgr.lib
       
    83 
    79 
    84 DEBUGLIBRARY flogger.lib                    // File logging services
    80 DEBUGLIBRARY flogger.lib                    // File logging services
    85 
    81 
    86 // End of File
    82 // End of File