src/ext/test/interpreter-startup/group/interpreter-startup.mmp
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        interpreter-startup.exe
       
    17 TARGETTYPE    exe
       
    18 UID           0x100039CE 0xF0201519
       
    19 VENDORID      0
       
    20 CAPABILITY    LocalServices NetworkServices ReadUserData WriteUserData UserEnvironment Allfiles
       
    21 EPOCHEAPSIZE  100000 16000000
       
    22 EPOCSTACKSIZE 65536
       
    23 SOURCEPATH ..\data
       
    24 START RESOURCE  interpreter-startup_reg.rss
       
    25 #ifdef WINSCW
       
    26 TARGETPATH 	    \private\10003a3f\apps
       
    27 #else
       
    28 TARGETPATH 	    \private\10003a3f\import\apps
       
    29 #endif
       
    30 END //RESOURCE
       
    31 
       
    32 
       
    33 SYSTEMINCLUDE    \epoc32\include\python25
       
    34 SYSTEMINCLUDE    \epoc32\include\stdapis
       
    35 SYSTEMINCLUDE    \epoc32\include
       
    36 
       
    37 // Using main() as entry point
       
    38 STATICLIBRARY libcrt0.lib
       
    39 
       
    40 // libc and euser are always needed when using main() entry point
       
    41 LIBRARY libc.lib
       
    42 LIBRARY euser.lib
       
    43 LIBRARY libpthread.lib libdl.lib libm.lib
       
    44 LIBRARY python25.lib
       
    45 
       
    46 SOURCEPATH      ..\src
       
    47 SOURCE          interpreter-startup.cpp