languageinterworkingfw/servicehandler/group/liwresolver.mmp
changeset 57 61b27eec6533
parent 45 7aa6007702af
equal deleted inserted replaced
45:7aa6007702af 57:61b27eec6533
     1 /*
       
     2 * Copyright (c) 2003-2005 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 the License "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 LiwResolver.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 
       
    24 #include "../inc/liwuids.hrh"
       
    25 #include <platform_paths.hrh>
       
    26 
       
    27 TARGET          liwResolver.dll
       
    28 CAPABILITY      CAP_ECOM_PLUGIN
       
    29 TARGETTYPE      PLUGIN
       
    30 
       
    31 // ECom Dll recognition UID followed by the unique UID for this dll
       
    32 UID             0x10009D8D KLiwResolverDLLUidValue
       
    33 VENDORID        VID_DEFAULT
       
    34 
       
    35 VERSION 10.2
       
    36 paged
       
    37 
       
    38 SOURCEPATH      ../src
       
    39 SOURCE          liwresolver.cpp
       
    40 
       
    41 USERINCLUDE     ../inc
       
    42 SYSTEMINCLUDE   /epoc32/include/ecom
       
    43 // This is a SYSTEMINCLUDE macro containing the middleware
       
    44 // layer specific include directories
       
    45 MW_LAYER_SYSTEMINCLUDE
       
    46 
       
    47 START RESOURCE  ../data/2000B5D4.rss
       
    48 TARGET liwResolver.rsc                                                              
       
    49 END
       
    50 
       
    51 LIBRARY         euser.lib
       
    52 
       
    53 //  End of File