wlansecuritysettings/wpasecuritysettingsui/group/wpasecuritysettingsuistub.mmp
branchRCL_3
changeset 46 c74b3d9f6b9e
equal deleted inserted replaced
45:bad0cc58d154 46:c74b3d9f6b9e
       
     1 /*
       
     2 * Copyright (c) 2001-2010 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 *              WPA UI for non-WLAN products to support linking. 
       
    16 *
       
    17 */
       
    18 
       
    19 /*
       
    20 * %version: 6 %
       
    21 */
       
    22 
       
    23 #include <data_caging_paths.hrh>
       
    24 #include <platform_paths.hrh>
       
    25 
       
    26 TARGET      wpasecuritysettingsuistub.dll
       
    27 TARGETTYPE  DLL
       
    28 
       
    29 CAPABILITY CAP_GENERAL_DLL
       
    30 VENDORID VID_DEFAULT
       
    31 
       
    32 SOURCEPATH ../src
       
    33 
       
    34 SOURCE wpasecuritysettingsstub.cpp
       
    35 SOURCE wpasecuritysettingsuistub.cpp
       
    36 
       
    37 // Component specific internal headers 
       
    38 USERINCLUDE			../inc
       
    39 
       
    40 //Macro to /epoc32 headers
       
    41 MW_LAYER_SYSTEMINCLUDE
       
    42 
       
    43 //Used libraries
       
    44 LIBRARY euser.lib
       
    45 
       
    46 #if defined(ARMCC)
       
    47     DEFFILE ../eabi/WPASecuritySettingsUI_EKA2_ALR.def
       
    48 #elif defined( WINSCW )
       
    49     DEFFILE ../bwinscw/WPASecuritySettingsUI_EKA2_ALR.def
       
    50 #endif
       
    51 
       
    52 // End of File