networkcontrol/ipupsplugins/group/bld.inf
branchRCL_3
changeset 5 1422c6cd3f0c
parent 1 a579325b79dd
child 6 e7dfaa7b0b8d
child 10 c64cefac6e99
equal deleted inserted replaced
1:a579325b79dd 5:1422c6cd3f0c
     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 // UPS Plugins and Utilities for IP Networking
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 #define SYMBIAN_NETWORKING_UPS
       
    23 
       
    24 #ifdef SYMBIAN_NETWORKING_UPS
       
    25 
       
    26 #include "../dialogcreator/group/bld.inf"
       
    27 
       
    28 PRJ_PLATFORMS
       
    29 DEFAULT
       
    30 
       
    31 PRJ_TESTEXPORTS
       
    32 ../test/te_ipups/scripts/te_ipups.script  		z:/testdata/scripts/te_ipups/te_ipups.script
       
    33 ../test/te_ipups/data/te_ipups.ini  			z:/testdata/configs/te_ipups/te_ipups.ini
       
    34 
       
    35 ../test/te_ipups/group/te_ipups.iby				/epoc32/rom/include/te_ipups.iby
       
    36 
       
    37 PRJ_TESTMMPFILES
       
    38 ../test/te_ipups/group/te_ipups.mmp
       
    39 
       
    40 #endif