common/tools/ats/smoketest/localisation/uiftestfw/group/appfwk_test_AppUi.mmp
changeset 793 0c32c669a39d
child 872 17498133d9ad
equal deleted inserted replaced
792:893b85cda81b 793:0c32c669a39d
       
     1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of the License "Symbian Foundation License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 
       
    17 
       
    18 /**
       
    19  @file
       
    20  @test
       
    21  @internalComponent - Internal Symbian test code 
       
    22 */
       
    23 
       
    24 #include <platform_paths.hrh>
       
    25 
       
    26 TARGET          appfwk_test_AppUi.dll
       
    27 TARGETTYPE      DLL
       
    28 TARGETPATH      /sys/bin  
       
    29 UID				0x1100008D 0x11003B3C
       
    30 VENDORID 		0x70000001
       
    31 
       
    32 CAPABILITY		All -tcb
       
    33 
       
    34 SYSTEMINCLUDE   /epoc32/include 
       
    35 SYSTEMINCLUDE	/epoc32/include/techview
       
    36 SYSTEMINCLUDE   /epoc32/include/test
       
    37 
       
    38 MW_LAYER_SYSTEMINCLUDE
       
    39 
       
    40 USERINCLUDE	../inc
       
    41 
       
    42 SOURCEPATH	../src
       
    43 SOURCE 		appfwk_test_AppUi.CPP
       
    44 
       
    45 LIBRARY		EUSER.LIB
       
    46 LIBRARY		CONE.LIB
       
    47 LIBRARY		BAFL.LIB
       
    48 LIBRARY		EFSRV.LIB
       
    49 LIBRARY		ESTOR.LIB
       
    50 LIBRARY		EGUL.LIB
       
    51 LIBRARY		EIKCORE.LIB
       
    52 LIBRARY		EIKCOCTL.LIB
       
    53 LIBRARY		HAL.LIB
       
    54 LIBRARY		WS32.LIB 
       
    55 
       
    56 DEFFILE 	APPFWK_TEST_APPUI.DEF