messagingapp/conf/messaging_conf.pro
changeset 25 84d9eb65b26f
child 37 518b245aa84c
equal deleted inserted replaced
23:238255e8b033 25:84d9eb65b26f
       
     1 #
       
     2 # Copyright (c) 2010 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 # Platforms
       
    20 SYMBIAN_PLATFORMS = WINSCW ARMV5
       
    21 
       
    22 # Build.inf rules
       
    23 symbian{
       
    24 		BLD_INF_RULES.prj_exports += \
       
    25     "$${LITERAL_HASH}include <platform_paths.hrh>" \
       
    26     "messaging.confml APP_LAYER_CONFML(messaging.confml)" \
       
    27 		"messaging_101F87EB.crml APP_LAYER_CRML(messaging_101F87EB.crml)" \
       
    28 		"messaging_101F87EC.crml APP_LAYER_CRML(messaging_101F87EC.crml)" \
       
    29 		"messaging_101F87ED.crml APP_LAYER_CRML(messaging_101F87ED.crml)" \
       
    30 		"messaging_101F87EE.crml APP_LAYER_CRML(messaging_101F87EE.crml)" \
       
    31 		"messaging_101F87EF.crml APP_LAYER_CRML(messaging_101F87EF.crml)" \
       
    32 		"messaging_101F8873.crml APP_LAYER_CRML(messaging_101F8873.crml)" \
       
    33 		"messaging_102071F2.crml APP_LAYER_CRML(messaging_102071F2.crml)" \
       
    34 		"messaging_102072E2.crml APP_LAYER_CRML(messaging_102072E2.crml)" \
       
    35 		"messaging_102072E5.crml APP_LAYER_CRML(messaging_102072E5.crml)" \
       
    36 		"messaging_102824A0.crml APP_LAYER_CRML(messaging_102824A0.crml)" \
       
    37 		"messaging_1028281E.crml APP_LAYER_CRML(messaging_1028281E.crml)" \
       
    38 		"messaging_101F8F28.crml APP_LAYER_CRML(messaging_101F8F28.crml)"
       
    39 		}
       
    40