phonesrv_plat/voice_mailbox_number_api/tsrc/group/vmbxenginetest.mmp
branchRCL_3
changeset 20 987c9837762f
parent 0 ff3b6d0fd310
equal deleted inserted replaced
19:7d48bed6ce0c 20:987c9837762f
       
     1 /*
       
     2 * Copyright (c) 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 "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:  For packing VMBXEngine test component.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // To get the MW_LAYER_SYSTEMINCLUDE-definition
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET      vmbxenginetest.dll
       
    23 TARGETTYPE  dll
       
    24 DEFFILE     vmbxenginetest.def
       
    25 
       
    26 CAPABILITY  ALL -TCB
       
    27 VENDORID    0x101FB657
       
    28 SECUREID    0x102073DB
       
    29 
       
    30 LIBRARY     euser.lib
       
    31 LIBRARY     stiftestinterface.lib
       
    32 LIBRARY     vmbx.lib
       
    33 
       
    34 LIBRARY     centralrepository.lib
       
    35 LIBRARY     cenrepnotifhandler.lib
       
    36 
       
    37 SOURCEPATH      ..\src
       
    38 SOURCE          vmbxenginetest.cpp
       
    39 
       
    40 USERINCLUDE        ..\inc 
       
    41 
       
    42 MW_LAYER_SYSTEMINCLUDE
       
    43 
       
    44 // First UID is DLL UID, Second UID is STIF Test Framework UID
       
    45 UID             0x1000A834 0x101FB3E7
       
    46 
       
    47