baseport/src/cedar/generic/base/syborg/svpplatform/fdt.mmp
changeset 0 ffa851df0825
equal deleted inserted replaced
-1:000000000000 0:ffa851df0825
       
     1 /*
       
     2 * Copyright (c) 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 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 target			libfdt.lib
       
    19 targettype		klib
       
    20 
       
    21 systeminclude 		libfdt
       
    22 systeminclude 		\epoc32\include\stdapis
       
    23 
       
    24 sourcepath		libfdt
       
    25 
       
    26 source			fdt.c fdt_ro.c fdt_wip.c fdt_sw.c fdt_rw.c fdt_strerror.c
       
    27 
       
    28 option armcc --gnu
       
    29 option_replace armcc --diag_suppress 161,611,654,997,1152,1300,1464,1488,6318,6331,1254,1293,68
       
    30 capability		all
       
    31 
       
    32 VENDORID 0x70000001