commsfwtools/preparedefaultcommsdatabase/group/tools2v9.4/bld.inf
changeset 0 dfb7c4ff071f
equal deleted inserted replaced
-1:000000000000 0:dfb7c4ff071f
       
     1 // Copyright (c) 2008-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 // This bld.inf file is only for building on the tools2 platform.
       
    15 // The tools2 build environment is required to use this file.
       
    16 // The tools2 version of commsdat depends upon the following tools2 libraries which must be built first.
       
    17 // symcenrep 
       
    18 // symxml 
       
    19 // symstore 
       
    20 // symfile 
       
    21 // symuser 
       
    22 // Comms configuration database
       
    23 // 
       
    24 //
       
    25 
       
    26 /**
       
    27  @file
       
    28 */
       
    29 
       
    30 PRJ_PLATFORMS
       
    31 TOOLS2
       
    32 
       
    33 PRJ_EXTENSIONS
       
    34 
       
    35 start extension tools/x86tool
       
    36 option TARGET_NAME commsdatV9_4
       
    37 option TARGET_TYPE lib
       
    38 option SOURCE ../../src/MetaDatabaseVisitor.cpp  \
       
    39               ../../src/MetaDatabaseVisitorRecordSet.cpp \
       
    40               ../../src/MetaDatabaseVisitorRecordLink.cpp \
       
    41               ../../src/MetaDatabaseVisitorGenericRecord.cpp \
       
    42               ../../src/CommsDat.cpp \
       
    43 	        ../../src/CommsDatTypesV1_1.cpp \
       
    44               ../../src/CommsDatUtilImpl.cpp \
       
    45               ../../src/CommsDatSchema.cpp \
       
    46               ../../src/CommsDatSessionImpl.cpp \
       
    47               ../../src/MetaDatabase.cpp \
       
    48               ../../src/CommsDatMapperAndValidatorUtils.cpp \
       
    49               ../../src/CommsDatValidator.cpp \
       
    50               ../../src/netmetalib.cpp 
       
    51 option INCLUDES ../../inc
       
    52 option BUILDINC ../../inc/v9.4.h
       
    53 option MACROS __FLOG_NO_UDEB
       
    54 end
       
    55 
       
    56 #include "../../Tools/ced/group/tools2v9.4/bld.inf"
       
    57 #include "../../Tools/ceddump/group/tools2v9.4/bld.inf"
       
    58 
       
    59 #include "../../te_commsdat/group/tools2v9.4/bld.inf"
       
    60 #include "../../Tools/ced/te_ced/group/tools2v9.4/bld.inf"
       
    61 #include "../../Tools/cdbtest/group/tools2v9.4/bld.inf"
       
    62 
       
    63 
       
    64