devencdiskutils/DevEncStarter/group/DevEncStarter.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: 
       
    15 *     This is project specification file for the DevEncStarter
       
    16 *     
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 #include <defaultcaps.hrh>
       
    22 #include <data_caging_paths.hrh>
       
    23 #include <platform_paths.hrh>
       
    24 #include "../../common/DevEncUids.hrh"
       
    25 
       
    26 TARGET      DevEncStarter.exe
       
    27 TARGETTYPE  exe
       
    28 UID         0x0 KDevEncStarterUid
       
    29 
       
    30 VENDORID    VID_DEFAULT
       
    31 CAPABILITY  CAP_APPLICATION ReadDeviceData WriteDeviceData SwEvent DiskAdmin 
       
    32 
       
    33 SOURCEPATH ../src
       
    34 SOURCE  DevEncStarter.cpp      
       
    35 SOURCE  DevEncStarterEngine.cpp
       
    36 SOURCE  DevEncStarterUtils.cpp
       
    37 SOURCE  DevEncStarterMemoryEntity.cpp
       
    38 SOURCE  DevEncStarterMmcObserver.cpp
       
    39 SOURCE  DevEncStarterAppStarter.cpp
       
    40 SOURCE  DevEncStarterPropertyObserver.cpp
       
    41 
       
    42 SOURCEPATH      ../../common
       
    43 SOURCE          DevEncLog.cpp
       
    44 
       
    45 USERINCLUDE ../inc
       
    46 USERINCLUDE ../../common
       
    47 
       
    48 MW_LAYER_SYSTEMINCLUDE
       
    49 
       
    50 SOURCEPATH        ../data
       
    51 START RESOURCE DevEncStarter.rss
       
    52 HEADER
       
    53 TARGETPATH APP_RESOURCE_DIR
       
    54 LANGUAGE_IDS
       
    55 END 
       
    56 
       
    57 // TBI: Remove unnecessary libraries
       
    58 LIBRARY apgrfx.lib 
       
    59 LIBRARY apparc.lib 
       
    60 LIBRARY centralrepository.lib
       
    61 LIBRARY commonengine.lib
       
    62 LIBRARY cone.lib
       
    63 LIBRARY devenccommonutils.lib
       
    64 LIBRARY efsrv.lib
       
    65 LIBRARY euser.lib
       
    66 LIBRARY featmgr.lib
       
    67 LIBRARY secui.lib // for security settings
       
    68 LIBRARY sysutil.lib // for system startup state
       
    69 LIBRARY sisregistryclient.lib // for RSisRegistrySession
       
    70 DEBUGLIBRARY flogger.lib 
       
    71 
       
    72 // End of file