email/emailnotificationhandler/StringDictionaries/group/OMAPushEMNStringDict00.mmp
changeset 0 72b543305e3a
equal deleted inserted replaced
-1:000000000000 0:72b543305e3a
       
     1 /*
       
     2 * Copyright (c) 2002 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: COMAPushEMNStringDict00
       
    15 *		
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET          OMAPushEMNStringDict00.dll
       
    23 CAPABILITY      CAP_ECOM_PLUGIN
       
    24 TARGETTYPE      PLUGIN
       
    25 
       
    26 // ECom Plugin Dll UID followed by the unique UID for this dll
       
    27 // Assigned to UID2 and UID3 respectively
       
    28 UID             0x10009D8D 0x1027508B
       
    29 VENDORID        VID_DEFAULT
       
    30 
       
    31 SYSTEMINCLUDE   ../../../../inc
       
    32 APP_LAYER_SYSTEMINCLUDE
       
    33 USERINCLUDE     ../inc
       
    34 
       
    35 START STRINGTABLE ../src/OMAPushEMNTagTable.st
       
    36 END
       
    37 
       
    38 START STRINGTABLE ../src/OMAPushEMNAttributeTable.st
       
    39 END
       
    40 
       
    41 START STRINGTABLE ../src/OMAPushEMNAttributeValueTable.st
       
    42 END
       
    43 
       
    44 SOURCEPATH      ../src
       
    45 SOURCE          OMAPushEMNStringDict00.cpp
       
    46 
       
    47 SOURCEPATH      ../src
       
    48 START RESOURCE 1027508B.RSS
       
    49 TARGET OMAPushEMNStringDict00.rsc
       
    50 END
       
    51 
       
    52 LIBRARY         euser.lib
       
    53 LIBRARY         bafl.lib // for RStringPool
       
    54 LIBRARY         XmlFramework.lib
       
    55 DEBUGLIBRARY    flogger.lib
       
    56