videofeeds/vcxnotifier/group/vcxnotifierplugin.mmp
changeset 0 96612d01cf9f
child 1 6711b85517b7
equal deleted inserted replaced
-1:000000000000 0:96612d01cf9f
       
     1 /*
       
     2 * Copyright (c) 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 the License "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 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 #include <platform_paths.hrh>
       
    22 #include <bldvariant.hrh>
       
    23 
       
    24 //OPTION ARMCC --asm --interleave
       
    25 ALWAYS_BUILD_AS_ARM
       
    26 
       
    27 TARGET          vcxnotifierplugin.dll
       
    28 CAPABILITY      CAP_ECOM_PLUGIN
       
    29 TARGETTYPE      PLUGIN 
       
    30 VENDORID        VID_DEFAULT
       
    31 
       
    32 UID             0x10009D8D  0x20016BA4
       
    33 
       
    34 USERINCLUDE     ../inc
       
    35 USERINCLUDE     ../../utils/inc
       
    36 USERINCLUDE     ../../vccommon/conf
       
    37 
       
    38 APP_LAYER_SYSTEMINCLUDE 
       
    39 
       
    40 SOURCEPATH      ../src
       
    41 SOURCE          vcxnotifierplugin.cpp
       
    42 SOURCE          vcxnotifier.cpp
       
    43 
       
    44 
       
    45 SOURCEPATH      ../rss
       
    46 START RESOURCE        vcxnotifierplugin.rss
       
    47 END
       
    48 
       
    49 START RESOURCE  ../rss/vcxnotifier.rss
       
    50 HEADER
       
    51 LANGUAGE_IDS 
       
    52 END // RESOURCE
       
    53 
       
    54 LIBRARY         ECOM.LIB
       
    55 LIBRARY         EUSER.LIB
       
    56 LIBRARY         AKNNOTIFIERWRAPPER.LIB
       
    57 LIBRARY         FLOGGER.LIB
       
    58 LIBRARY         COMMONENGINE.LIB
       
    59 LIBRARY         CONE.LIB       
       
    60 LIBRARY         EIKSRV.LIB
       
    61 LIBRARY         AVKON.LIB 
       
    62 LIBRARY         EIKCDLG.LIB 
       
    63 LIBRARY         EIKCTL.LIB 
       
    64 LIBRARY         APGRFX.LIB
       
    65 LIBRARY         APPARC.LIB
       
    66 LIBRARY         WS32.lib 
       
    67 LIBRARY         EIKCOCTL.LIB 
       
    68 LIBRARY         EIKDLG.LIB
       
    69 LIBRARY         EIKCORE.LIB
       
    70 LIBRARY         IptvUtil.lib
       
    71