convergedconnectionhandler/cchclientapi/cchuinotif/ecom/cchuinotifwrapper.mmp
branchRCL_3
changeset 22 d38647835c2e
parent 0 a4daefaec16c
equal deleted inserted replaced
21:f742655b05bf 22:d38647835c2e
       
     1 /*
       
     2 * Copyright (c) 2008-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 definition file for project CCH UI Notifier plugin
       
    15 *                ECOM wrapper.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #include <data_caging_paths.hrh>
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 TARGET                  cchuinotifwrapper.dll
       
    24 TARGETTYPE              PLUGIN
       
    25 UID                     0x10009D8D 0x200195A6
       
    26 
       
    27 CAPABILITY              CAP_ECOM_PLUGIN
       
    28 VENDORID                VID_DEFAULT
       
    29 
       
    30 SOURCEPATH              .
       
    31 SOURCE                  cchuinotifwrapper.cpp
       
    32 
       
    33 START RESOURCE  		200195A6.rss
       
    34 #ifdef SYMBIAN_SECURE_ECOM 
       
    35 TARGET 					cchuinotifwrapper.rsc
       
    36 #endif
       
    37 END // RESOURCE
       
    38 
       
    39 USERINCLUDE             ../inc
       
    40 USERINCLUDE             ../../inc
       
    41 
       
    42 APP_LAYER_SYSTEMINCLUDE
       
    43 
       
    44 SYSTEMINCLUDE			/epoc32/include/ecom
       
    45 
       
    46 LIBRARY                 ecom.lib
       
    47 LIBRARY                 euser.lib
       
    48 LIBRARY                 aknnotifierwrapper.lib
       
    49