classicui_plat/extended_editors_api/tsrc/group/testdomeditor.mmp
changeset 0 2f259fa3e83a
child 51 fcdfafb36fe7
child 67 5f6e7f84c9d1
equal deleted inserted replaced
-1:000000000000 0:2f259fa3e83a
       
     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:  test aknedformaccessor.h, aknedwindrawingmodifier.h
       
    15 *                and aknphonenumbereditor.h
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #include <data_caging_paths.hrh> 
       
    21 #ifdef SBSV2
       
    22     #include <platform_paths.hrh>
       
    23 #else // SBSV2 not defined
       
    24     #include <platform_paths.hrh>
       
    25 #endif // SBSV2
       
    26 
       
    27 TARGET          testdomeditor.dll
       
    28 TARGETTYPE      dll
       
    29 UID             0x1000008D 0x2001CB80
       
    30 
       
    31 CAPABILITY      ALL -TCB
       
    32 
       
    33 DEFFILE         testdomeditor.def
       
    34 
       
    35 #ifdef SBSV2
       
    36     USERINCLUDE     ../inc 
       
    37 
       
    38     MW_LAYER_SYSTEMINCLUDE
       
    39 
       
    40     SOURCEPATH     ../data
       
    41     START RESOURCE  testdomeditor.rss
       
    42     HEADER
       
    43     TARGETPATH RESOURCE_FILES_DIR
       
    44     LANGUAGE_IDS
       
    45     END
       
    46 
       
    47     SOURCEPATH      ../src
       
    48 #else // SBSV2 not defined
       
    49     USERINCLUDE     ../inc 
       
    50 
       
    51     MW_LAYER_SYSTEMINCLUDE
       
    52 
       
    53     SOURCEPATH     ../data
       
    54     START RESOURCE  testdomeditor.rss
       
    55     HEADER
       
    56     TARGETPATH RESOURCE_FILES_DIR
       
    57     LANGUAGE_IDS
       
    58     END
       
    59 
       
    60     SOURCEPATH      ../src
       
    61 #endif // SBSV2
       
    62 
       
    63 SOURCE          testdomeditor.cpp
       
    64 SOURCE          testdomeditorblocks.cpp
       
    65 SOURCE          testdomeditorblocksaknedformaccessor.cpp
       
    66 SOURCE          testdomeditorblocksaknedwindrawingmodifier.cpp
       
    67 SOURCE          testdomeditorblocksaknphonenumbereditor.cpp
       
    68 SOURCE          testdomeditorcontainer.cpp
       
    69 
       
    70 LIBRARY         euser.lib
       
    71 LIBRARY         stiftestinterface.lib
       
    72 LIBRARY         stiftestengine.lib
       
    73 LIBRARY         avkon.lib
       
    74 LIBRARY         eikcoctl.lib
       
    75 LIBRARY         eikctl.lib
       
    76 LIBRARY         form.lib
       
    77 LIBRARY         uiklaf.lib
       
    78 LIBRARY         cone.lib
       
    79 LIBRARY         bafl.lib
       
    80 
       
    81 
       
    82 LANG            SC
       
    83 
       
    84 // End of File