applicationmanagement/client/group/ApplicationManagementClient.mmp
changeset 0 3ce708148e4d
child 57 6757f1e2efd2
equal deleted inserted replaced
-1:000000000000 0:3ce708148e4d
       
     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        applicationmanagement.dll
       
    24 TARGETTYPE    dll
       
    25 UID           0x1000008d 0x1020781B
       
    26 CAPABILITY    CAP_CLIENT_DLL
       
    27 
       
    28 SOURCEPATH    ../src
       
    29 SOURCE        ApplicationManagementClient.cpp
       
    30 
       
    31 USERINCLUDE   . ../../inc 
       
    32 APP_LAYER_SYSTEMINCLUDE
       
    33 
       
    34 LIBRARY       euser.lib
       
    35 LIBRARY				bafl.lib
       
    36 LIBRARY 			flogger.lib
       
    37 LIBRARY				efsrv.lib
       
    38 LIBRARY         apparc.lib         
       
    39 LIBRARY         apgrfx.lib
       
    40 LIBRARY         avkon.lib
       
    41 LIBRARY         estor.lib
       
    42 LIBRARY         cone.lib
       
    43 LIBRARY         eikcore.lib
       
    44 LIBRARY			centralrepository.lib
       
    45 
       
    46 
       
    47 SMPSAFE