wlansecuritysettings/wlaneapsettingsui/group/EapTlsUi.mmp
changeset 0 c8830336c852
child 2 1c7bc153c08e
equal deleted inserted replaced
-1:000000000000 0:c8830336c852
       
     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: EAP TLS UI Project mmp file
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET          eaptlsui.lib
       
    23 TARGETTYPE      lib
       
    24 UID             0x1000008d 0x102072AB
       
    25 
       
    26 
       
    27 SOURCEPATH  ../EapTls/ConfigUi/src
       
    28 
       
    29 SOURCE      EapTlsUi.cpp
       
    30 SOURCE      EapTlsUiView.cpp
       
    31 SOURCE      EapTlsUiSettingArray.cpp
       
    32 
       
    33 
       
    34 USERINCLUDE     ../EapTls/ConfigUi/inc
       
    35 
       
    36 //Macro to /epoc32 headers
       
    37 MW_LAYER_SYSTEMINCLUDE
       
    38 APP_LAYER_SYSTEMINCLUDE
       
    39 
       
    40 // Resource files
       
    41 START RESOURCE ../data/EapTlsUi.rss
       
    42 
       
    43 HEADER
       
    44 TARGETPATH RESOURCE_FILES_DIR
       
    45 LANGUAGE_IDS
       
    46 
       
    47 END
       
    48 
       
    49 
       
    50 // End of File