usbuis/usbuinotif/group/usbuinotif.mmp
changeset 43 4712310216c0
parent 0 1e05558e2206
child 44 5323ec7dc425
equal deleted inserted replaced
3:47c263f7e521 43:4712310216c0
    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 // ECom resource file
    37 // ECom resource file
    45 LANGUAGE_IDS
    46 LANGUAGE_IDS
    46 END
    47 END
    47 
    48 
    48 USERINCLUDE     ../inc
    49 USERINCLUDE     ../inc
    49 
    50 
    50 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
    51 SYSTEMINCLUDE   /epoc32/include/ecom
    52 SYSTEMINCLUDE   /EPOC32/INCLUDE/ECOM
       
    53 SYSTEMINCLUDE   /epoc32/include/mw/hb/hbcore 
    52 MW_LAYER_SYSTEMINCLUDE
    54 MW_LAYER_SYSTEMINCLUDE
    53 
    55 
    54 
    56 
    55 
    57 
    56 LIBRARY ECOM.LIB                            // Symbian E-Com Plugin definitions and types
    58 LIBRARY ECOM.LIB                            // Symbian E-Com Plugin definitions and types
    72 LIBRARY egul.lib
    74 LIBRARY egul.lib
    73 LIBRARY usbman.lib                          // for personality IDs and descriptions
    75 LIBRARY usbman.lib                          // for personality IDs and descriptions
    74 LIBRARY aknnotifierwrapper.lib              // Avkon's notifier wrapper
    76 LIBRARY aknnotifierwrapper.lib              // Avkon's notifier wrapper
    75 LIBRARY         apparc.lib 
    77 LIBRARY         apparc.lib 
    76 LIBRARY akncapserverclient.lib              // for suppressing the application key
    78 LIBRARY akncapserverclient.lib              // for suppressing the application key
       
    79 LIBRARY hbcore.lib
    77 
    80 
    78 DEBUGLIBRARY flogger.lib                    // File logging services
    81 DEBUGLIBRARY flogger.lib                    // File logging services
    79 
    82 
    80 // End of File
    83 // End of File