messagingappbase/bium/group/bium.mmp
changeset 0 72b543305e3a
equal deleted inserted replaced
-1:000000000000 0:72b543305e3a
       
     1 /*
       
     2 * Copyright (c) 2002-2006 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:   Project definition file for project Bium
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <data_caging_paths.hrh>
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 
       
    24 target          bium.dll
       
    25 targettype      DLL
       
    26 targetpath      system/libs
       
    27 
       
    28 CAPABILITY CAP_GENERAL_DLL
       
    29 VERSION 10.0
       
    30 NOSTRICTDEF
       
    31 PAGED
       
    32 
       
    33 #if defined(ARMCC)
       
    34 deffile         ../eabi/eabi.def
       
    35 #elif defined( WINS )
       
    36 deffile         ../bwins/winsu.def
       
    37 #else
       
    38 deffile         ../BMARM/marmu.DEF
       
    39 #endif
       
    40 
       
    41 UID     0x10004845 0x10001265
       
    42 
       
    43 START RESOURCE bium.rss
       
    44 HEADER
       
    45 TARGETPATH MTM_RESOURCE_DIR
       
    46 LANGUAGE_IDS
       
    47 END
       
    48 
       
    49 START RESOURCE	biumRegistry.rss
       
    50 TARGET          biomtm.rsc
       
    51 TARGETPATH      MTM_INFO_FILE_DIR
       
    52 LANGUAGE_IDS
       
    53 END
       
    54 
       
    55 /*
       
    56  * Deprecated BIO controls, only disabling BIF is built
       
    57  */
       
    58 START RESOURCE ../bif/wvbif_sms_no.rss
       
    59 TARGETPATH BIOFILE_DIR
       
    60 LANGUAGE_IDS
       
    61 END
       
    62 
       
    63 START RESOURCE ../bif/iacbif_sms_no.rss
       
    64 TARGETPATH BIOFILE_DIR
       
    65 LANGUAGE_IDS
       
    66 END
       
    67 
       
    68 START RESOURCE ../bif/ENotifBif_sms_no.rss
       
    69 TARGETPATH BIOFILE_DIR
       
    70 LANGUAGE_IDS
       
    71 END
       
    72 
       
    73 START RESOURCE ../bif/Dmcpbif.rss
       
    74 TARGETPATH BIOFILE_DIR
       
    75 LANGUAGE_IDS
       
    76 END
       
    77 
       
    78 START RESOURCE ../bif/CliLogobif.rss
       
    79 TARGETPATH BIOFILE_DIR
       
    80 LANGUAGE_IDS
       
    81 END
       
    82 
       
    83 SOURCEPATH  ../src  
       
    84 USERINCLUDE ../Inc ../group   
       
    85 
       
    86 SYSTEMINCLUDE   ../../../inc
       
    87 APP_LAYER_SYSTEMINCLUDE
       
    88 
       
    89 
       
    90 SOURCE      biou.cpp
       
    91 SOURCE      bioi.cpp
       
    92 
       
    93 SOURCE		BiumGSMCreator.cpp
       
    94 
       
    95 LIBRARY     cone.lib
       
    96 LIBRARY     euser.lib
       
    97 LIBRARY     apgrfx.lib
       
    98 LIBRARY     apparc.lib 
       
    99 LIBRARY     mtur.lib
       
   100 LIBRARY     muiu.lib msgs.lib
       
   101 LIBRARY     muiu_internal.lib
       
   102 LIBRARY     biodb.lib
       
   103 LIBRARY     bifu.lib
       
   104 LIBRARY     avkon.lib
       
   105 LIBRARY     commonengine.lib
       
   106 LIBRARY     etext.lib
       
   107 LIBRARY     gmsmodel.lib
       
   108 LIBRARY     aknskins.lib
       
   109 LIBRARY     efsrv.lib 
       
   110 
       
   111 LIBRARY     smcm.lib
       
   112 LIBRARY     gsmu.lib
       
   113 
       
   114  
       
   115 SOURCEPATH  ../group
       
   116 
       
   117 // end of file