omaprovisioning/provisioning/accesspointadapter/group/WPAPAdapter.mmp
branchRCL_3
changeset 25 b183ec05bd8c
parent 24 13d7c31c74e0
child 26 19bba8228ff0
equal deleted inserted replaced
24:13d7c31c74e0 25:b183ec05bd8c
     1 /*
       
     2 * Copyright (c) 2002-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 accesspoint adapter.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 #include <data_caging_paths.hrh>
       
    22 #include <bldvariant.hrh>
       
    23 
       
    24 TARGET          WPAPAdapter.dll
       
    25 TARGETTYPE      PLUGIN
       
    26 UID             0x10009D8D 0x101F84D8
       
    27 
       
    28 
       
    29 VENDORID        VID_DEFAULT
       
    30 CAPABILITY      CAP_ECOM_PLUGIN
       
    31 
       
    32 SOURCEPATH      ../Src
       
    33 SOURCE          CWPAPAdapter.cpp 
       
    34 SOURCE          CWPAPItemBase.cpp
       
    35 SOURCE          CWPAPAccesspointItem.cpp
       
    36 SOURCE          CWPAPNapdef.cpp
       
    37 SOURCE          CWPAPLogicalProxy.cpp
       
    38 SOURCE          CWPAPPhysicalProxy.cpp
       
    39 SOURCE          CWPAPPort.cpp
       
    40 SOURCE          WPAPUtil.cpp
       
    41 SOURCE          WPAPAdapterPanics.cpp
       
    42 SOURCE          WPAPAdapterGroupProxy.cpp
       
    43 SOURCE          CWPLog.cpp
       
    44 
       
    45 SOURCEPATH      ../group
       
    46 
       
    47 START RESOURCE 101F84D8.rss
       
    48 TARGET WPAPAdapter.rsc
       
    49 END
       
    50 
       
    51 START RESOURCE WPAPAdapterResource.rss
       
    52 HEADER
       
    53 TARGET WPAPAdapterResource.rsc
       
    54 TARGETPATH RESOURCE_FILES_DIR
       
    55 LANGUAGE_IDS
       
    56 END  
       
    57 
       
    58 
       
    59 USERINCLUDE     ../Inc
       
    60 MW_LAYER_SYSTEMINCLUDE
       
    61 SYSTEMINCLUDE 	/epoc32/include/ecom
       
    62 
       
    63 LIBRARY         euser.lib
       
    64 LIBRARY         ProvisioningEngine.lib
       
    65 LIBRARY         apengine.lib
       
    66 LIBRARY         commdb.lib
       
    67 LIBRARY         FeatMgr.lib
       
    68 LIBRARY         ecom.lib
       
    69 LIBRARY 		centralrepository.lib
       
    70 LIBRARY			cmmanager.lib
       
    71 DEBUGLIBRARY    flogger.lib     // Only in debug builds
       
    72 
       
    73 // End of File