sdkcreationmw/sdkexamples/cppexamples/S60Ex/AudioStreamExample/group/bld.inf
changeset 1 ac50fd48361b
parent 0 b26acd06ea60
equal deleted inserted replaced
0:b26acd06ea60 1:ac50fd48361b
     1 /*
     1 /*
     2 * Copyright (c) 2006 - 2007 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2006 - 2007 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of the License "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8 *
     8 *
     9 * Initial Contributors:
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    17 
    17 
    18 
    18 
    19 
    19 
    20 PRJ_MMPFILES
    20 PRJ_MMPFILES
    21 
    21 
    22 #ifdef EKA2	// S60 3rd Ed
    22 
    23 audiostream_s60_3rd_ed.mmp
    23 audiostream.mmp
    24 #else // S60 2nd Ed
       
    25 audiostream_s60_2nd_ed.mmp
       
    26 #endif
       
    27 
    24 
    28 PRJ_EXPORTS
    25 PRJ_EXPORTS
    29 // Specify the source file followed by its destination here
    26 // Specify the source file followed by its destination here
    30 // copy will be used to copy the source file to its destination
    27 // copy will be used to copy the source file to its destination
    31 // If there's no destination then the source file will be copied
    28 // If there's no destination then the source file will be copied
    32 // to the same name in \epoc32\include
    29 // to the same name in \epoc32\include
    33 #ifdef EKA2 // S60 3rd Ed
    30 
    34 ..\data\sample.aud ..\winscw\c\private\e01ff1c3\sample.aud
    31 ..\data\sample.aud ..\winscw\c\private\e01ff1c3\sample.aud
    35 ..\data\sample.amr ..\winscw\c\private\e01ff1c3\sample.amr
    32 ..\data\sample.amr ..\winscw\c\private\e01ff1c3\sample.amr
    36 #else // S60 2nd Ed
       
    37 ..\data\sample.aud ..\winscw\c\system\Apps\audiostream\sample.aud
       
    38 ..\data\sample.amr ..\winscw\c\system\Apps\audiostream\sample.amr
       
    39 #endif