remotemgmt_plat/syncml_client_api/tsrc/group/TestHistoryLog.mmp
changeset 0 b497e44ab2fc
child 25 b183ec05bd8c
equal deleted inserted replaced
-1:000000000000 0:b497e44ab2fc
       
     1 /*
       
     2 * Copyright (c) 2002 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: definition of dm constants/exported methods
       
    15 * 	This is part of remotemgmt_plat.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #include <data_caging_paths.hrh>
       
    21 #if defined(__S60_)
       
    22         // To get the MW_LAYER_SYSTEMINCLUDE-definition
       
    23         #include <platform_paths.hrh>
       
    24 #endif
       
    25 #ifdef EKA2
       
    26 #include "defaultcaps.hrh"
       
    27 CAPABILITY CAP_GENERAL_DLL
       
    28 VENDORID 	VID_DEFAULT
       
    29 #endif
       
    30 
       
    31 TARGET          TestHistoryLog.dll
       
    32 TARGETPATH			PROGRAMS_DIR
       
    33 TARGETTYPE      dll
       
    34 UID             0x1000008D 0x101FB3E3
       
    35 
       
    36 DEFFILE         TestHistoryLog.def
       
    37 
       
    38 SOURCEPATH      ../src
       
    39 SOURCE          testHistoryLog.cpp
       
    40 SOURCE          TestHistoryLogBlocks.cpp
       
    41 
       
    42 //RESOURCE        resource_file
       
    43 
       
    44 USERINCLUDE ../inc
       
    45 USERINCLUDE ../../../../inc
       
    46 USERINCLUDE ../../../../syncmlfw/common/historylog/inc
       
    47 
       
    48 #if defined(__S60_)
       
    49     MW_LAYER_SYSTEMINCLUDE
       
    50 #else
       
    51 SYSTEMINCLUDE   /epoc32/include 
       
    52 #endif
       
    53 
       
    54 LIBRARY         euser.lib
       
    55 LIBRARY         estor.lib
       
    56 LIBRARY         bafl.lib
       
    57 LIBRARY         stiftestinterface.lib
       
    58 LIBRARY					nsmlhistorylog.lib
       
    59 
       
    60 LANG			SC
       
    61 
       
    62 
       
    63 SMPSAFE
       
    64 // End of File
       
    65