contentstorage/casrv/casatmonitor/group/casatmonitor.mmp
changeset 85 7feec50967db
child 125 26079c1bb561
equal deleted inserted replaced
4:1a2a00e78665 85:7feec50967db
       
     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: casatmonitor.mmp
       
    15 *
       
    16 */
       
    17 
       
    18 // To get the MW_LAYER_SYSTEMINCLUDE-definition
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET casatmonitor.dll
       
    22 TARGETTYPE PLUGIN
       
    23 
       
    24 // ECom Dll recognition UID followed by the unique UID for this dll
       
    25 UID 0x10009D8D 0x20028703
       
    26 SECUREID 0x20028703
       
    27 CAPABILITY CAP_ECOM_PLUGIN
       
    28 
       
    29 SOURCEPATH      ../src
       
    30 SOURCE          proxy.cpp
       
    31 SOURCE          casatmonitor.cpp
       
    32 SOURCE          casatnotifier.cpp
       
    33 
       
    34 USERINCLUDE     ../inc
       
    35 USERINCLUDE     ../../casrvmgr/inc
       
    36 USERINCLUDE     ../../../inc
       
    37 USERINCLUDE     ../../../cautils/inc
       
    38 USERINCLUDE     ../../../srvinc
       
    39 USERINCLUDE     ../../../castorage/inc
       
    40 
       
    41 MW_LAYER_SYSTEMINCLUDE
       
    42 
       
    43 SOURCEPATH      ../data
       
    44 START RESOURCE  casatmonitor.rss
       
    45     LANG    sc
       
    46     TARGET  casatmonitor.rsc
       
    47 END
       
    48 
       
    49 LIBRARY         euser.lib
       
    50 LIBRARY         ECom.lib
       
    51 LIBRARY         cautils.lib
       
    52 LIBRARY         castorage.lib
       
    53 LIBRARY         camenu.lib
       
    54 LIBRARY         bafl.lib
       
    55 LIBRARY         estor.lib