fmradio/fmradioengine/group/bld.inf
changeset 0 f3d95d9c00ab
child 11 95ac6b0f7f5b
equal deleted inserted replaced
-1:000000000000 0:f3d95d9c00ab
       
     1 /*
       
     2 * Copyright (c) 2002-2004 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:  Project build file for FMRadioEngine
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 // Platforms the component needs to be built on
       
    22 //
       
    23 
       
    24 PRJ_PLATFORMS
       
    25 DEFAULT
       
    26 
       
    27 PRJ_EXPORTS
       
    28 // Source files which are copied to their following destinations
       
    29 ../inc/fmradiointernalpskeys.h APP_LAYER_PLATFORM_EXPORT_PATH(fmradiointernalpskeys.h)
       
    30 
       
    31 //Backup registartion file
       
    32 backup_registration.xml  z:/private/2001b25e/backup_registration.xml
       
    33 
       
    34 // iby file
       
    35 ../rom/fmradioengine.iby	CORE_APP_LAYER_IBY_EXPORT_PATH(fmradioengine.iby)
       
    36 
       
    37 ../cenrep/2001b25e.txt  z:/private/10202be9/2001b25e.txt
       
    38 
       
    39 
       
    40 // *.mmp files required for building the needed component
       
    41 //
       
    42 PRJ_MMPFILES
       
    43 fmradioengine.mmp
       
    44 
       
    45 
       
    46 // *.mmp files required for building any test programs
       
    47 //
       
    48 //PRJ_TESTMMPFILES
       
    49 //../internal/fmradioenginetest/tfmradioengine.mmp
       
    50 
       
    51 
       
    52 
       
    53 // End of file