locsrv_plat/location_settings_launch_api/tsrc/group/testlocsettingsuiclient.mmp
branchRCL_3
changeset 44 2b4ea9893b66
parent 42 02ba3f1733c6
child 45 6b6920c56e2f
equal deleted inserted replaced
42:02ba3f1733c6 44:2b4ea9893b66
     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:
       
    15 *
       
    16 */
       
    17 /*TYPE TESTCLASS*//*
       
    18 * Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies).
       
    19 * All rights reserved.
       
    20 * This component and the accompanying materials are made available
       
    21 * under the terms of "Eclipse Public License v1.0"
       
    22 * which accompanies this distribution, and is available
       
    23 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
    24 *
       
    25 * Initial Contributors:
       
    26 * Nokia Corporation - initial contribution.
       
    27 *
       
    28 * Contributors:
       
    29 *
       
    30 * Description:  Test Module DLL to Location Settings Launch API
       
    31 *
       
    32 */
       
    33 
       
    34 
       
    35 #include <platform_paths.hrh>
       
    36 
       
    37 TARGET          testlocsettingsuiclient.dll
       
    38 TARGETTYPE      dll
       
    39 UID             0x1000008D 0x101FB3E3
       
    40 
       
    41 CAPABILITY      ALL -TCB
       
    42 /* Remove comments and replace 0x00000000 with correct vendor id */
       
    43 // VENDORID     0x00000000
       
    44 /* Remove comments and replace 0x00000000 with correct secure id */
       
    45 // SECUREID     0x00000000
       
    46 
       
    47 //TARGETPATH
       
    48 DEFFILE         testlocsettingsuiclient.def
       
    49 
       
    50 SOURCEPATH      ../src
       
    51 SOURCE          testlocsettingsuiclient.cpp
       
    52 SOURCE          testlocsettingsuiclientBlocks.cpp
       
    53 SOURCE          testlocsettingsuiclientao.cpp
       
    54 
       
    55 //RESOURCE        resource_file
       
    56 //RESOURCE        resource_file2
       
    57 
       
    58 USERINCLUDE     ../inc 
       
    59 
       
    60 MW_LAYER_SYSTEMINCLUDE
       
    61 
       
    62 LIBRARY         euser.lib
       
    63 LIBRARY         stiftestinterface.lib
       
    64 LIBRARY			locsettingsuiclient.lib cone.lib
       
    65 
       
    66 LANG            SC
       
    67 
       
    68 // End of File