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