commsfwtools/preparedefaultcommsdatabase/Tools/ceddump/group/tools2v9.5/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 // Comms configuration database
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 PRJ_PLATFORMS
       
    23 TOOLS2
       
    24 
       
    25 PRJ_EXTENSIONS
       
    26 
       
    27 start extension tools/x86tool
       
    28 option TARGET_NAME ceddumpv9_5 
       
    29 option TARGET_TYPE exe
       
    30 
       
    31 #ifdef SYMBIAN_NETWORKING_3GPPDEFAULTQOS
       
    32 option SOURCE ../../src/R99QosConversion.cpp \
       
    33               ../../src/filedump.cpp \
       
    34               ../../src/ceddumper.cpp \
       
    35               ../../src/epocerror.cpp \
       
    36               ../../src/mainentry.cpp
       
    37 #else
       
    38 option SOURCE ../../src/filedump.cpp \
       
    39               ../../src/ceddumper.cpp \
       
    40               ../../src/epocerror.cpp \
       
    41               ../../src/mainentry.cpp
       
    42 #endif
       
    43 
       
    44 option INCLUDES ../../inc ../../../ced/inc
       
    45 
       
    46 option LIBS commsdatV9_5 symcenrep symxml symstore symfile symuser 
       
    47 end
       
    48 
       
    49