usbuis/usbui/USBClassChangeUIPlugin/group/USBClassChangeUIPlugin.mmp
branchGCC_SURGE
changeset 63 ef2686f7597e
parent 40 e84fb4c9218b
parent 57 62e6d990246c
child 70 8ba4a4a03bae
equal deleted inserted replaced
40:e84fb4c9218b 63:ef2686f7597e
     1 /*
       
     2 * Copyright (c) 2005-2007 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 specification file for the USBClassChangeUIPlugin.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 
       
    22 TARGET          USBClassChangeUIPlugin.dll 
       
    23 TARGETTYPE      PLUGIN
       
    24 
       
    25 // ECom Dll recognition UID followed by the unique UID for this dll
       
    26 UID             0x10009D8D  0x1020E472
       
    27 CAPABILITY      CAP_ECOM_PLUGIN
       
    28 VENDORID        VID_DEFAULT
       
    29 
       
    30 SOURCEPATH ../src
       
    31 SOURCE  USBClassChangeUIPluginImplementationTable.cpp
       
    32 SOURCE  USBClassChangeUIPluginView.cpp
       
    33 SOURCE  USBClassChangeUIPluginContainer.cpp
       
    34 SOURCE  USBClassChangeUIPluginModel.cpp
       
    35 SOURCE  USBClassChangeUIPluginCRWatcher.cpp
       
    36 SOURCE  USBDeviceStateWatcher.cpp 
       
    37 SOURCE  usbotghoststatewatcher.cpp
       
    38 
       
    39 // ECom resource file
       
    40 START RESOURCE ../data/1020E472.rss
       
    41 TARGET  USBClassChangeUIPlugin.rsc 
       
    42 END	
       
    43 
       
    44 START RESOURCE  ../data/USBClassChangeUIPlugin.rss
       
    45 TARGETPATH      RESOURCE_FILES_DIR
       
    46 HEADER
       
    47 LANGUAGE_IDS
       
    48 END
       
    49 
       
    50 USERINCLUDE ../inc
       
    51 USERINCLUDE ../../inc
       
    52 
       
    53 SYSTEMINCLUDE		../../../inc ../../../../inc     //for internal and private API headers
       
    54 SYSTEMINCLUDE   /epoc32/include/ecom
       
    55 APP_LAYER_SYSTEMINCLUDE
       
    56 
       
    57 LIBRARY euser.lib apparc.lib cone.lib eikcore.lib 
       
    58 LIBRARY eikcoctl.lib avkon.lib
       
    59 LIBRARY bafl.lib                            // Basic Application Framework 
       
    60 LIBRARY aknnotify.lib                       // Avkon global notes
       
    61 LIBRARY AknSkins.lib                        // Skinned icons
       
    62 LIBRARY aknicon.lib
       
    63 LIBRARY centralrepository.lib               // Central Repository
       
    64 LIBRARY commonengine.lib                    // Series 60 common components library
       
    65 LIBRARY eiksrv.lib      
       
    66 LIBRARY GSEcomPlugin.lib        
       
    67 LIBRARY ecom.lib
       
    68 LIBRARY usbman.lib
       
    69 LIBRARY usbwatcher.lib
       
    70 LIBRARY FeatMgr.lib                         // for fetching if help is supported
       
    71 LIBRARY hlplch.lib                          // Help library
       
    72 
       
    73 DEBUGLIBRARY flogger.lib                    // File logging services
       
    74 
       
    75 
       
    76 // End of File