localconnectivityservice/lcstylustap/group/lcstylustap.mmp
branchRCL_3
changeset 39 4096754ee773
parent 38 3dcb815346df
child 40 52a167391590
equal deleted inserted replaced
38:3dcb815346df 39:4096754ee773
     1 /*
       
     2 * Copyright (c) 2007-2009 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:  This is  plug in to UI Framework Core
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include  <data_caging_paths.hrh>    // For RESOURCE_FILES_DIR
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 //EPOCALLOWDLLDATA
       
    24 
       
    25 CAPABILITY          CAP_ECOM_PLUGIN
       
    26 
       
    27 TARGET              lcstylustap.dll
       
    28 TARGETTYPE          PLUGIN
       
    29 UID                 0x10009D8D 0x10204DAE  
       
    30 VENDORID            VID_DEFAULT
       
    31 
       
    32 
       
    33 SOURCEPATH  ../src
       
    34 SOURCE      lcstylustapproxy.cpp
       
    35 SOURCE      lcstylustap.cpp
       
    36 SOURCE      lcstylustapdismount.cpp
       
    37 SOURCE      forcedismounttimer.cpp
       
    38 
       
    39 
       
    40 //User include paths
       
    41 USERINCLUDE     ../inc
       
    42 
       
    43 
       
    44 //System include paths
       
    45 MW_LAYER_SYSTEMINCLUDE
       
    46 SYSTEMINCLUDE   /epoc32/include/ecom
       
    47 
       
    48 SOURCEPATH      ../data
       
    49 
       
    50 START RESOURCE  10204DAE.rss  
       
    51 TARGET          lcstylustap.rsc
       
    52 END
       
    53 
       
    54 
       
    55 START RESOURCE  lcstylustaprsc.rss
       
    56 HEADER
       
    57 TARGET          lcstylustaprsc.rsc
       
    58 TARGETPATH      RESOURCE_FILES_DIR
       
    59 LANGUAGE_IDS
       
    60 END
       
    61 
       
    62 
       
    63 LIBRARY			ecom.lib
       
    64 LIBRARY			euser.lib
       
    65 LIBRARY			bafl.lib 
       
    66 LIBRARY			avkon.lib
       
    67 LIBRARY			cone.lib 
       
    68 LIBRARY			commonengine.lib
       
    69 LIBRARY			efsrv.lib
       
    70 
       
    71 LIBRARY			flogger.lib
       
    72 
       
    73