usbengines/usblocodplugin/group/usblocodplugin.mmp
changeset 0 1e05558e2206
child 23 25fce757be94
equal deleted inserted replaced
-1:000000000000 0:1e05558e2206
       
     1 /*
       
     2 * Copyright (c) 2006 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 USB LCD plugin
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21  
       
    22 TARGET                  usblocodplugin.dll
       
    23 TARGETTYPE              PLUGIN
       
    24 
       
    25 UID                     0x10009D8D 0x102823DD
       
    26 
       
    27 CAPABILITY              CAP_ECOM_PLUGIN
       
    28 VENDORID                VID_DEFAULT
       
    29 
       
    30 SOURCEPATH              ../src
       
    31 SOURCE                  usblcdplugin.cpp
       
    32 SOURCE                  usblcdactive.cpp
       
    33 SOURCE                  proxy.cpp
       
    34 
       
    35 SOURCEPATH              ../data
       
    36 START RESOURCE          0x102823dd.rss
       
    37 TARGET                  usblocodplugin.rsc
       
    38 END // RESOURCE
       
    39 
       
    40 USERINCLUDE             ../inc 
       
    41 
       
    42 SYSTEMINCLUDE           ../../../inc
       
    43 SYSTEMINCLUDE           /epoc32/include/ecom 
       
    44 
       
    45 MW_LAYER_SYSTEMINCLUDE
       
    46 
       
    47 LIBRARY                 euser.lib  // Kernel API
       
    48 LIBRARY                 ECom.lib   // ECOM framework API
       
    49 LIBRARY                 usbman.lib // RUSB API (USB Manager)
       
    50 
       
    51 #include <usb/usblogger.mmh>