uiacceltk/hitchcock/plugins/alftranseffect/alftfxserverplugin/group/AlfTfxSrvPlugin.mmp
changeset 0 15bf7259bb7c
equal deleted inserted replaced
-1:000000000000 0:15bf7259bb7c
       
     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:   This is the .mmp for building TFX Server Plugin
       
    15 *         			for the complementary transitions feature.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 #include <data_caging_paths.hrh>
       
    22 #include <platform_paths.hrh>
       
    23 // #include <TfxSrvEcomIds.h>
       
    24 
       
    25 TARGET tfxsrvplugin.dll
       
    26 
       
    27 TARGETTYPE PLUGIN 
       
    28 
       
    29 // We use the old uid for the time being.
       
    30 // We must use the old implementation uid as aknskin uses that,
       
    31 // but we could have a different uid for our dll.
       
    32 // second uid is KTfxSrvEcomDllUid from TfxSrvEcomIds.h
       
    33 UID 0x10009D8D 0x10282DBA 
       
    34 
       
    35 CAPABILITY CAP_ECOM_PLUGIN 
       
    36 VENDORID VID_DEFAULT
       
    37 
       
    38 TARGETPATH   /sys/bin  
       
    39 
       
    40 SOURCEPATH     ../src
       
    41 START RESOURCE 10282DBA.rss
       
    42 TARGET         tfxsrvplugin.rsc
       
    43 END
       
    44 
       
    45 // This is a SYSTEMINCLUDE macro containing the middleware
       
    46 // layer specific include directories
       
    47 MW_LAYER_SYSTEMINCLUDE
       
    48 
       
    49 SYSTEMINCLUDE	/epoc32/include/libc
       
    50 SYSTEMINCLUDE	/epoc32/include/ecom  //Platform security
       
    51 SYSTEMINCLUDE	/epoc32/include/caf
       
    52 SYSTEMINCLUDE   ../../../../CommonInc
       
    53 
       
    54 USERINCLUDE ../inc
       
    55 USERINCLUDE ../../../../CommonInc
       
    56 
       
    57 SOURCEPATH ../src
       
    58 
       
    59 SOURCE alftfxsrvplugin.cpp
       
    60 SOURCE alftransitionserver.cpp
       
    61 SOURCE alftransitionservercontroller.cpp
       
    62 SOURCE alfpsobserver.cpp
       
    63 
       
    64 
       
    65 //#if defined(ARMCC)
       
    66 //deffile ../eabi/ 
       
    67 //#elif defined(WINSCW)
       
    68 //deffile ../bwinscw/ 
       
    69 //#elif defined(WINS)
       
    70 //deffile ../bwins/ 
       
    71 //#else
       
    72 //deffile ../bmarm/ 
       
    73 //#endif
       
    74 
       
    75 LIBRARY         euser.lib
       
    76 LIBRARY         ecom.lib
       
    77 LIBRARY         alfdecoderserverclient.lib
       
    78 LIBRARY         ws32.lib
       
    79 LIBRARY         alfclient.lib
       
    80 LIBRARY         centralrepository.lib
       
    81 LIBRARY         estor.lib
       
    82 LIBRARY         efsrv.lib 
       
    83 LIBRARY         flogger.lib
       
    84 
       
    85 EXPORTUNFROZEN
       
    86 
       
    87 // End of File