omaprovisioning/provisioning/AuthTypePlugin/Group/Authtypeplugin.mmp
changeset 0 b497e44ab2fc
child 25 b183ec05bd8c
equal deleted inserted replaced
-1:000000000000 0:b497e44ab2fc
       
     1 /*
       
     2 * Copyright (c) 2008 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 specification file for Authtypeplugin.
       
    15 *
       
    16 */
       
    17 
       
    18 #include <data_caging_paths.hrh>    //this is needed for RESOURCE_FILES_DIR
       
    19 
       
    20 // To get the MW_LAYER_SYSTEMINCLUDE-definition
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 CAPABILITY          CAP_ECOM_PLUGIN
       
    24 TARGET              authtypeplugin.dll
       
    25 TARGETTYPE          PLUGIN
       
    26 UID                 0x10009D8D 0x2001247C
       
    27 VENDORID            VID_DEFAULT
       
    28 
       
    29 SOURCEPATH          ../src
       
    30 
       
    31 
       
    32 SOURCE              Authtypeplugin.cpp
       
    33 SOURCE              AuthtypepluginImplementationTable.cpp 
       
    34 
       
    35 USERINCLUDE         ../data ../../Group
       
    36 USERINCLUDE         ../inc
       
    37 USERINCLUDE         ../../ProvisioningEngine/Inc
       
    38 
       
    39 
       
    40 SYSTEMINCLUDE       .
       
    41 SYSTEMINCLUDE       /epoc32/include/cshelp
       
    42 SYSTEMINCLUDE       /epoc32/include/ecom
       
    43 // Default system include paths for middleware layer modules.
       
    44 APP_LAYER_SYSTEMINCLUDE
       
    45 
       
    46 SOURCEPATH          ../data
       
    47 
       
    48 //ECOM resource definition
       
    49 START RESOURCE      2001247C.rss
       
    50 TARGET              authtypeplugin.rsc
       
    51 TARGETPATH          ECOM_RESOURCE_DIR
       
    52 END                 //  ECOM resource definition
       
    53 
       
    54 //OperatorLogo resources
       
    55 START RESOURCE      AuthtypepluginRsc.rss
       
    56 HEADER
       
    57 TARGETPATH          RESOURCE_FILES_DIR
       
    58 LANGUAGE_IDS  
       
    59 END // OperatorLogo resources
       
    60 
       
    61 LIBRARY             eikctl.lib aknnotify.lib eiksrv.lib 
       
    62 LIBRARY             aknskins.lib // AknsUtils.h
       
    63 LIBRARY             apgrfx.lib // RApaLsSession
       
    64 LIBRARY             apparc.lib
       
    65 LIBRARY             avkon.lib
       
    66 LIBRARY             bafl.lib
       
    67 LIBRARY             commdb.lib
       
    68 LIBRARY             commonengine.lib // RConeResourceLoader
       
    69 LIBRARY             cone.lib
       
    70 LIBRARY             ecom.lib
       
    71 LIBRARY             efsrv.lib
       
    72 LIBRARY             egul.lib // CGulIcon
       
    73 LIBRARY             eikcoctl.lib
       
    74 LIBRARY             eikcore.lib
       
    75 LIBRARY             euser.lib
       
    76 LIBRARY             featmgr.lib // FeatureManager
       
    77 LIBRARY             gsecomplugin.lib
       
    78 LIBRARY             gsframework.lib // Base classes
       
    79 LIBRARY             gslistbox.lib // CGSListBoxItemTextArray
       
    80 LIBRARY             hlplch.lib // HlpLauncher
       
    81 LIBRARY             ws32.lib
       
    82 LIBRARY		    akncapserverclient.lib centralrepository.lib provisioningengine.lib
       
    83 LIBRARY             aknicon.lib
       
    84 
       
    85 DEBUGLIBRARY        flogger.lib // RFileLogger
       
    86 
       
    87 
       
    88 SMPSAFE
       
    89 // End of File
       
    90