classicui_pub/input_frame_api/tsrc/group/testsdkif.mmp
branchRCL_3
changeset 56 d48ab3b357f1
child 72 a5e7a4f63858
equal deleted inserted replaced
55:aecbbf00d063 56:d48ab3b357f1
       
     1 /*TYPE TESTCLASS*//*
       
     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:  input_frame_api
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh> 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET          testsdkif.dll
       
    23 TARGETTYPE      dll
       
    24 UID             0x1000008D 0x2001CB80
       
    25 
       
    26 CAPABILITY      ALL -TCB
       
    27 
       
    28 DEFFILE         testsdkif.def
       
    29 
       
    30 #ifdef SBSV2
       
    31     USERINCLUDE     ../inc 
       
    32 
       
    33     MW_LAYER_SYSTEMINCLUDE
       
    34     SOURCEPATH     ../data
       
    35     START RESOURCE  testsdkif.rss
       
    36     HEADER
       
    37     TARGETPATH RESOURCE_FILES_DIR
       
    38     LANGUAGE_IDS
       
    39     END
       
    40 
       
    41     SOURCEPATH      ../src
       
    42 #else // SBSV2 not defined
       
    43 USERINCLUDE     ../inc 
       
    44 
       
    45 MW_LAYER_SYSTEMINCLUDE
       
    46     SOURCEPATH     ../data
       
    47     START RESOURCE  testsdkif.rss
       
    48     HEADER
       
    49     TARGETPATH RESOURCE_FILES_DIR
       
    50     LANGUAGE_IDS
       
    51     END
       
    52 
       
    53 SOURCEPATH      ../src
       
    54 #endif // SBSV2
       
    55 
       
    56 SOURCE          testsdkif.cpp
       
    57 SOURCE          testsdkifblocks.cpp
       
    58 SOURCE          testsdkifcontainer.cpp
       
    59 
       
    60 LIBRARY         euser.lib
       
    61 LIBRARY         StifTestInterface.lib
       
    62 LIBRARY         stiftestengine.lib
       
    63 LIBRARY         aknicon.lib
       
    64 LIBRARY         avkon.lib 
       
    65 LIBRARY         eikcoctl.lib
       
    66 LIBRARY         eikctl.lib 
       
    67 LIBRARY         form.lib
       
    68 LIBRARY         uiklaf.lib 
       
    69 LIBRARY         fbscli.lib 
       
    70 LIBRARY         egul.lib 
       
    71 LIBRARY         cone.lib 
       
    72 LIBRARY         bafl.lib 
       
    73 LIBRARY         aknskins.lib
       
    74 LIBRARY         aknskinsrv.lib
       
    75 LIBRARY         aknswallpaperutils.lib
       
    76 
       
    77 
       
    78 
       
    79 LANG            SC
       
    80 
       
    81 // End of File