codhandler/coddownload/group/CodDownload.mmp
changeset 68 92a765b5b3e7
parent 65 5bfc169077b2
equal deleted inserted replaced
66:cacf6ee57968 68:92a765b5b3e7
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 #include <platform_paths.hrh>
    18 #include <platform_paths.hrh>
    19 #include <platform/mw/Browser_platform_variant.hrh>
    19 #include <platform/mw/Browser_platform_variant.hrh>
    20 #include "../../CodEng/inc/CodDefs.h"
    20 #include "../../codeng/inc/CodDefs.h"
    21 
    21 
    22 TARGET          CodDownload.dll
    22 TARGET          CodDownload.dll
    23 TARGETTYPE      dll
    23 TARGETTYPE      dll
    24 UID             0x1000008d COD_DOWNLOAD_UID
    24 UID             0x1000008d COD_DOWNLOAD_UID
    25 CAPABILITY      CAP_GENERAL_DLL
    25 CAPABILITY      CAP_GENERAL_DLL
    29 
    29 
    30 SOURCE          CodDownload.cpp
    30 SOURCE          CodDownload.cpp
    31 
    31 
    32 USERINCLUDE     ../inc
    32 USERINCLUDE     ../inc
    33 
    33 
    34 SYSTEMINCLUDE   ../../CodUi/inc
    34 SYSTEMINCLUDE   ../../codui/inc
    35 SYSTEMINCLUDE   ../../CodEng/inc
    35 SYSTEMINCLUDE   ../../codeng/inc
    36 
    36 
    37 MW_LAYER_SYSTEMINCLUDE
    37 MW_LAYER_SYSTEMINCLUDE
    38 
    38 
    39 LIBRARY         euser.lib
    39 LIBRARY         euser.lib
    40 LIBRARY         CodUi.lib
    40 LIBRARY         CodUi.lib