messagingappbase/messagingappbase.pro
changeset 31 ebfee66fde93
child 47 5b14749788d7
equal deleted inserted replaced
30:6a20128ce557 31:ebfee66fde93
       
     1 #
       
     2 # Copyright (c) 2009 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:
       
    15 #
       
    16 
       
    17 TEMPLATE = subdirs
       
    18 
       
    19 CONFIG += ordered
       
    20 
       
    21 # Platforms
       
    22 SYMBIAN_PLATFORMS = WINSCW ARMV5
       
    23 
       
    24 SUBDIRS += mtmregistry/mtmregistry.pro
       
    25 
       
    26 # Build.inf rules
       
    27 
       
    28 symbian {
       
    29      BLD_INF_RULES.prj_exports += "$${LITERAL_HASH}include <platform_paths.hrh>" \  
       
    30 #### MSGMEDIA ####
       
    31      "./msgmedia/rom/MsgMedia.iby                     CORE_APP_LAYER_IBY_EXPORT_PATH(MsgMedia.iby)" \
       
    32      ":zip ./msgmedia/help/data/xhtml.zip             /epoc32/data/z/resource/ overwrite" \
       
    33      ":zip ./msgmedia/help/data/xhtml.zip             /epoc32/winscw/c/resource/ overwrite" \
       
    34      "./msgmedia/help/inc/msg.hlp.hrh                 MW_LAYER_PLATFORM_EXPORT_PATH(csxhelp/msg.hlp.hrh)" \
       
    35      "./msgmedia/help/rom/msgmediahelps_variant.iby   CUSTOMER_APP_LAYER_IBY_EXPORT_PATH(msgmediahelps_variant.iby)" 
       
    36 }
       
    37 
       
    38                  
       
    39 symbian {
       
    40 BLD_INF_RULES.prj_mmpfiles = "./msgmedia/group/MsgMedia.mmp"
       
    41 }