os/security/authorisation/userpromptservice/server/group/bld.inf
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 /*
     2 * Copyright (c) 2008-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 *
    16 */
    17 
    18 
    19 
    20 PRJ_EXPORTS
    21 ../inc/upsclient.h			SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(ups/upsclient.h)
    22 
    23 PRJ_MMPFILES
    24 
    25 #ifndef TOOLS
    26 #ifndef TOOLS2
    27 
    28 ../source/upsclient/upsclient
    29 ../source/upsclient/upsmanagement
    30 ../source/upsserver/upsserver
    31 
    32 PRJ_EXTENSIONS
    33 start       extension        security/upsserver
    34 end
    35 
    36 #endif
    37 #endif
    38 
    39 PRJ_TESTMMPFILES
    40 
    41 #ifndef TOOLS
    42 #ifndef TOOLS2
    43 #ifndef GCCXML
    44 
    45 ../test/upstest/upstest
    46 ../test/upstest/upstestobsif
    47 ../test/upstest/upstestoom
    48 ../test/upstest/upstestobsifoom
    49 
    50 #endif
    51 #endif
    52 #endif