os/textandloc/fontservices/textshaperplugin/test/CreateTestData/T_SHAP_createTestData.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 /*
     2 * Copyright (c) 2005-2009 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 * This is a utility which creates a file which contains data for testing the shaper 
    16 * in a format that can be used by the test files
    17 * Create test data for shaper tests
    18 *
    19 */
    20 
    21 
    22 /**
    23  @file
    24 */
    25 
    26 TARGET			t_shap_createtestdata.exe
    27 TARGETTYPE		exe
    28 
    29 USERINCLUDE		../../test
    30 OS_LAYER_ESTLIB_SYSTEMINCLUDE
    31 OS_LAYER_SYSTEMINCLUDE_SYMBIAN 
    32 
    33 SOURCEPATH		../../test/CreateTestData
    34 SOURCE			T_SHAP_createTestData.cpp
    35 
    36 LIBRARY			euser.lib 
    37 LIBRARY			efsrv.lib
    38 LIBRARY			estlib.lib 
    39 LIBRARY 		ecom.lib
    40 LIBRARY			fntstr.lib
    41 LIBRARY			gdi.lib
    42 LIBRARY			estor.lib
    43 
    44 SMPSAFE