adaptationlayer/tsy/simatktsy_dll/internal/test/simatktsy_testtool/notify/group/notify.mmp
changeset 4 510c70acdbf6
parent 3 1972d8c2e329
child 5 8ccc39f9d787
equal deleted inserted replaced
3:1972d8c2e329 4:510c70acdbf6
     1 /*
       
     2 * Copyright (c) 2002-2006 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 the License "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:   ?Description
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <non_foundation_paths.hrh>
       
    21 // Internal flags
       
    22 #include    "../../group/support.h"
       
    23 
       
    24 #ifdef LEGACY_SUPPORT
       
    25 // Set macro for cpp/h files
       
    26 MACRO    LEGACY   
       
    27 #endif // LEGACY_SUPPORT
       
    28 
       
    29 #ifndef LEGACY_SUPPORT
       
    30 #include <platform_paths.hrh>
       
    31 #endif // LEGACY_SUPPORT
       
    32 
       
    33 TARGET          simatknotify.dll
       
    34 TARGETTYPE      dll
       
    35 UID             0x1000008D 0x101FB3E3
       
    36 FEATUREVARIANT
       
    37 
       
    38 CAPABILITY	ALL -TCB
       
    39 VENDORID 	0x101FB657
       
    40 
       
    41 //TARGETPATH      ?target_path
       
    42 DEFFILE         notify.def
       
    43 
       
    44 SOURCEPATH      ../src
       
    45 SOURCE          notify.cpp
       
    46 SOURCE          notifyhandler.cpp
       
    47 
       
    48 USERINCLUDE     ../../core/inc
       
    49 USERINCLUDE     ../inc 
       
    50 
       
    51 #ifndef LEGACY_SUPPORT
       
    52 // Dependencies from other components
       
    53 OS_LAYER_SYSTEMINCLUDE
       
    54 #else
       
    55 SYSTEMINCLUDE   /epoc32/include 
       
    56 #endif // LEGACY_SUPPORT
       
    57 NON_FOUNDATION_ADAPT_LAYER_SYSTEMINCLUDE
       
    58 
       
    59 LIBRARY         euser.lib
       
    60 LIBRARY         stiftestinterface.lib
       
    61 LIBRARY         etel.lib
       
    62 LIBRARY	        etelmm.lib
       
    63 LIBRARY	        etelpckt.lib
       
    64 
       
    65 LANG			SC
       
    66 
       
    67 
       
    68 // End of File