wlansecuritysettings/wepsecuritysettingsui/group/wepsecuritysettingsuistub.mmp
changeset 2 1c7bc153c08e
child 7 7b8801c4c2d9
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 *              WEP UI for non-WLAN products to support linking
       
    16 *
       
    17 */
       
    18 
       
    19 /*
       
    20 * %version: 3 %
       
    21 */
       
    22 
       
    23 #include <data_caging_paths.hrh>
       
    24 #include <platform_paths.hrh>
       
    25 
       
    26 TARGET      wepsecuritysettingsuistub.dll
       
    27 TARGETTYPE  DLL
       
    28 
       
    29 CAPABILITY CAP_GENERAL_DLL
       
    30 VENDORID VID_DEFAULT
       
    31 
       
    32 SOURCEPATH ../src
       
    33 
       
    34 SOURCE wepsecuritysettingsstub.cpp
       
    35 SOURCE wepsecuritysettingsuistub.cpp
       
    36 
       
    37 // Component specific internal headers 
       
    38 USERINCLUDE			../inc
       
    39 
       
    40 //Macro to /epoc32 headers
       
    41 MW_LAYER_SYSTEMINCLUDE
       
    42 
       
    43 LIBRARY euser.lib
       
    44 
       
    45 #if defined( WINSCW )
       
    46     DEFFILE ../BWinsCw/WEPSecuritySettingsUI_EKA2_ALR.def
       
    47 #else
       
    48     DEFFILE ../EABI/WEPSecuritySettingsUI_EKA2_ALR.def
       
    49 #endif
       
    50 
       
    51 // End of File