webengine/osswebengine/npscript/group/npscript.mmp
changeset 65 5bfc169077b2
parent 37 cb62a4f66ebe
child 68 92a765b5b3e7
equal deleted inserted replaced
42:d39add9822e2 65:5bfc169077b2
    18 TARGET          npscript.dll
    18 TARGET          npscript.dll
    19 TARGETTYPE      dll
    19 TARGETTYPE      dll
    20 
    20 
    21 #include <platform_paths.hrh>
    21 #include <platform_paths.hrh>
    22 #include <data_caging_paths.hrh>
    22 #include <data_caging_paths.hrh>
    23 #include <platform/mw/browser_platform_variant.hrh>
    23 #include <platform/mw/Browser_platform_variant.hrh>
    24 
    24 
    25 UID 0x1000008D  0x2000B19E  
    25 UID 0x1000008D  0x2000B19E  
    26 
    26 
    27 VENDORID    VID_DEFAULT
    27 VENDORID    VID_DEFAULT
    28 CAPABILITY  CAP_GENERAL_DLL
    28 CAPABILITY  CAP_GENERAL_DLL
       
    29 
    29 
    30 
    30 #if defined(WINSCW)
    31 #if defined(WINSCW)
    31 deffile BWINSCW/npscript.def
    32 deffile BWINSCW/npscript.def
    32 #elif defined(ARMCC)
    33 #elif defined(ARMCC)
    33 deffile EABI/npscript.def
    34 deffile EABI/npscript.def
    34 #endif
    35 #endif
    35 
    36 
       
    37 
    36 SOURCEPATH      ../npscript
    38 SOURCEPATH      ../npscript
    37 SOURCE          npscript.cpp
    39 SOURCE          npscript.cpp
       
    40 
    38 
    41 
    39 MW_LAYER_SYSTEMINCLUDE 
    42 MW_LAYER_SYSTEMINCLUDE 
    40 
    43 
    41 SYSTEMINCLUDE   ../../javascriptcore/bindings
    44 SYSTEMINCLUDE   ../../javascriptcore/bindings
    42 SYSTEMINCLUDE   ../../javascriptcore/wtf/symbian
    45 SYSTEMINCLUDE   ../../javascriptcore/wtf/symbian