securitydialogs/simlockui/group/SimLockUI.mmp
branchRCL_3
changeset 50 03674e5abf46
equal deleted inserted replaced
49:09b1ac925e3f 50:03674e5abf46
       
     1 /*
       
     2 * ============================================================================
       
     3 *  Name        : simlockui.mmp
       
     4 *  Part of     : SimLock UI
       
     5 *  Description : SimLock UI mmp file
       
     6 *  Version     : 
       
     7 *
       
     8 * Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies).
       
     9 * All rights reserved.
       
    10 * This component and the accompanying materials are made available
       
    11 * under the terms of "Eclipse Public License v1.0"
       
    12 * which accompanies this distribution, and is available
       
    13 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
    14 *
       
    15 * Initial Contributors:
       
    16 * Nokia Corporation - initial contribution.
       
    17 *
       
    18 * Contributors:
       
    19 *
       
    20 * Description:   Build info file for Ado domain appinstall 
       
    21 * ============================================================================
       
    22 */
       
    23 
       
    24 #include "../inc/simlockui.hrh"
       
    25 #include <data_caging_paths.hrh>
       
    26 #include <platform_paths.hrh>
       
    27 CAPABILITY CAP_APPLICATION
       
    28 
       
    29 TARGETPATH        /sys/bin
       
    30 TARGET            simlockui.exe
       
    31 TARGETTYPE        exe
       
    32 
       
    33 UID               0x00000000 SIMLOCK_UI_UID3
       
    34 VENDORID          VID_DEFAULT
       
    35 
       
    36 LANGUAGE_IDS
       
    37 
       
    38 SOURCEPATH        ../src
       
    39 SOURCE            simlockui.cpp
       
    40 SOURCE            simlockuiapplication.cpp 
       
    41 SOURCE            simlockuibackgroundcontrol.cpp
       
    42 SOURCE            simlockuiappui.cpp
       
    43 SOURCE            simlockuidocument.cpp 
       
    44 SOURCE            simlockdatahandlingdelegate.cpp
       
    45 SOURCE            simlocktelephonyproxy.cpp
       
    46 
       
    47 USERINCLUDE       ../inc 
       
    48 SYSTEMINCLUDE     /epoc32/include/internal
       
    49 
       
    50 APP_LAYER_SYSTEMINCLUDE
       
    51 LIBRARY       euser.lib
       
    52 LIBRARY       apparc.lib
       
    53 LIBRARY       cone.lib 
       
    54 LIBRARY       eikcore.lib  
       
    55 LIBRARY       avkon.lib  
       
    56 LIBRARY       gdi.lib  
       
    57 LIBRARY       etel.lib
       
    58 LIBRARY       etelmm.lib
       
    59 LIBRARY       customapi.lib
       
    60 LIBRARY       commonengine.lib
       
    61 LIBRARY       aknskins.lib  
       
    62 LIBRARY       aknskinsrv.lib
       
    63 LIBRARY       aknswallpaperutils.lib
       
    64 LIBRARY       aknlayout2.lib
       
    65 LIBRARY       aknlayout2scalable.lib
       
    66 LIBRARY       cdlengine.lib
       
    67 LIBRARY       ws32.lib
       
    68 LIBRARY       etel3rdparty.lib
       
    69 LIBRARY       eikcoctl.lib
       
    70 
       
    71 SOURCEPATH    ../data
       
    72 
       
    73 // Main resource file
       
    74 START RESOURCE  simlockui.rss
       
    75 HEADER
       
    76 TARGETPATH  /resource/apps
       
    77 LANGUAGE_IDS
       
    78 END
       
    79 
       
    80 // Resource registration file
       
    81 START RESOURCE  simlockui_reg.rss
       
    82 TARGETPATH  /private/10003a3f/apps
       
    83 END
       
    84 
       
    85 
       
    86 // End of file.
       
    87