pnpmobileservices/pnpms/group/recnhwr.mmp
changeset 18 7d11f9a6646f
parent 4 75a71fdb4c92
child 21 c707676bf59f
equal deleted inserted replaced
4:75a71fdb4c92 18:7d11f9a6646f
     1 /*
       
     2 * Copyright (c) 2004-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 project RecNhwr
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // To get the APP_LAYER_SYSTEMINCLUDE-definition
       
    20 #include <platform_paths.hrh>
       
    21 #include "bldvariant.hrh"
       
    22 
       
    23 target          recnhwr.dll
       
    24 targettype      PLUGIN
       
    25 UID             0x10009D8D 0x1020433B
       
    26 
       
    27 START RESOURCE  ../PnP/recnhwr/1020433B.rss
       
    28 TARGET          recnhwr.rsc
       
    29 END
       
    30 
       
    31 CAPABILITY      CAP_RECOGNISER
       
    32 VENDORID        VID_DEFAULT
       
    33 
       
    34 SOURCEPATH      ../PnP/recnhwr
       
    35 SOURCE          recnhwr.cpp
       
    36 
       
    37 USERINCLUDE     ../PnP/recnhwr
       
    38 
       
    39 // Default system include paths for application layer modules.
       
    40 APP_LAYER_SYSTEMINCLUDE
       
    41 SYSTEMINCLUDE   /epoc32/include/ecom    // needed by ecom plugins
       
    42 
       
    43 LIBRARY         euser.lib	
       
    44 LIBRARY         apmime.lib
       
    45 LIBRARY         efsrv.lib
       
    46 DEBUGLIBRARY    flogger.lib
       
    47 
       
    48 SMPSAFE