classicui_pub/document_handler_api/tsrc/group/testsdkdocumenthandler.mmp
branchRCL_3
changeset 56 d48ab3b357f1
child 72 a5e7a4f63858
equal deleted inserted replaced
55:aecbbf00d063 56:d48ab3b357f1
       
     1 /*
       
     2 * Copyright (c) 2002 - 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 document_handler_api 
       
    15 *
       
    16 */
       
    17 
       
    18 #include <data_caging_paths.hrh> 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 
       
    23 TARGET          testsdkdocumenthandler.dll
       
    24 TARGETTYPE      dll
       
    25 UID 0x1000008D 0x2001CB80
       
    26 
       
    27 CAPABILITY      ALL -TCB
       
    28 
       
    29 DEFFILE         testsdkdocumenthandler.def
       
    30 
       
    31 USERINCLUDE     ../inc 
       
    32 
       
    33 MW_LAYER_SYSTEMINCLUDE
       
    34 
       
    35 SOURCEPATH      ../src
       
    36 
       
    37 
       
    38 SOURCE          testsdkdocumenthandler.cpp
       
    39 SOURCE          testsdkdocumenthandlerblocks.cpp 
       
    40 SOURCE          testsdkdocumenthandlerobserver.cpp
       
    41 
       
    42 LIBRARY         euser.lib
       
    43 LIBRARY         StifTestInterface.lib
       
    44 LIBRARY         stiftestengine.lib
       
    45 LIBRARY         commonui.lib
       
    46 LIBRARY         eikcore.lib
       
    47 LIBRARY         cone.lib
       
    48 LIBRARY         efsrv.lib
       
    49 LIBRARY         apmime.lib
       
    50 LIBRARY         avkon.lib
       
    51 LIBRARY         apparc.lib
       
    52 LIBRARY         platformenv.lib
       
    53 
       
    54 LANG            SC
       
    55 
       
    56 // End of File