wlansecuritysettings/wifiprotectedsetup/group/wifiprotpluginstub.mmp
changeset 2 1c7bc153c08e
equal deleted inserted replaced
1:a3e2bfb0107c 2:1c7bc153c08e
       
     1 /*
       
     2 * Copyright (c) 2001-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 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: Project specification file for stub implementation of
       
    15                WiFiProt UI for non-WLAN products to support linking. 
       
    16 *
       
    17 */
       
    18 
       
    19 /*
       
    20 * %version: 1 %
       
    21 */
       
    22 
       
    23 #include <data_caging_paths.hrh>
       
    24 #include <platform_paths.hrh>
       
    25 
       
    26 TARGET      wifiprotpluginstub.dll
       
    27 
       
    28 TARGETTYPE  DLL
       
    29 
       
    30 TARGETPATH  /system/libs
       
    31 
       
    32 UID         0x101FDFAE 0x10281BC0      
       
    33 
       
    34 CAPABILITY CAP_GENERAL_DLL 
       
    35 
       
    36 VENDORID VID_DEFAULT
       
    37 
       
    38 
       
    39 SOURCEPATH  ../pluginsrc
       
    40 SOURCE      wifiprotpluginstub.cpp
       
    41 
       
    42 
       
    43 USERINCLUDE         ../plugininc
       
    44 
       
    45 // Component specific internal headers 
       
    46 USERINCLUDE         ../inc
       
    47 
       
    48 //Macro to /epoc32 headers
       
    49 MW_LAYER_SYSTEMINCLUDE
       
    50 
       
    51 LIBRARY     euser.lib
       
    52 LIBRARY     eiksrv.lib
       
    53 
       
    54 #if defined(ARMCC)
       
    55     DEFFILE ../eabi/wifiprotplugin.def
       
    56 #elif defined( WINSCW )
       
    57     DEFFILE ../bwinscw/wifiprotplugin.def
       
    58 #endif
       
    59 
       
    60 
       
    61 
       
    62 // End of File