contentstorage/group/camenu.mmp
changeset 60 f62f87b200ec
child 61 8e5041d13c84
equal deleted inserted replaced
4:1a2a00e78665 60:f62f87b200ec
       
     1 /*
       
     2 * Copyright (c) 2008 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:
       
    15 *  Version     : %version: 19.1.2 % << Don't touch! Updated by Synergy at check-out.
       
    16 *
       
    17 */
       
    18 
       
    19 // To get the MW_LAYER_SYSTEMINCLUDE-definition
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 #include <data_caging_paths.hrh>
       
    23 #include "../inc/cauid.hrh"
       
    24 
       
    25 TARGET          camenu.dll
       
    26 TARGETTYPE      dll
       
    27 UID             0x1000008D CA_DLL_UID3
       
    28 CAPABILITY      CAP_GENERAL_DLL
       
    29 VENDORID        VID_DEFAULT
       
    30 
       
    31 // Server code
       
    32 SOURCEPATH      ../srvsrc
       
    33 SOURCE          casrvsession.cpp
       
    34 SOURCE          casrv.cpp
       
    35 SOURCE          casrvmmchistory.cpp
       
    36 SOURCE          cainstallnotifier.cpp
       
    37 SOURCE          casrvengutils.cpp
       
    38 SOURCE			casrvnotifier.cpp
       
    39 SOURCE          castorageproxy.cpp
       
    40 
       
    41 
       
    42 USERINCLUDE     ../srvinc
       
    43 USERINCLUDE     ../inc
       
    44 USERINCLUDE     ../cautils/inc
       
    45 USERINCLUDE     ../castorage/inc
       
    46 USERINCLUDE     ../casrv/casrvmgr/inc
       
    47 
       
    48 
       
    49 MW_LAYER_SYSTEMINCLUDE
       
    50 
       
    51 LIBRARY         euser.lib
       
    52 LIBRARY         efsrv.lib
       
    53 LIBRARY         estor.lib
       
    54 LIBRARY         apparc.lib
       
    55 LIBRARY         apgrfx.lib
       
    56 LIBRARY         cautils.lib
       
    57 LIBRARY         castorage.lib
       
    58 LIBRARY         sysutil.lib
       
    59 
       
    60 LIBRARY         ws32.lib
       
    61 LIBRARY         bafl.lib
       
    62 LIBRARY         casrvmanager.lib
       
    63 
       
    64