uiacceltk/hitchcock/coretoolkit/group/bld.inf
changeset 0 15bf7259bb7c
equal deleted inserted replaced
-1:000000000000 0:15bf7259bb7c
       
     1 /*
       
     2 * Copyright (c) 2006-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:   Build information file for project Hitchcock Core DLL
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 PRJ_PLATFORMS
       
    21 DEFAULT
       
    22 
       
    23 
       
    24 #ifndef MW_LAYER_PLATFORM_EXPORT_PATH_ACCTK
       
    25 #define MW_LAYER_PLATFORM_EXPORT_PATH_ACCTK(exported) /epoc32/include/uiacceltk/##exported
       
    26 #endif
       
    27 
       
    28 PRJ_EXPORTS
       
    29 // coretoolkit exported API headers
       
    30 #include "../../group/core_exports.inc"
       
    31 
       
    32 PRJ_MMPFILES
       
    33 // This is the mmp for internal SDKs
       
    34 coretoolkit.mmp
       
    35 ../renderbitgdi/group/huirenderbitgdi.mmp
       
    36 ../rendergles/group/huirendergles.mmp
       
    37 ../rendervg10/group/huirendervg10.mmp
       
    38 // the next two are new plugins, not in official builds yet
       
    39 // as some needed libraries and headers may be missing.
       
    40 // Before you uncomment these you must extract the libraries and headers
       
    41 // 
       
    42 // Emulator versions shoul compile but will not work because of lack of
       
    43 // proper libraries.
       
    44 #ifdef MARM
       
    45 //../rendergles20/group/huirendergles20.mmp
       
    46 ../rendervg10/group/huirendervg10.mmp
       
    47 #endif
       
    48 
       
    49 // Tests & Test resources
       
    50 // @todo Migrated code no longer contains tests.
       
    51 //#include "bld_testfiles.inc"