obex/obexprotocol/obex/group/bld.inf
author hgs
Tue, 19 Oct 2010 11:00:12 +0800
changeset 57 f6055a57ae18
permissions -rw-r--r--
201041_03
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
57
f6055a57ae18 201041_03
hgs
parents:
diff changeset
     1
// Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
f6055a57ae18 201041_03
hgs
parents:
diff changeset
     2
// All rights reserved.
f6055a57ae18 201041_03
hgs
parents:
diff changeset
     3
// This component and the accompanying materials are made available
f6055a57ae18 201041_03
hgs
parents:
diff changeset
     4
// under the terms of "Eclipse Public License v1.0"
f6055a57ae18 201041_03
hgs
parents:
diff changeset
     5
// which accompanies this distribution, and is available
f6055a57ae18 201041_03
hgs
parents:
diff changeset
     6
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
f6055a57ae18 201041_03
hgs
parents:
diff changeset
     7
//
f6055a57ae18 201041_03
hgs
parents:
diff changeset
     8
// Initial Contributors:
f6055a57ae18 201041_03
hgs
parents:
diff changeset
     9
// Nokia Corporation - initial contribution.
f6055a57ae18 201041_03
hgs
parents:
diff changeset
    10
//
f6055a57ae18 201041_03
hgs
parents:
diff changeset
    11
// Contributors:
f6055a57ae18 201041_03
hgs
parents:
diff changeset
    12
//
f6055a57ae18 201041_03
hgs
parents:
diff changeset
    13
// Description:
f6055a57ae18 201041_03
hgs
parents:
diff changeset
    14
// Implementation of Object Exchange Protocol
f6055a57ae18 201041_03
hgs
parents:
diff changeset
    15
// 
f6055a57ae18 201041_03
hgs
parents:
diff changeset
    16
//
f6055a57ae18 201041_03
hgs
parents:
diff changeset
    17
f6055a57ae18 201041_03
hgs
parents:
diff changeset
    18
/**
f6055a57ae18 201041_03
hgs
parents:
diff changeset
    19
 @file
f6055a57ae18 201041_03
hgs
parents:
diff changeset
    20
*/
f6055a57ae18 201041_03
hgs
parents:
diff changeset
    21
f6055a57ae18 201041_03
hgs
parents:
diff changeset
    22
PRJ_EXPORTS
f6055a57ae18 201041_03
hgs
parents:
diff changeset
    23
f6055a57ae18 201041_03
hgs
parents:
diff changeset
    24
../public/OBEX.H SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(obex.h)
f6055a57ae18 201041_03
hgs
parents:
diff changeset
    25
../public/obexbase.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(obexbase.h)
f6055a57ae18 201041_03
hgs
parents:
diff changeset
    26
../public/obexbaseobject.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(obexbaseobject.h)
f6055a57ae18 201041_03
hgs
parents:
diff changeset
    27
../public/obexclient.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(obexclient.h)
f6055a57ae18 201041_03
hgs
parents:
diff changeset
    28
../public/obexconstants.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(obexconstants.h)
f6055a57ae18 201041_03
hgs
parents:
diff changeset
    29
../public/obexpanics.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(obexpanics.h)
f6055a57ae18 201041_03
hgs
parents:
diff changeset
    30
../public/obexheaders.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(obexheaders.h)
f6055a57ae18 201041_03
hgs
parents:
diff changeset
    31
../public/obexobjects.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(obexobjects.h)
f6055a57ae18 201041_03
hgs
parents:
diff changeset
    32
../public/obexserver.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(obexserver.h)
f6055a57ae18 201041_03
hgs
parents:
diff changeset
    33
../public/obextypes.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(obextypes.h)
f6055a57ae18 201041_03
hgs
parents:
diff changeset
    34
../public/obexfinalpacketobserver.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(obexfinalpacketobserver.h)
f6055a57ae18 201041_03
hgs
parents:
diff changeset
    35
../public/obexreadactivityobserver.h SYMBIAN_MW_LAYER_PLATFORM_EXPORT_PATH(obexreadactivityobserver.h)
f6055a57ae18 201041_03
hgs
parents:
diff changeset
    36
../inc/obexconstantsinternal.h	SYMBIAN_MW_LAYER_PLATFORM_EXPORT_PATH(obexconstantsinternal.h)
f6055a57ae18 201041_03
hgs
parents:
diff changeset
    37
// NB obexcommontransport depends on these files to compile, but obex depends 
f6055a57ae18 201041_03
hgs
parents:
diff changeset
    38
// on obexcommontransport to link. This is a circular dependency. Due to how 
f6055a57ae18 201041_03
hgs
parents:
diff changeset
    39
// our build system works (export all the headers before trying to build 
f6055a57ae18 201041_03
hgs
parents:
diff changeset
    40
// anything) it doesn't cause a build break.
f6055a57ae18 201041_03
hgs
parents:
diff changeset
    41
../public/ObexBtTransportInfo.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(obexbttransportinfo.h)
f6055a57ae18 201041_03
hgs
parents:
diff changeset
    42
../public/ObexUsbTransportInfo.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(obexusbtransportinfo.h)
f6055a57ae18 201041_03
hgs
parents:
diff changeset
    43
../public/ObexTransportInfo.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(obextransportinfo.h)
f6055a57ae18 201041_03
hgs
parents:
diff changeset
    44
../public/ObexIrTransportInfo.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(obexirtransportinfo.h)
f6055a57ae18 201041_03
hgs
parents:
diff changeset
    45
f6055a57ae18 201041_03
hgs
parents:
diff changeset
    46
PRJ_MMPFILES
f6055a57ae18 201041_03
hgs
parents:
diff changeset
    47
obex.mmp
f6055a57ae18 201041_03
hgs
parents:
diff changeset
    48
irobex.mmp	// Build irobex.lib to allow legacy components to continue linking without source changes
f6055a57ae18 201041_03
hgs
parents:
diff changeset
    49
f6055a57ae18 201041_03
hgs
parents:
diff changeset
    50
f6055a57ae18 201041_03
hgs
parents:
diff changeset
    51
PRJ_TESTEXPORTS
f6055a57ae18 201041_03
hgs
parents:
diff changeset
    52
../test/tobex/Contactsbak.vcf /epoc32/wins/c/contactsbak.vcf
f6055a57ae18 201041_03
hgs
parents:
diff changeset
    53
../test/tobex/Contactsbak2.vcf /epoc32/wins/c/contactsbak2.vcf
f6055a57ae18 201041_03
hgs
parents:
diff changeset
    54
../test/tobex/Contactsbak3.vcf /epoc32/wins/c/contactsbak3.vcf
f6055a57ae18 201041_03
hgs
parents:
diff changeset
    55
f6055a57ae18 201041_03
hgs
parents:
diff changeset
    56
PRJ_TESTMMPFILES
f6055a57ae18 201041_03
hgs
parents:
diff changeset
    57
f6055a57ae18 201041_03
hgs
parents:
diff changeset
    58
../test/tobex/TOBEX.MMP
f6055a57ae18 201041_03
hgs
parents:
diff changeset
    59
../test/testobexerrorcodes/TestObexErrorCodes.mmp
f6055a57ae18 201041_03
hgs
parents:
diff changeset
    60
../test/headercheck/group/t_obexheadercheck.mmp