messagingappbase/obexmtms/obexmtm/obexutil/group/BLD.INF
changeset 31 ebfee66fde93
child 47 5b14749788d7
equal deleted inserted replaced
30:6a20128ce557 31:ebfee66fde93
       
     1 // Copyright (c) 1999-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 PRJ_EXPORTS
       
    17 // specify the source file followed by its destination here
       
    18 // copy will be used to copy the source file to its destination
       
    19 // If there's no destination then the source file will be copied
       
    20 // to the same name in /epoc32/include
       
    21 
       
    22 ../include/obexHeader.h 	SYMBIAN_APP_LAYER_PLATFORM_EXPORT_PATH(obexheader.h)
       
    23 ../include/obexHeaderList.h 	SYMBIAN_APP_LAYER_PUBLIC_EXPORT_PATH(obexheaderlist.h)
       
    24 ../include/obexinternalutils.h	SYMBIAN_APP_LAYER_PLATFORM_EXPORT_PATH(obexinternalutils.h)
       
    25 ../include/ObexUtils.h SYMBIAN_APP_LAYER_PLATFORM_EXPORT_PATH(obexutils.h)
       
    26 ../include/ListenerContainer.h SYMBIAN_APP_LAYER_PLATFORM_EXPORT_PATH(listenercontainer.h)
       
    27 ../include/btmsgtypeuid.h SYMBIAN_APP_LAYER_PUBLIC_EXPORT_PATH(btmsgtypeuid.h)
       
    28 ../include/cobexsendoperation.h SYMBIAN_APP_LAYER_PUBLIC_EXPORT_PATH(cobexsendoperation.h)
       
    29 
       
    30 PRJ_MMPFILES
       
    31 // specify the .mmp files required for building the important component releasables
       
    32 // note that you should specify any .mmp files for test programs further down the file.
       
    33 //
       
    34 // It's best if the .MMP files are specified in the order in which the components are
       
    35 // built, but that eventually shouldn't matter
       
    36 //
       
    37 // Use C++ style #defines to denote that a component is only built for a particular platform
       
    38 //
       
    39 // specify "tidy" if the component you need to build doesn't need to be released to
       
    40 // the rest of the company
       
    41 // specify "ignore" if the MMP file exists but should be ignored - William wants this!
       
    42 
       
    43 ./obexMtmUtil.mmp
       
    44 
       
    45 
       
    46 
       
    47 PRJ_TESTMMPFILES
       
    48 // specify the .mmp files required for building any test programs here
       
    49 //
       
    50 // you can specify "manual" to denote that a test should be listed in a generated
       
    51 // batch file for running a group of tests which require user input during testing.
       
    52 // you can specify "support" to denote that a file is a test support file and shouldn't
       
    53 // be listed in a batch file for running a group of tests
       
    54 // By default, each test will be listed in a batch file for running a group of tests
       
    55 // which can be left to run without requiring watching over by the person running the tests,
       
    56 // i.e. tests where no user input is required.  The default will apply if neither "manual"
       
    57 // or "support" is specified.