apengine/apsettingsplugin/group/ApSettingsPlugin.mmp
branchRCL_3
changeset 58 83ca720e2b9a
parent 0 5a93021fdf25
equal deleted inserted replaced
57:05bc53fe583b 58:83ca720e2b9a
       
     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 ApSettingsPlugin.
       
    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              ApSettingsPlugin.dll
       
    25 TARGETTYPE          PLUGIN
       
    26 UID                 0x10009D8D 0x1020736C
       
    27 VENDORID            VID_DEFAULT
       
    28 
       
    29 SOURCEPATH          ../src
       
    30 SOURCE              APSettingsPlugin.cpp
       
    31 SOURCE              ApSettingsPluginImplementationTable.cpp
       
    32 SOURCE              utilities.cpp
       
    33 
       
    34 // Component specific internal headers 
       
    35 USERINCLUDE			../inc
       
    36 
       
    37 // ADO specific internal headers 
       
    38 SYSTEMINCLUDE		../../../inc
       
    39 
       
    40 //Macro to /epoc32 headers
       
    41 MW_LAYER_SYSTEMINCLUDE
       
    42 
       
    43 SOURCEPATH          ../data
       
    44 
       
    45 //ECOM resource definition
       
    46 START RESOURCE      1020736C.rss
       
    47 TARGET              ApSettingsPlugin.rsc
       
    48 END // ECOM resource definition
       
    49 
       
    50 //ApSettingsPlugin resources
       
    51 START RESOURCE      ApSettingsPluginRsc.rss
       
    52 HEADER
       
    53 TARGETPATH          RESOURCE_FILES_DIR
       
    54 LANGUAGE_IDS
       
    55 END // ApSettingsPlugin resources
       
    56 
       
    57 LIBRARY             euser.lib
       
    58 LIBRARY             ecom.lib
       
    59 LIBRARY             efsrv.lib
       
    60 LIBRARY             avkon.lib
       
    61 LIBRARY             bafl.lib 
       
    62 LIBRARY             cone.lib 
       
    63 LIBRARY             eikcoctl.lib 
       
    64 LIBRARY             eikcore.lib 
       
    65 LIBRARY             commonengine.lib//For RConeResourceLoader
       
    66 LIBRARY             GSFramework.lib
       
    67 LIBRARY             egul.lib // CGulIcon
       
    68 LIBRARY             aknskins.lib // AknsUtils.h
       
    69 LIBRARY             ApSettingsHandlerUI.lib //ApSettingsHandlerUI.h
       
    70 LIBRARY             GSEcomPlugin.lib
       
    71 LIBRARY             commonui.lib 
       
    72 LIBRARY 			aknnotify.lib
       
    73 LIBRARY	            centralrepository.lib
       
    74 LIBRARY             cmmanager.lib
       
    75 
       
    76 
       
    77