webengine/wmlengine/group/image/image.mmp
changeset 65 5bfc169077b2
parent 37 cb62a4f66ebe
child 68 92a765b5b3e7
equal deleted inserted replaced
42:d39add9822e2 65:5bfc169077b2
    13 *
    13 *
    14 * Description: 
    14 * Description: 
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 #include  "../webkitcommon.mmpi"
    18 #include <platform_paths.hrh>
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform/mw/Browser_platform_variant.hrh>
    19 
    21 
    20 TARGET          image.lib
    22 TARGET          image.lib
    21 TARGETTYPE      lib
    23 TARGETTYPE      lib
    22 SOURCEPATH      ../../src/image/src/
    24 SOURCEPATH      ../../src/image/src/
    23 
    25 
    74 SOURCE  Epoc32CannedImages.cpp
    76 SOURCE  Epoc32CannedImages.cpp
    75 SOURCE	IMAGEFactory.cpp
    77 SOURCE	IMAGEFactory.cpp
    76 SOURCE  Epoc32SimpleImage.cpp
    78 SOURCE  Epoc32SimpleImage.cpp
    77 SOURCE	IMAGEVirtualImage.cpp
    79 SOURCE	IMAGEVirtualImage.cpp
    78 SOURCE  Epoc32ImageDecoder.cpp
    80 SOURCE  Epoc32ImageDecoder.cpp
       
    81 
    79 SOURCE  nw_image_iimageobserver.cpp
    82 SOURCE  nw_image_iimageobserver.cpp
       
    83 
       
    84 #include  "../webkitcommon.mmpi"
       
    85 
       
    86 USERINCLUDE     .
       
    87 USERINCLUDE     ../../src/adt/include
       
    88 USERINCLUDE     ../../src/evt/include
       
    89 USERINCLUDE     ../../src/gdi/include
       
    90 USERINCLUDE     ../../src/hed/include
       
    91 USERINCLUDE     ../../src/htmlp/include
       
    92 USERINCLUDE     ../../src/markup/include
       
    93 USERINCLUDE     ../../src/image/include
       
    94 USERINCLUDE     ../../src/imagech/include
       
    95 USERINCLUDE     ../../src/lmgr/include
       
    96 USERINCLUDE     ../../src/fbox/include
       
    97 USERINCLUDE     ../../src/object/include
       
    98 USERINCLUDE     ../../src/system/include
       
    99 USERINCLUDE     ../../src/text/include
       
   100 USERINCLUDE     ../../src/wml/src
       
   101 USERINCLUDE     ../../src/wml/include
       
   102 USERINCLUDE     ../../src/mvc/include
       
   103 USERINCLUDE     ../../src/msg/include
       
   104 USERINCLUDE     ../../src/wmlcontrol/include
       
   105 
       
   106 
       
   107 MW_LAYER_SYSTEMINCLUDE
       
   108 SYSTEMINCLUDE   ../../src/browser/include
       
   109 SYSTEMINCLUDE   ../../src/urlloader/include
       
   110 SYSTEMINCLUDE   ../../src/utils/include
       
   111 SYSTEMINCLUDE		../../../osswebengine/MemoryManager/Inc
       
   112 MW_LAYER_LIBC_SYSTEMINCLUDE
       
   113