pnpmobileservices/pnpms/group/PnpPaosFilter.mmp
changeset 18 7d11f9a6646f
parent 4 75a71fdb4c92
child 21 c707676bf59f
equal deleted inserted replaced
4:75a71fdb4c92 18:7d11f9a6646f
     1 /*
       
     2 * Copyright (c) 2005-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 PnpPaosFilter
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // To get the APP_LAYER_SYSTEMINCLUDE-definition
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET          pnppaosfilter.dll
       
    23 TARGETTYPE      PLUGIN
       
    24 CAPABILITY      CAP_ECOM_PLUGIN
       
    25 VENDORID        VID_DEFAULT
       
    26 
       
    27 // ECom filter UID followed by Unique 3rd UID
       
    28 UID             0x10009D8D 0x10272D33
       
    29 
       
    30 SOURCEPATH      ../PnpPaosFilter/src
       
    31 SOURCE          PnpPaosFilter.cpp
       
    32 SOURCE          PnpPaosFilterDll.cpp
       
    33 SOURCE          PnpPaosXml.cpp
       
    34 
       
    35 // Default system include paths for application layer modules.
       
    36 APP_LAYER_SYSTEMINCLUDE
       
    37 
       
    38 SYSTEMINCLUDE   /epoc32/include/ecom
       
    39 
       
    40 START RESOURCE ../data/10272D33.rss
       
    41 TARGET pnppaosfilter.rsc
       
    42 END
       
    43 
       
    44 LIBRARY         bafl.lib pnp.lib
       
    45 LIBRARY         euser.lib
       
    46 LIBRARY         http.lib
       
    47 LIBRARY         inetprotutil.lib
       
    48 LIBRARY         ecom.lib
       
    49 LIBRARY         xmlframework.lib
       
    50 LIBRARY         efsrv.lib
       
    51 LIBRARY         apgrfx.lib		// RApaLsSession
       
    52 LIBRARY         apparc.lib		// CApaCommandLine
       
    53 LIBRARY         sysutil.lib
       
    54 LIBRARY         centralrepository.lib
       
    55 DEBUGLIBRARY    flogger.lib     // for logging
       
    56 
       
    57 SMPSAFE