sbsv2/raptor/test/smoke_suite/test_resources/tracecompiler/testTC/group/test.TC.mmp
branchfix
changeset 300 e87b08dc4b44
equal deleted inserted replaced
298:15d964981d94 300:e87b08dc4b44
       
     1 /*
       
     2 * Copyright (c) 2009-2010 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: 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          testTC.dll
       
    22 TARGETTYPE      dll
       
    23 UID             0x1000008d
       
    24 
       
    25 CAPABILITY      all
       
    26 
       
    27 DEFFILE         ../eabi/
       
    28 
       
    29 SOURCEPATH      ../src 
       
    30 SOURCE          wlanhwinit.cpp
       
    31 SOURCE          wlanhwinitmain.cpp
       
    32 SOURCE          wlanhwinitpermparser.cpp
       
    33 
       
    34 USERINCLUDE     ../inc
       
    35 USERINCLUDE     ../traces
       
    36 OS_LAYER_SYSTEMINCLUDE
       
    37 SYSTEMINCLUDE   /epoc32/include/libc
       
    38 SYSTEMINCLUDE   /epoc32/include/internal
       
    39 SYSTEMINCLUDE   /epoc32/include/platform
       
    40 
       
    41 LIBRARY         euser.lib
       
    42 LIBRARY		iscapi.lib
       
    43 LIBRARY         isimessage.lib
       
    44 LIBRARY		efsrv.lib
       
    45