webengine/osswebengine/WebKit/s60/rom/webkit.iby
changeset 0 dd21522fd290
child 10 a359256acfc6
equal deleted inserted replaced
-1:000000000000 0:dd21522fd290
       
     1 //
       
     2 // ==============================================================================
       
     3 //  Name        : webkit.iby
       
     4 //  Part of     : WebKit
       
     5 //  Description : 
       
     6 //  Version     : 3.1
       
     7 //
       
     8 //    Copyright (c) 2006, Nokia Corporation
       
     9 //    All rights reserved.
       
    10 //  
       
    11 //    Redistribution and use in source and binary forms, with or without
       
    12 //    modification, are permitted provided that the following conditions
       
    13 //    are met:
       
    14 //  
       
    15 //      * Redistributions of source code must retain the above copyright
       
    16 //        notice, this list of conditions and the following disclaimer.
       
    17 //      * Redistributions in binary form must reproduce the above copyright
       
    18 //        notice, this list of conditions and the following disclaimer in
       
    19 //        the documentation and/or other materials provided with the
       
    20 //        distribution.
       
    21 //      * Neither the name of the Nokia Corporation nor the names of its
       
    22 //        contributors may be used to endorse or promote products derived
       
    23 //        from this software without specific prior written permission.
       
    24 //  
       
    25 //    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
       
    26 //    "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
       
    27 //    LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
       
    28 //    A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
       
    29 //    OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
       
    30 //    SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
       
    31 //    LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
       
    32 //    DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
       
    33 //    THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
       
    34 //    (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
       
    35 //    USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
       
    36 //    DAMAGE.
       
    37 //  
       
    38 //
       
    39 // ==============================================================================
       
    40 //
       
    41 
       
    42 #ifndef __WEBKIT_IBY__
       
    43 #define __WEBKIT_IBY__
       
    44 
       
    45 // bitmaps
       
    46 S60_APP_BITMAP2(Browser,webkit)
       
    47 
       
    48 // DLLs
       
    49 file=ABI_DIR\BUILD_DIR\BrowserEngine.dll                SHARED_LIB_DIR\BrowserEngine.dll
       
    50 
       
    51 
       
    52 file=ABI_DIR\BUILD_DIR\JavascriptCore.dll               SHARED_LIB_DIR\JavascriptCore.dll
       
    53 file=ABI_DIR\BUILD_DIR\WebKitUtils.dll                  SHARED_LIB_DIR\WebKitUtils.dll
       
    54 file=ABI_DIR\BUILD_DIR\PageScaler.dll                   SHARED_LIB_DIR\PageScaler.dll
       
    55 file=ABI_DIR\BUILD_DIR\MemMan.dll                       SHARED_LIB_DIR\MemMan.dll
       
    56 file=ABI_DIR\BUILD_DIR\WmlEngine.dll                    SHARED_LIB_DIR\WmlEngine.dll
       
    57 file=ABI_DIR\BUILD_DIR\BrowserCache.dll                 SHARED_LIB_DIR\BrowserCache.dll
       
    58 file=ABI_DIR\BUILD_DIR\npscript.dll                     SHARED_LIB_DIR\npscript.dll
       
    59 
       
    60 ECOM_PLUGIN(MemoryPlugin.dll, memoryplugin.RSC)
       
    61 
       
    62 // data
       
    63 data=DATAZ_\RESOURCE_FILES_DIR\apps\WebKitIcons.mif             RESOURCE_FILES_DIR\apps\webkiticons.mif
       
    64 data=DATAZ_\RESOURCE_FILES_DIR\apps\webkitutilsicons.mif        RESOURCE_FILES_DIR\apps\webkitutilsicons.mif
       
    65 
       
    66 
       
    67 #endif