sdkcreationmw/sdkexamples/cppexamples/S60Ex/AudioStreamExample/group/bld.inf
author rajpuroh
Mon, 08 Mar 2010 12:09:11 +0530
changeset 0 b26acd06ea60
child 1 ac50fd48361b
permissions -rw-r--r--
First Contribution of SDK components
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
     1
/*
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
     2
* Copyright (c) 2006 - 2007 Nokia Corporation and/or its subsidiary(-ies).
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
     3
* All rights reserved.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
     4
* This component and the accompanying materials are made available
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
     5
* under the terms of "Eclipse Public License v1.0"
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
     6
* which accompanies this distribution, and is available
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
     7
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
     8
*
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
     9
* Initial Contributors:
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    10
* Nokia Corporation - initial contribution.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    11
*
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    12
* Contributors:
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    13
*
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    14
* Description:  Component definition file, which has information required for build process.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    15
*
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    16
*/
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    17
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    18
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    19
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    20
PRJ_MMPFILES
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    21
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    22
#ifdef EKA2	// S60 3rd Ed
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    23
audiostream_s60_3rd_ed.mmp
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    24
#else // S60 2nd Ed
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    25
audiostream_s60_2nd_ed.mmp
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    26
#endif
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    27
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    28
PRJ_EXPORTS
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    29
// Specify the source file followed by its destination here
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    30
// copy will be used to copy the source file to its destination
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    31
// If there's no destination then the source file will be copied
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    32
// to the same name in \epoc32\include
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    33
#ifdef EKA2 // S60 3rd Ed
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    34
..\data\sample.aud ..\winscw\c\private\e01ff1c3\sample.aud
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    35
..\data\sample.amr ..\winscw\c\private\e01ff1c3\sample.amr
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    36
#else // S60 2nd Ed
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    37
..\data\sample.aud ..\winscw\c\system\Apps\audiostream\sample.aud
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    38
..\data\sample.amr ..\winscw\c\system\Apps\audiostream\sample.amr
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    39
#endif