securitydialogs/Autolock/group/Autolock.mmp
branchRCL_3
changeset 50 03674e5abf46
equal deleted inserted replaced
49:09b1ac925e3f 50:03674e5abf46
       
     1 /*
       
     2 * Copyright (c) 2002 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 "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:  Makefile
       
    15 *     
       
    16 *
       
    17 */
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 #include <data_caging_paths.hrh>
       
    22 
       
    23 TARGET      autolock.exe
       
    24 TARGETTYPE  exe
       
    25 epocstacksize 0x5000
       
    26 
       
    27 UID  0x100039CE 0x100059B5
       
    28 
       
    29 VENDORID        VID_DEFAULT
       
    30 CAPABILITY      CAP_APPLICATION NetworkControl
       
    31 
       
    32 MACRO __NO_DOS__
       
    33 
       
    34 SOURCEPATH ../src
       
    35 SOURCE  AutolockApp.cpp 
       
    36 SOURCE  AutolockAppUi.cpp
       
    37 SOURCE  AutolockDocument.cpp
       
    38 SOURCE	AutolockContainer.cpp
       
    39 SOURCE  AutoLockModel.cpp
       
    40 SOURCE  AutoLockCenRepI.cpp
       
    41 SOURCE	AutoLockLockObserver.cpp
       
    42 SOURCE	AutoLockValueObserver.cpp
       
    43 SOURCE	AutoLockView.cpp
       
    44 SOURCE	AutolockWait.cpp
       
    45 SOURCE	AutoKeyGuardCenRepI.cpp
       
    46 SOURCE	AutoKeyguardObserver.cpp
       
    47 SOURCE  AutolockGripStatusObserver.cpp
       
    48 SOURCE  AutolockFpsStatusObserver.cpp
       
    49 
       
    50 
       
    51 START RESOURCE ../data/Autolock.rss
       
    52 HEADER
       
    53 
       
    54 TARGETPATH APP_RESOURCE_DIR
       
    55 
       
    56 LANGUAGE_IDS
       
    57 END //RESOURCE
       
    58 
       
    59 
       
    60 //s60 Integration
       
    61 START RESOURCE ../data/Autolock_reg.rss
       
    62 DEPENDS autolock.rsg
       
    63 TARGETPATH /private/10003a3f/apps
       
    64 END
       
    65 
       
    66 //S60 Integration
       
    67 
       
    68 USERINCLUDE . ../inc ../CenRep
       
    69 
       
    70 APP_LAYER_SYSTEMINCLUDE
       
    71 SYSTEMINCLUDE ../../../inc
       
    72 
       
    73 LIBRARY euser.lib apparc.lib cone.lib eikcore.lib 
       
    74 LIBRARY eikcoctl.lib avkon.lib
       
    75 LIBRARY	activitymanager.lib
       
    76 LIBRARY	apgrfx.lib
       
    77 LIBRARY ws32.lib secui.lib commonengine.lib
       
    78 LIBRARY etel.lib etelmm.lib eikdlg.lib 
       
    79 LIBRARY	sysutil.lib
       
    80 LIBRARY aknlayout.lib
       
    81 LIBRARY aknskins.lib
       
    82 LIBRARY centralrepository.lib
       
    83 LIBRARY cenrepnotifhandler.lib
       
    84 LIBRARY aknlayout2scalable.lib
       
    85 LIBRARY aknlayout2.lib 
       
    86 LIBRARY featmgr.lib
       
    87 LIBRARY aknicon.lib
       
    88 LIBRARY fbscli.lib
       
    89 LIBRARY scpclient.lib
       
    90 LIBRARY gdi.lib
       
    91 LIBRARY aknnotify.lib
       
    92 LIBRARY     customapi.lib
       
    93 LIBRARY		   keylockpolicyapi.lib
       
    94 
       
    95 
       
    96 SMPSAFE