coreapplicationuis/NspsWsPlugin/group/NspsWsPlugin.mmp
changeset 0 2e3d3ce01487
child 21 c4cbaa4fb734
equal deleted inserted replaced
-1:000000000000 0:2e3d3ce01487
       
     1 /*
       
     2 * Copyright (c) 2002-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:  NspsWSPlugin .mmp file
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          NspsWsPlugin.DLL
       
    22 TARGETTYPE      ANI
       
    23 UID             0x10003B22 0x10005A15
       
    24 VENDORID        VID_DEFAULT
       
    25 CAPABILITY      CAP_GENERAL_DLL
       
    26 
       
    27 SOURCEPATH      ../src
       
    28 
       
    29 USERINCLUDE     ../inc
       
    30 USERINCLUDE     ../../inc // subsystem headers
       
    31 USERINCLUDE     ../../../inc // ado headers 
       
    32 MW_LAYER_SYSTEMINCLUDE
       
    33 
       
    34 SOURCE          NspsWsPlugin.cpp
       
    35 SOURCE          NspsWsPluginDll.cpp
       
    36 
       
    37 LIBRARY         EUSER.LIB
       
    38 
       
    39 EXPORTUNFROZEN
       
    40 
       
    41 START WINS
       
    42     baseaddress 0x7dcf0000
       
    43 END