accesspointcontrol/apcontrollistplugin/group/apcontrollistplugin.mmp
branchGCC_SURGE
changeset 49 faa5ef4f80da
parent 39 f10336de0cd6
parent 47 cb7afde124a3
equal deleted inserted replaced
39:f10336de0cd6 49:faa5ef4f80da
     1 /*
       
     2 * Copyright (c) 2005 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: 
       
    15 *     This is project specification file for the apcontrollistplugin.
       
    16 *
       
    17 *
       
    18 */
       
    19 
       
    20 #include <data_caging_paths.hrh>    //this is needed for RESOURCE_FILES_DIR
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 CAPABILITY          CAP_ECOM_PLUGIN
       
    24 TARGET              apcontrollistplugin.dll
       
    25 TARGETTYPE          PLUGIN
       
    26 UID                 0x10009D8D 0x10281BB4
       
    27 VENDORID            VID_DEFAULT
       
    28 
       
    29 SOURCEPATH          ../src
       
    30 SOURCE				apcontrollistapiwrapper.cpp
       
    31 SOURCE              apcontrollistbox.cpp
       
    32 SOURCE              apcontrollistboxmodel.cpp
       
    33 SOURCE              apcontrollistcapschange.cpp
       
    34 SOURCE              apcontrollistplugin.cpp
       
    35 SOURCE              apcontrollistplugincontainer.cpp 
       
    36 SOURCE              apcontrollistpluginimplementationtable.cpp
       
    37 SOURCE              apcontrollistpluginlogger.cpp
       
    38 
       
    39 USERINCLUDE         ../data
       
    40 
       
    41 // Component specific internal headers 
       
    42 USERINCLUDE			../inc
       
    43 
       
    44 // ADO specific internal headers 
       
    45 SYSTEMINCLUDE		../../../inc
       
    46 
       
    47 //Macro to /epoc32 headers
       
    48 MW_LAYER_SYSTEMINCLUDE
       
    49 
       
    50 #ifdef SYMBIAN_ENABLE_SPLIT_HEADERS
       
    51 APP_LAYER_SYSTEMINCLUDE
       
    52 #endif
       
    53 
       
    54 SOURCEPATH          ../data
       
    55 
       
    56 //ECOM resource definition
       
    57 START RESOURCE      10281BB4.rss
       
    58 TARGET              apcontrollistplugin.rsc
       
    59 END 
       
    60 // ECOM resource definition
       
    61 
       
    62 //apcontrollistplugin resources
       
    63 START RESOURCE      apcontrollistpluginrsc.rss
       
    64 HEADER
       
    65 TARGETPATH          RESOURCE_FILES_DIR
       
    66 LANGUAGE_IDS
       
    67 END
       
    68 
       
    69 LIBRARY             hlplch.lib      // for "Help" options menu
       
    70 LIBRARY             euser.lib
       
    71 LIBRARY             ecom.lib
       
    72 LIBRARY             efsrv.lib
       
    73 LIBRARY             avkon.lib
       
    74 LIBRARY             bafl.lib 
       
    75 LIBRARY             cone.lib 
       
    76 LIBRARY             eikcoctl.lib 
       
    77 LIBRARY             eikcore.lib
       
    78 LIBRARY             eikctl.lib
       
    79 LIBRARY             commonengine.lib//For RConeResourceLoader
       
    80 LIBRARY             GSFramework.lib
       
    81 LIBRARY             egul.lib        // CGulIcon
       
    82 LIBRARY             aknskins.lib    // AknsUtils.h
       
    83 LIBRARY             flogger.lib
       
    84 LIBRARY             GSEcomPlugin.lib
       
    85 LIBRARY             commonui.lib 
       
    86 LIBRARY 			aknnotify.lib 
       
    87 LIBRARY             centralrepository.lib
       
    88 LIBRARY 			etel.lib 
       
    89 LIBRARY 			etelmm.lib 
       
    90 LIBRARY 			customapi.lib 
       
    91 LIBRARY 			ws32.lib 
       
    92 LIBRARY 			FeatMgr.lib 
       
    93 
       
    94 
       
    95 // This is optional - used only by Codewarrior for convenience.
       
    96 DOCUMENT            10281BB4.rss