remotelock/RemoteLockEngine/Group/RemoteLockEngine.mmp
changeset 0 164170e6151a
equal deleted inserted replaced
-1:000000000000 0:164170e6151a
       
     1 /*
       
     2 * Copyright (c) 2006 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:  Project definition file for RemoteLock
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 #include <data_caging_paths.hrh>
       
    20 
       
    21 TARGET              RLock.exe
       
    22 TARGETTYPE          exe
       
    23 UID                 0x00000000 0x101FB653
       
    24 
       
    25 VENDORID            VID_DEFAULT
       
    26 CAPABILITY          CAP_APPLICATION DiskAdmin
       
    27 
       
    28 USERINCLUDE         ../Inc
       
    29 USERINCLUDE         ../../Inc
       
    30 APP_LAYER_SYSTEMINCLUDE
       
    31 
       
    32 SOURCEPATH          ../Src
       
    33 SOURCE              RemoteLock.cpp
       
    34 SOURCE              RLLockObserver.cpp
       
    35 
       
    36 
       
    37 START RESOURCE      ../../Data/RemoteLock.rss
       
    38 HEADER
       
    39 TARGETPATH          APP_RESOURCE_DIR
       
    40 LANGUAGE_IDS
       
    41 END
       
    42 
       
    43 LIBRARY             euser.lib 
       
    44 LIBRARY             msgs.lib 
       
    45 LIBRARY             RLockSettings.lib
       
    46 LIBRARY             efsrv.lib       
       
    47 LIBRARY             smcm.lib
       
    48 LIBRARY             gsmu.lib 
       
    49 LIBRARY             bafl.lib 
       
    50 LIBRARY             platformEnv.lib
       
    51 LIBRARY             charconv.lib
       
    52 LIBRARY             centralrepository.lib
       
    53 LIBRARY             CenRepNotifHandler.lib
       
    54 LIBRARY             CommonEngine.lib
       
    55 
       
    56 SMPSAFE