src/ext/amaretto/appui/group/appui.mmp.in
changeset 0 ca70ae20a155
equal deleted inserted replaced
-1:000000000000 0:ca70ae20a155
       
     1 /* Copyright (c) 2008-2009 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 TARGETTYPE	dll
       
    17 TARGET		${{PREFIX}}Python_appui.dll
       
    18 
       
    19 #include "../../common.mmp"
       
    20 
       
    21 CAPABILITY ${{DLL_CAPABILITIES}}
       
    22 
       
    23 EPOCALLOWDLLDATA
       
    24 ${{COMPILER_FLAGS}}
       
    25 
       
    26 START RESOURCE ..\data\Python.rss
       
    27 HEADER
       
    28 TARGET  Python_ui.rsc
       
    29 TARGETPATH  \resource\apps
       
    30 END
       
    31 START RESOURCE ..\appuifw\data\appuifwmodule.rss
       
    32 HEADER
       
    33 TARGET  ${{PREFIX}}appuifwmodule.rsc
       
    34 TARGETPATH  \resource\apps
       
    35 END
       
    36 
       
    37 
       
    38 USERINCLUDE 	  ..\inc ..\appuifw\inc ..\appuifw\data
       
    39 
       
    40 SYSTEMINCLUDE    \epoc32\include\python25
       
    41 SYSTEMINCLUDE    \epoc32\include\stdapis
       
    42 SYSTEMINCLUDE    \epoc32\include
       
    43 
       
    44 LIBRARY     python25.lib euser.lib estlib.lib
       
    45 LIBRARY     cone.lib eikcore.lib eikcoctl.lib eikctl.lib eikdlg.lib
       
    46 LIBRARY     avkon.lib bafl.lib efsrv.lib commonui.lib apmime.lib charconv.lib
       
    47 LIBRARY     estor.lib etext.lib gdi.lib fbscli.lib form.lib
       
    48 LIBRARY     aknnotify.lib fntstr.lib
       
    49 LIBRARY     aknicon.lib egul.lib eiksrv.lib
       
    50 LIBRARY     uiklaf.lib apparc.lib ws32.lib
       
    51 
       
    52 
       
    53 SOURCEPATH    ..\src
       
    54 SOURCE		  Python_appui.cpp Container.cpp
       
    55 
       
    56 SOURCEPATH    ..\appuifw\src
       
    57 SOURCE        appuifwmodule.cpp  CAppuifwEventBindingArray.cpp
       
    58 
       
    59 #if defined(ARMCC)
       
    60 deffile eabi\Python_appui 
       
    61 #elif defined(WINSCW)
       
    62 deffile bwins\Python_appui 
       
    63 #else
       
    64 deffile bmarm\Python_appui 
       
    65 #endif