datacommsserver/networkingdialogapi/group/bld.inf
changeset 0 dfb7c4ff071f
equal deleted inserted replaced
-1:000000000000 0:dfb7c4ff071f
       
     1 // Copyright (c) 2000-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 // Connection agent dialog support
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 
       
    23 #include "../agentnotifier/group/bld.inf"
       
    24 
       
    25 PRJ_PLATFORMS
       
    26 
       
    27 DEFAULT
       
    28 
       
    29 PRJ_EXPORTS
       
    30 
       
    31 ../group/agentdialog.iby       /epoc32/rom/include/agentdialog.iby
       
    32 
       
    33 ../inc/AgentDialog.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(agentdialog.h)
       
    34 
       
    35 ../bwins/AgentDialogu.def      /epoc32/include/def/bwins/agentdialogu.def
       
    36 ../eabi/AGENTDIALOGU.DEF       /epoc32/include/def/eabi/agentdialogu.def
       
    37 
       
    38 // legacy locations for def files
       
    39 ../bwins/AgentDialogu.def      /epoc32/release/wins/agentdialogu.def
       
    40 ../eabi/AGENTDIALOGU.DEF       /epoc32/release/eabi/agentdialogu.def
       
    41 
       
    42 PRJ_TESTEXPORTS
       
    43 
       
    44 ../group/tdialog.iby           /epoc32/rom/include/tdialog.iby
       
    45 ../TE_Dialog/group/TE_DialogServer.iby                           /epoc32/rom/include/te_dialogserver.iby
       
    46 
       
    47 ../TE_Dialog/Scripts/te_dialog.script  	/epoc32/release/wins/udeb/z/testdata/scripts/te_dialog.script
       
    48 ../TE_Dialog/Scripts/te_dialog.script  	/epoc32/release/winscw/udeb/z/testdata/scripts/te_dialog.script
       
    49 ../TE_Dialog/Scripts/te_dialog.script   /epoc32/release/wins/urel/z/testdata/scripts/te_dialog.script
       
    50 ../TE_Dialog/Scripts/te_dialog.script  	/epoc32/release/winscw/urel/z/testdata/scripts/te_dialog.script
       
    51 
       
    52 ../TE_Dialog/Scripts/te_dialog_with_snap.cfg   /epoc32/release/wins/udeb/z/testdata/configs/te_dialog_with_snap.cfg
       
    53 ../TE_Dialog/Scripts/te_dialog_with_snap.cfg   /epoc32/release/wins/urel/z/testdata/configs/te_dialog_with_snap.cfg
       
    54 ../TE_Dialog/Scripts/te_dialog_with_snap.cfg   /epoc32/release/winscw/udeb/z/testdata/configs/te_dialog_with_snap.cfg
       
    55 ../TE_Dialog/Scripts/te_dialog_with_snap.cfg   /epoc32/release/winscw/urel/z/testdata/configs/te_dialog_with_snap.cfg
       
    56 
       
    57 PRJ_MMPFILES
       
    58 
       
    59 agentdialoglib.mmp
       
    60 
       
    61 PRJ_TESTMMPFILES
       
    62 
       
    63 ../group/TDialog.mmp
       
    64 ../TE_Dialog/group/TE_DialogServer.mmp
       
    65