syncmlfw/dm/wappushalert/bld/nsmldmwappushalert.mmp
changeset 0 b497e44ab2fc
child 25 b183ec05bd8c
equal deleted inserted replaced
-1:000000000000 0:b497e44ab2fc
       
     1 /*
       
     2 * Copyright (c) 2003 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: Implementation of syncmlfw/dm component
       
    15 * 	This is part of syncmlfw.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #include <defaultcaps.hrh>
       
    21 #include  <platform_paths.hrh>
       
    22 
       
    23 
       
    24 TARGET          nsmldmwappushalert.dll
       
    25 TARGETTYPE	PLUGIN
       
    26 UID             0x10009D8D 0x101F6DE3
       
    27 CAPABILITY	CAP_ECOM_PLUGIN
       
    28 VENDORID 	VID_DEFAULT
       
    29 
       
    30 
       
    31 MW_LAYER_SYSTEMINCLUDE
       
    32 SYSTEMINCLUDE 	/epoc32/include/ecom
       
    33 SYSTEMINCLUDE 	/epoc32/include/push
       
    34 #ifdef SYMBIAN_ENABLE_SPLIT_HEADERS
       
    35 SYSTEMINCLUDE		/epoc32/include/platform/mw/push
       
    36 #endif
       
    37 
       
    38 SOURCEPATH      ../src
       
    39 
       
    40 USERINCLUDE     ../inc 
       
    41 USERINCLUDE     ../../inc 
       
    42 
       
    43 START RESOURCE	101F6DE3.rss
       
    44 TARGET		nsmldmwappushalert.rsc
       
    45 END
       
    46 
       
    47 SOURCE          nsmldmwappushalert.cpp
       
    48 
       
    49 LIBRARY         euser.lib 
       
    50 LIBRARY         ecom.lib 
       
    51 LIBRARY         wappushutils.lib 
       
    52 LIBRARY         nsmldebug.lib
       
    53 LIBRARy		nsmlprivateapi.lib
       
    54 SMPSAFE