src/ext/scriptext/group/scriptext.mmp.in
changeset 0 ca70ae20a155
equal deleted inserted replaced
-1:000000000000 0:ca70ae20a155
       
     1 /* Copyright (c) 2008 Nokia Corporation
       
     2  *
       
     3  * Licensed under the Apache License, Version 2.0 (the "License");
       
     4  * you may not use this file except in compliance with the License.
       
     5  * You may obtain a copy of the License at
       
     6  *
       
     7  *     http://www.apache.org/licenses/LICENSE-2.0
       
     8  *
       
     9  * Unless required by applicable law or agreed to in writing, software
       
    10  * distributed under the License is distributed on an "AS IS" BASIS,
       
    11  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
       
    12  * See the License for the specific language governing permissions and
       
    13  * limitations under the License.
       
    14  */
       
    15 
       
    16 TARGET        ${{PREFIX}}scriptext.pyd
       
    17 TARGETTYPE    dll
       
    18 
       
    19 CAPABILITY ${{DLL_CAPABILITIES}}
       
    20 
       
    21 EPOCALLOWDLLDATA
       
    22 
       
    23 SYSTEMINCLUDE    \epoc32\include\python25
       
    24 SYSTEMINCLUDE    \epoc32\include\stdapis
       
    25 SYSTEMINCLUDE    \epoc32\include
       
    26 SYSTEMINCLUDE    \epoc32\include\oem
       
    27 
       
    28 USERINCLUDE ..\inc
       
    29 
       
    30 // libc and euser are always needed when using main() entry point
       
    31 LIBRARY python25.lib libc.lib euser.lib
       
    32 LIBRARY libpthread.lib libdl.lib libm.lib
       
    33 LIBRARY           apparc.lib
       
    34 LIBRARY           cone.lib
       
    35 LIBRARY           eikcore.lib
       
    36 LIBRARY           avkon.lib
       
    37 LIBRARY           commonengine.lib
       
    38 LIBRARY           efsrv.lib
       
    39 LIBRARY           estor.lib
       
    40 
       
    41 
       
    42 LIBRARY           bafl.lib
       
    43 
       
    44 LIBRARY           eikcoctl.lib
       
    45 LIBRARY           fbscli.lib
       
    46 LIBRARY           aknskins.lib            // for skin background
       
    47 LIBRARY           liwServiceHandler.lib
       
    48 LIBRARY           flogger.lib
       
    49 LIBRARY           apgrfx.lib 
       
    50 LIBRARY           apmime.lib
       
    51 LIBRARY           inetprotutil.lib   // date and Time
       
    52 LIBRARY           RTSecMgrClient.lib RTSecMgrUtil.lib
       
    53 
       
    54 SOURCEPATH       ..\src
       
    55 SOURCE           scriptextmodule.cpp scriptext_callback.cpp
       
    56 
       
    57 #if defined(ARMCC)
       
    58 deffile ..\eabi\scriptext 
       
    59 #elif defined(WINSCW)
       
    60 deffile ..\bwins\scriptext 
       
    61 #elif defined(WINS)
       
    62 deffile ..\bwins\scriptext 
       
    63 #else
       
    64 deffile ..\bmarm\scriptext 
       
    65 #endif