uiacceltk/hitchcock/tsrc/alfdebugextension/group/alfdebugserver.mmp
changeset 0 15bf7259bb7c
equal deleted inserted replaced
-1:000000000000 0:15bf7259bb7c
       
     1 /*
       
     2 * Copyright (c) 2007 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 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <bldvariant.hrh>
       
    21 #include "../inc/alfdebuguid.h"
       
    22 
       
    23 TARGET          alfdebugserver.dll
       
    24 TARGETTYPE      PLUGIN
       
    25 UID             0x10009d8d KAlfDebugServerExtensionPluginUid
       
    26 
       
    27 CAPABILITY      CAP_ECOM_PLUGIN
       
    28 VENDORID        VID_DEFAULT
       
    29 
       
    30 USERINCLUDE     ../inc
       
    31 USERINCLUDE     .
       
    32 
       
    33 #include <platform_paths.hrh>
       
    34 MW_LAYER_SYSTEMINCLUDE
       
    35 
       
    36 
       
    37 SYSTEMINCLUDE   /epoc32/include/ecom
       
    38 SYSTEMINCLUDE   ../../../../../inc
       
    39 
       
    40 SOURCEPATH      ../data
       
    41 START RESOURCE  alfdebugserver.rss
       
    42 END
       
    43 
       
    44 SOURCEPATH      ../src
       
    45 SOURCE          alfdebugserver.cpp
       
    46 
       
    47 LIBRARY         ECOM.LIB
       
    48 LIBRARY         euser.lib
       
    49 LIBRARY         alfappservercore.lib
       
    50 LIBRARY         apparc.lib
       
    51 LIBRARY         avkon.lib 
       
    52 LIBRARY         eikcore.lib 
       
    53 LIBRARY         cone.lib
       
    54 LIBRARY         hitchcock.lib
       
    55