loc_plat/location_centre_api/tsrc/group/testlc.mmp
branchRCL_3
changeset 16 4721bd00d3da
parent 14 3a25f69541ff
child 21 e15b7f06eba6
equal deleted inserted replaced
14:3a25f69541ff 16:4721bd00d3da
     1 /*
       
     2 * Copyright (c) 2007 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:  Test Module DLL to Location Centre API
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          testlc.dll
       
    22 TARGETTYPE      dll
       
    23 UID             0x1000008D 0x101FB3E3
       
    24 
       
    25 CAPABILITY      ALL -TCB
       
    26 /* Remove comments and replace 0x00000000 with correct vendor id */
       
    27 // VENDORID     0x00000000
       
    28 /* Remove comments and replace 0x00000000 with correct secure id */
       
    29 // SECUREID     0x00000000
       
    30 
       
    31 //TARGETPATH
       
    32 DEFFILE         testlc.def
       
    33 
       
    34 SOURCEPATH      ../src
       
    35 SOURCE          testlc.cpp
       
    36 SOURCE          testlcBlocks.cpp
       
    37 SOURCE          testlcservice.cpp
       
    38 SOURCE          testlocationappinfo.cpp
       
    39 SOURCE          testlocationappinfoarray.cpp
       
    40 SOURCE          testlocationappfilter.cpp
       
    41 
       
    42 USERINCLUDE     ../inc 
       
    43 
       
    44 APP_LAYER_SYSTEMINCLUDE
       
    45 
       
    46 
       
    47 LIBRARY         euser.lib
       
    48 LIBRARY         stiftestinterface.lib
       
    49 LIBRARY         stiftestengine.lib
       
    50 LIBRARY         lcservice.lib
       
    51 
       
    52 LANG            SC
       
    53 
       
    54 // End of File