codhandler/coddownload/group/CodDownload.mmp
changeset 0 dd21522fd290
child 36 0ed94ceaa377
equal deleted inserted replaced
-1:000000000000 0:dd21522fd290
       
     1 /*
       
     2 * Copyright (c) 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 the License "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.   
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 #include <platform/mw/Browser_platform_variant.hrh>
       
    20 #include "../../CodEng/inc/CodDefs.h"
       
    21 
       
    22 TARGET          CodDownload.dll
       
    23 TARGETTYPE      dll
       
    24 UID             0x1000008d COD_DOWNLOAD_UID
       
    25 CAPABILITY      CAP_GENERAL_DLL
       
    26 VENDORID        VID_DEFAULT
       
    27 
       
    28 SOURCEPATH      ../src
       
    29 
       
    30 SOURCE          CodDownload.cpp
       
    31 
       
    32 USERINCLUDE     ../inc
       
    33 
       
    34 SYSTEMINCLUDE   ../../CodUi/inc
       
    35 SYSTEMINCLUDE   ../../CodEng/inc
       
    36 
       
    37 MW_LAYER_SYSTEMINCLUDE
       
    38 
       
    39 LIBRARY         euser.lib
       
    40 LIBRARY         CodUi.lib