authorisation/userpromptservice/database/test/dumpupsdb/group/dumpupsdb.mmp
changeset 8 35751d3474b7
child 15 da2ae96f639b
equal deleted inserted replaced
2:675a964f4eb5 8:35751d3474b7
       
     1 /*
       
     2 * Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the License "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 * A tool to export/imports UPS Decision Database
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 TARGET		dumpupsdb.exe
       
    21 TARGETTYPE	exe
       
    22 UID			0x101f7295 0x1028369D
       
    23 
       
    24 CAPABILITY  allfiles
       
    25 
       
    26 SOURCEPATH	../source
       
    27 SOURCE		dumpupsdb.cpp
       
    28 SOURCE		activewaiter.cpp
       
    29 
       
    30 USERINCLUDE		../source
       
    31 USERINCLUDE		../../../inc
       
    32 USERINCLUDE		../../../../inc
       
    33 USERINCLUDE		../../../../inc_private
       
    34 
       
    35 SYSTEMINCLUDE	/epoc32/include
       
    36 SYSTEMINCLUDE	/epoc32/include/test
       
    37 SYSTEMINCLUDE	/epoc32/include/libc
       
    38 
       
    39 LIBRARY		upsmanagement.lib
       
    40 LIBRARY		estlib.lib 
       
    41 LIBRARY		euser.lib
       
    42 LIBRARY     upsdb.lib
       
    43 LIBRARY		efsrv.lib
       
    44 LIBRARY     bafl.lib 
       
    45 LIBRARY     estor.lib
       
    46 LIBRARY     charconv.lib
       
    47 
       
    48 SMPSAFE