appinstaller/AppinstUi/group/SWInstLogTask.mmp
changeset 80 9dcba1ee99f7
parent 77 d1838696558c
equal deleted inserted replaced
77:d1838696558c 80:9dcba1ee99f7
     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:   Project specification for SWInstLogTask.
       
    15 *                This is an ECOM plugin implementing task interface for log
       
    16 *                task.
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 //  INCLUDES
       
    22 #include <platform_paths.hrh>
       
    23 #include <data_caging_paths.hrh>
       
    24 #include "SWInstPrivateUid.h"
       
    25 
       
    26 TARGET          SWInstLogTask.dll
       
    27 TARGETTYPE      PLUGIN
       
    28 UID             0x10009D8D KSWInstLogTaskUid
       
    29 
       
    30 // Capability assignment.
       
    31 CAPABILITY      CAP_ECOM_PLUGIN DRM
       
    32 VENDORID        VID_DEFAULT
       
    33 
       
    34 START RESOURCE  ../Plugin/Tasks/LogTask/Data/10207211.rss
       
    35 TARGET         SWInstLogTask.rsc
       
    36 END
       
    37 
       
    38 // Sources
       
    39 SOURCEPATH      ../Plugin/Tasks/LogTask/Src 
       
    40 SOURCE          LogTask.cpp
       
    41 SOURCE          LogTaskMain.cpp
       
    42 
       
    43 // Includes
       
    44 USERINCLUDE     . ../Plugin/Tasks/LogTask/Inc
       
    45 MW_LAYER_SYSTEMINCLUDE
       
    46 
       
    47 // Libraries
       
    48 LIBRARY         euser.lib
       
    49 LIBRARY         ecom.lib
       
    50 LIBRARY         edbms.lib
       
    51 
       
    52 SMPSAFE
       
    53 
       
    54 // End of file
       
    55