usbuis/rndisui/group/rndisrefusalnotifier.mmp
changeset 2 468cfcb53fd1
parent 1 705ec7b86991
child 3 47c263f7e521
equal deleted inserted replaced
1:705ec7b86991 2:468cfcb53fd1
     1 /*
       
     2 * Copyright (c) 2005-2009 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:  definition file for RNDIS refusal notifier
       
    15 *
       
    16 */
       
    17 
       
    18 #include "../inc/rndisrefusalnotifier.hrh"
       
    19 
       
    20 TARGET			rndisrefusalnotifier.dll
       
    21 TARGETTYPE		PLUGIN
       
    22 UID				0x10009D8D KUidNetworkConnectionRefusalNotifierValue
       
    23 CAPABILITY		CAP_ECOM_PLUGIN
       
    24 VENDORID		VID_DEFAULT
       
    25 
       
    26 DEFFILE			rndisrefusalnotifier.def
       
    27 
       
    28 USERINCLUDE		../inc
       
    29 
       
    30 MW_LAYER_SYSTEMINCLUDE
       
    31 
       
    32 SOURCEPATH		../src
       
    33 SOURCE			rndisrefusalnotifier.cpp 
       
    34 
       
    35 //Refusal notifier resource file
       
    36 START RESOURCE	../data/rndisrefusalnotifier.rss  
       
    37 	TARGET		rndisrefusalnotifier.rsc  
       
    38 END
       
    39 
       
    40 LIBRARY			euser.lib 
       
    41 LIBRARY			ecom.lib
       
    42 LIBRARY			eiksrv.lib
       
    43 
       
    44 NOEXPORTLIBRARY
       
    45 
       
    46 SMPSAFE