uiacceltk/hitchcock/plugins/alfoogmplugin/group/alfoogmplugin.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:  This is the .mmp for building ALFServer Oogm Plugin
       
    15 *         			for the complementary transitions feature.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 #include <data_caging_paths.hrh>
       
    22 #include <platform_paths.hrh>
       
    23 
       
    24 
       
    25 TARGET      alfoogmplugin.dll
       
    26 TARGETTYPE  PLUGIN
       
    27 UID			0x10009d8d 0xE4B6C988
       
    28 
       
    29 CAPABILITY  CAP_ECOM_PLUGIN 
       
    30 VENDORID    VID_DEFAULT
       
    31 
       
    32 
       
    33 // This is a SYSTEMINCLUDE macro containing the middleware
       
    34 // layer specific include directories
       
    35 MW_LAYER_SYSTEMINCLUDE
       
    36 
       
    37 USERINCLUDE .
       
    38 USERINCLUDE ../inc
       
    39 
       
    40 TARGETPATH  /sys/bin  
       
    41 SOURCEPATH  ../src
       
    42 SOURCE      alfoogmplugin.cpp
       
    43 
       
    44 START RESOURCE alfoogmplugin.rss
       
    45 TARGET         alfoogmplugin.rsc
       
    46 END
       
    47 
       
    48 
       
    49 LIBRARY 	ecom.lib
       
    50 LIBRARY   euser.lib
       
    51 LIBRARY   goommonitor.lib
       
    52 LIBRARY   alfclient.lib
       
    53 
       
    54 // End of File