xml/legacyminidomparser/xmldom/group/bld.inf
author hgs
Mon, 13 Sep 2010 13:16:40 +0530
changeset 34 c7e9f1c97567
permissions -rw-r--r--
201037
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
34
hgs
parents:
diff changeset
     1
// Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
hgs
parents:
diff changeset
     2
// All rights reserved.
hgs
parents:
diff changeset
     3
// This component and the accompanying materials are made available
hgs
parents:
diff changeset
     4
// under the terms of "Eclipse Public License v1.0"
hgs
parents:
diff changeset
     5
// which accompanies this distribution, and is available
hgs
parents:
diff changeset
     6
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
hgs
parents:
diff changeset
     7
//
hgs
parents:
diff changeset
     8
// Initial Contributors:
hgs
parents:
diff changeset
     9
// Nokia Corporation - initial contribution.
hgs
parents:
diff changeset
    10
//
hgs
parents:
diff changeset
    11
// Contributors:
hgs
parents:
diff changeset
    12
//
hgs
parents:
diff changeset
    13
// Description:
hgs
parents:
diff changeset
    14
//
hgs
parents:
diff changeset
    15
hgs
parents:
diff changeset
    16
PRJ_PLATFORMS
hgs
parents:
diff changeset
    17
    DEFAULT
hgs
parents:
diff changeset
    18
	
hgs
parents:
diff changeset
    19
PRJ_MMPFILES
hgs
parents:
diff changeset
    20
    xmldom.mmp
hgs
parents:
diff changeset
    21
    
hgs
parents:
diff changeset
    22
hgs
parents:
diff changeset
    23
PRJ_EXPORTS
hgs
parents:
diff changeset
    24
    ../inc/gmxmlcdatasection.h 				SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(gmxmlcdatasection.h)
hgs
parents:
diff changeset
    25
    ../inc/gmxmlcharacterData.h 			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(gmxmlcharacterdata.h)
hgs
parents:
diff changeset
    26
    ../inc/gmxmlcomment.h 					SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(gmxmlcomment.h)
hgs
parents:
diff changeset
    27
    ../inc/gmxmldocument.h 					SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(gmxmldocument.h)
hgs
parents:
diff changeset
    28
    ../inc/gmxmldomconstants.h 				SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(gmxmldomconstants.h)
hgs
parents:
diff changeset
    29
    ../inc/gmxmldocumentelement.h 			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(gmxmldocumentelement.h)
hgs
parents:
diff changeset
    30
    ../inc/gmxmlelement.h 					SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(gmxmlelement.h)
hgs
parents:
diff changeset
    31
    ../inc/gmxmlnode.h 						SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(gmxmlnode.h)
hgs
parents:
diff changeset
    32
    ../inc/gmxmlprocessinginstruction.h 	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(gmxmlprocessinginstruction.h)
hgs
parents:
diff changeset
    33
    ../inc/gmxmltext.h 						SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(gmxmltext.h)
hgs
parents:
diff changeset
    34
	#ifndef SYMBIAN_ENABLE_SPLIT_HEADERS 
hgs
parents:
diff changeset
    35
#ifdef SYMBIAN_OLD_EXPORT_LOCATION
hgs
parents:
diff changeset
    36
	../inc/gmxmldummydtd.h /epoc32/include/gmxmldummydtd.h
hgs
parents:
diff changeset
    37
#endif
hgs
parents:
diff changeset
    38
	#endif
hgs
parents:
diff changeset
    39
hgs
parents:
diff changeset
    40
hgs
parents:
diff changeset
    41