srsf/profileobserverplugin/group/vuipprofileobserverplugin.mmp
branchRCL_3
changeset 23 e36f3802f733
parent 0 bf1d17376201
equal deleted inserted replaced
22:cad71a31b7fc 23:e36f3802f733
       
     1 /*
       
     2 * Copyright (c) 2005-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:  Building information for profile observer plugin
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 
       
    22 TARGET          vuipprofileobserverplugin.dll
       
    23 
       
    24 #ifdef SYMBIAN_SECURE_ECOM
       
    25 TARGETTYPE      PLUGIN
       
    26 #else
       
    27 TARGETTYPE      ECOMIIC
       
    28 #endif
       
    29 
       
    30 UID             0x10009d8d 0x10281ced
       
    31 CAPABILITY		CAP_ECOM_PLUGIN
       
    32 
       
    33 SOURCEPATH      ../data
       
    34 
       
    35 START RESOURCE  10281ced.rss
       
    36 TARGET          vuipprofileobserverplugin.rsc
       
    37 TARGETPATH      ECOM_RESOURCE_DIR
       
    38 END
       
    39 
       
    40 // Plugin resources
       
    41 START RESOURCE      vcprofileobserver.rss 
       
    42 HEADER
       
    43 TARGETPATH          RESOURCE_FILES_DIR
       
    44 LANGUAGE_IDS
       
    45 END // Plugin resources
       
    46 
       
    47 USERINCLUDE     ../inc
       
    48 USERINCLUDE     ../../inc
       
    49 
       
    50 SOURCEPATH      ../src
       
    51 SOURCE          vcommandprofileobserver.cpp
       
    52 SOURCE          vuipprofileobserverplugin.cpp
       
    53 SOURCE          vuipprofileobserverecomsupport.cpp
       
    54 
       
    55 USERINCLUDE     ../../rubydebug
       
    56 
       
    57 
       
    58 // This is a SYSTEMINCLUDE macro containing the application
       
    59 // layer specific include directories
       
    60 APP_LAYER_SYSTEMINCLUDE
       
    61 
       
    62 SYSTEMINCLUDE   /epoc32/include/ecom
       
    63 // for CleanupResetAndDestroy declared in mmfcontrollerpluginresolver.h
       
    64 SYSTEMINCLUDE /epoc32/include/mmf/common
       
    65 
       
    66 
       
    67 LIBRARY     	euser.lib 
       
    68 LIBRARY         bafl.lib // for CDesCArrayFlat
       
    69 LIBRARY         profileengine.lib
       
    70 LIBRARY         profileeng.lib
       
    71 LIBRARY         vcommandhandler.lib
       
    72 LIBRARY         cone.lib
       
    73 LIBRARY         efsrv.lib
       
    74 
       
    75 /* @todo remove */
       
    76 LIBRARY         ecom.lib