applicationmanagement/client/group/ApplicationManagementClient.mmp
changeset 42 aa33c2cb9a50
child 60 d6935193cf9a
equal deleted inserted replaced
41:c742e1129640 42:aa33c2cb9a50
       
     1 /*
       
     2 * Copyright (c) 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 "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: Implementation of applicationmanagement components
       
    15 *
       
    16 */
       
    17   
       
    18 
       
    19 // To get the APP_LAYER_SYSTEMINCLUDE-definition
       
    20 #include <platform_paths.hrh>
       
    21 #include "defaultcaps.hrh"
       
    22 
       
    23 TARGET        applicationmanagementclient.dll
       
    24 TARGETTYPE    dll
       
    25 UID           0x1000008d 0x2001247C
       
    26 #if 0
       
    27 CAPABILITY    CAP_CLIENT_DLL -TCB -DRM WriteDeviceData
       
    28 #endif
       
    29 CAPABILITY    CAP_CLIENT_DLL
       
    30 
       
    31 SOURCEPATH    ../src
       
    32 SOURCE        ApplicationManagementClient.cpp
       
    33 
       
    34 USERINCLUDE   . ../../inc 
       
    35 APP_LAYER_SYSTEMINCLUDE
       
    36 
       
    37 LIBRARY       euser.lib
       
    38 LIBRARY				bafl.lib
       
    39 LIBRARY 			flogger.lib
       
    40 LIBRARY				efsrv.lib
       
    41 LIBRARY         apparc.lib         
       
    42 LIBRARY         apgrfx.lib
       
    43 LIBRARY         avkon.lib
       
    44 LIBRARY         estor.lib
       
    45 LIBRARY         cone.lib
       
    46 LIBRARY         eikcore.lib
       
    47 LIBRARY			centralrepository.lib
       
    48 
       
    49 
       
    50 //SMPSAFE