messagingappbase/sendui/drmlinksender/Group/DrmLinkSender.mmp
changeset 0 72b543305e3a
equal deleted inserted replaced
-1:000000000000 0:72b543305e3a
       
     1 /*
       
     2 * Copyright (c) 2002-2004 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 project specification file for the DrmLinkSender.dll
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <data_caging_paths.hrh>
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 TARGET          drmlinksender.dll
       
    24 TARGETTYPE      PLUGIN
       
    25 UID             0x10009D8D 0x10207387
       
    26 VENDORID        VID_DEFAULT
       
    27 VERSION 	10.0
       
    28 CAPABILITY      CAP_ECOM_PLUGIN
       
    29 PAGED
       
    30 
       
    31 SOURCEPATH      ../Src
       
    32 SOURCE          DrmLinkSender.cpp
       
    33 SOURCE          DrmLinkSenderGroupProxy.cpp
       
    34 
       
    35 SOURCEPATH      ../Group
       
    36 START RESOURCE	10207387.rss
       
    37 TARGET          drmlinksender.rsc
       
    38 END
       
    39 
       
    40 START RESOURCE  DrmLinkSenderUi.rss
       
    41 HEADER
       
    42 TARGETPATH		RESOURCE_FILES_DIR
       
    43 LANGUAGE_IDS
       
    44 END
       
    45 
       
    46 USERINCLUDE		../Inc ../Group ../../inc
       
    47 
       
    48 SYSTEMINCLUDE   /epoc32/include/ecom
       
    49 SYSTEMINCLUDE   ../../../../inc
       
    50 APP_LAYER_SYSTEMINCLUDE
       
    51 
       
    52 SYSTEMINCLUDE   /epoc32/include/caf
       
    53 
       
    54 LIBRARY         euser.lib
       
    55 LIBRARY         efsrv.lib
       
    56 LIBRARY         commonengine.lib		// ResourceLoader
       
    57 LIBRARY         sendui.lib
       
    58 LIBRARY         msgs.lib
       
    59 LIBRARY         muiu_internal.lib
       
    60 LIBRARY         mtur.lib
       
    61 LIBRARY         etext.lib
       
    62 LIBRARY         senduidatautils.lib
       
    63 LIBRARY         estor.lib
       
    64 LIBRARY         eikcore.lib             // appuifactory
       
    65 LIBRARY         caf.lib
       
    66 LIBRARY         apmime.lib              // TDataType
       
    67 
       
    68 /* End of File */