uiacceltk/hitchcock/AlfCommandDebug/group/alfcommanddebug.mmp
changeset 0 15bf7259bb7c
child 60 5dafecb0892a
equal deleted inserted replaced
-1:000000000000 0:15bf7259bb7c
       
     1 /*
       
     2 * Copyright (c) 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 "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 project alfcommanddebug
       
    15 *
       
    16 */
       
    17 
       
    18 // Uncomment in lines alfcommanddebug.dll and alfcommanddescriptions.rsg in alfred.iby when using this in rom image. 
       
    19 
       
    20 #include <data_caging_paths.hrh>
       
    21 #include <bldvariant.hrh>
       
    22 #include <platform_paths.hrh>
       
    23 
       
    24 TARGETTYPE DLL
       
    25 TARGET alfcommanddebug.dll
       
    26 
       
    27 UID 0 0x20022F32
       
    28 
       
    29 SYSTEMINCLUDE /epoc32/include 
       
    30 SYSTEMINCLUDE ../../CommonInc
       
    31 
       
    32 MW_LAYER_SYSTEMINCLUDE
       
    33 
       
    34 SOURCEPATH ../src
       
    35 SOURCE alfcommanddebug.cpp
       
    36 
       
    37 CAPABILITY              CAP_GENERAL_DLL
       
    38 VENDORID                VID_DEFAULT
       
    39 
       
    40 SOURCEPATH      ../group
       
    41 START RESOURCE alfcommanddescriptions.rss
       
    42 HEADER
       
    43 TARGETPATH ECOM_RESOURCE_DIR
       
    44 END
       
    45 
       
    46 
       
    47 LIBRARY     euser.lib
       
    48 LIBRARY     bafl.lib
       
    49 LIBRARY     commonengine.lib        // Resource loader
       
    50 LIBRARY     efsrv.lib
       
    51 LIBRARY     flogger.lib
       
    52 LIBRARY     ws32.lib 
       
    53