obex/obexprotocol/obex/group/bld.inf
changeset 54 4dc88a4ac6f4
parent 52 866b4af7ffbe
child 57 f6055a57ae18
equal deleted inserted replaced
52:866b4af7ffbe 54:4dc88a4ac6f4
     1 // Copyright (c) 2005-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 // Implementation of Object Exchange Protocol
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 PRJ_EXPORTS
       
    23 
       
    24 ../public/OBEX.H SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(obex.h)
       
    25 ../public/obexbase.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(obexbase.h)
       
    26 ../public/obexbaseobject.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(obexbaseobject.h)
       
    27 ../public/obexclient.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(obexclient.h)
       
    28 ../public/obexconstants.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(obexconstants.h)
       
    29 ../public/obexpanics.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(obexpanics.h)
       
    30 ../public/obexheaders.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(obexheaders.h)
       
    31 ../public/obexobjects.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(obexobjects.h)
       
    32 ../public/obexserver.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(obexserver.h)
       
    33 ../public/obextypes.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(obextypes.h)
       
    34 ../public/obexfinalpacketobserver.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(obexfinalpacketobserver.h)
       
    35 ../public/obexreadactivityobserver.h SYMBIAN_MW_LAYER_PLATFORM_EXPORT_PATH(obexreadactivityobserver.h)
       
    36 ../inc/obexconstantsinternal.h	SYMBIAN_MW_LAYER_PLATFORM_EXPORT_PATH(obexconstantsinternal.h)
       
    37 // NB obexcommontransport depends on these files to compile, but obex depends 
       
    38 // on obexcommontransport to link. This is a circular dependency. Due to how 
       
    39 // our build system works (export all the headers before trying to build 
       
    40 // anything) it doesn't cause a build break.
       
    41 ../public/ObexBtTransportInfo.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(obexbttransportinfo.h)
       
    42 ../public/ObexUsbTransportInfo.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(obexusbtransportinfo.h)
       
    43 ../public/ObexTransportInfo.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(obextransportinfo.h)
       
    44 ../public/ObexIrTransportInfo.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(obexirtransportinfo.h)
       
    45 
       
    46 PRJ_MMPFILES
       
    47 obex.mmp
       
    48 irobex.mmp	// Build irobex.lib to allow legacy components to continue linking without source changes
       
    49 
       
    50 
       
    51 PRJ_TESTEXPORTS
       
    52 ../test/tobex/Contactsbak.vcf /epoc32/wins/c/contactsbak.vcf
       
    53 ../test/tobex/Contactsbak2.vcf /epoc32/wins/c/contactsbak2.vcf
       
    54 ../test/tobex/Contactsbak3.vcf /epoc32/wins/c/contactsbak3.vcf
       
    55 
       
    56 PRJ_TESTMMPFILES
       
    57 
       
    58 ../test/tobex/TOBEX.MMP
       
    59 ../test/testobexerrorcodes/TestObexErrorCodes.mmp
       
    60 ../test/headercheck/group/t_obexheadercheck.mmp