btobexprofiles/obexserviceman/group/bld.inf
branchRCL_3
changeset 56 9386f31cc85b
parent 55 613943a21004
child 61 269724087bed
equal deleted inserted replaced
55:613943a21004 56:9386f31cc85b
     1 /*
       
     2 * Copyright (c) 2002 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 *	 This file provides the information required for building the
       
    16 *    whole of a ?module_name.
       
    17 *
       
    18 */
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 PRJ_PLATFORMS
       
    23 
       
    24 
       
    25 PRJ_MMPFILES
       
    26 
       
    27 ../group/obexserviceman.mmp
       
    28 ../group/obexservicemanclient.mmp
       
    29 ../group/obexusbapi.mmp
       
    30 
       
    31 PRJ_EXPORTS
       
    32 
       
    33 ../conf/obexserviceman.confml			MW_LAYER_CONFML(obexserviceman.confml)
       
    34 ../conf/obexserviceman_20016BC5.crml	MW_LAYER_CRML(obexserviceman_20016BC5.crml)
       
    35 
       
    36 ../obexservicemanserver/inc/obexservicemanprop.h			MW_LAYER_PLATFORM_EXPORT_PATH(obexservicemanprop.h)
       
    37 
       
    38 // Backup registration file
       
    39 backup_registration.xml  /epoc32/data/z/private/101f7c87/backup_registration.xml
       
    40 backup_registration.xml  /epoc32/release/winscw/udeb/z/private/101f7c87/backup_registration.xml
       
    41 backup_registration.xml  /epoc32/release/winscw/urel/z/private/101f7c87/backup_registration.xml
       
    42 
       
    43 
       
    44 ../rom/obex.iby                                 /epoc32/rom/include/obex.iby
       
    45 ../rom/obex.iby                                 CORE_MW_LAYER_IBY_EXPORT_PATH(obex.iby)
       
    46 ../rom/obexserviceman.iby                       CORE_MW_LAYER_IBY_EXPORT_PATH(obexserviceman.iby)
       
    47 ../rom/obexservicemanbt.iby                     CORE_MW_LAYER_IBY_EXPORT_PATH(obexservicemanbt.iby)
       
    48 ../rom/obexservicemanirda.iby                   CORE_MW_LAYER_IBY_EXPORT_PATH(obexservicemanirda.iby)
       
    49 ../rom/obexservicemanusb.iby                    CORE_MW_LAYER_IBY_EXPORT_PATH(obexservicemanusb.iby)
       
    50 ../rom/ObexUtils.iby                            CORE_MW_LAYER_IBY_EXPORT_PATH(ObexUtils.iby)
       
    51 
       
    52 
       
    53 #include  "../utils/group/bld.inf"
       
    54 
       
    55 #include "../plugins/group/bld.inf"
       
    56 
       
    57 
       
    58 
       
    59 
       
    60 
       
    61 
       
    62 
       
    63