commonui/test/group/t_glxresolutionutilitiy.mmp
changeset 23 74c9f037fd5d
child 45 863223ea6961
equal deleted inserted replaced
5:f7f0874bfe7d 23:74c9f037fd5d
       
     1 /*
       
     2 * Copyright (c) 2007-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:  
       
    15  *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 TARGET          t_glxresolutionutilitiy.dll
       
    21 TARGETTYPE      dll
       
    22 UID             0x1000af5a 0x01700000
       
    23 
       
    24 CAPABILITY              ALL -TCB
       
    25 VENDORID                0x00000000
       
    26 
       
    27 // Sources required by the test suite
       
    28 SOURCEPATH              ../t_glxresolutionutilitiy
       
    29 SOURCE                  t_glxresolutionutilitiy_DllMain.cpp
       
    30 SOURCE                  t_glxresolutionutilitiy.cpp
       
    31 
       
    32 // Code under test
       
    33 SOURCEPATH              ../../src
       
    34 SOURCE                  glxresolutionmanager.cpp
       
    35 SOURCE                  glxresolutionutility.cpp
       
    36 
       
    37 
       
    38 USERINCLUDE             ../../inc // glxresolutionmanager
       
    39 
       
    40 SYSTEMINCLUDE           ../../../inc
       
    41 SYSTEMINCLUDE           ../../../common/inc
       
    42 
       
    43 APP_LAYER_SYSTEMINCLUDE
       
    44 
       
    45 SYSTEMINCLUDE           /epoc32/include/Digia/EUnit
       
    46 
       
    47 
       
    48 LIBRARY                 eunit.lib
       
    49 LIBRARY                 eunitutil.lib
       
    50 LIBRARY                 euser.lib                       
       
    51 LIBRARY                 avkon.lib                       // for AppUi
       
    52 LIBRARY                 cone.lib                        // for CCoeEnv
       
    53 LIBRARY                 eikcoctl.lib                    // for eikcoctl
       
    54 LIBRARY                 glxuiutilities.lib
       
    55 LIBRARY                 bafl.lib
       
    56 LIBRARY                 efsrv.lib
       
    57 LIBRARY                 estor.lib
       
    58 LIBRARY                 glxcommon.lib
       
    59 
       
    60 
       
    61 // GLX Libraries
       
    62 LIBRARY                 glxlogging.lib                  // for logging
       
    63 
       
    64 // allow writable static data
       
    65 #ifndef WINSCW
       
    66 EPOCALLOWDLLDATA
       
    67 #endif
       
    68 
       
    69 // End of file