sdkcreationmw/sdkexamples/cppexamples/S60Ex/RichTextEditor/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: 
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    15
*	 This file provides the information required for building the
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    16
*    whole of a RichTextEditor.
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
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    21
PRJ_MMPFILES
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    22
#ifdef EKA2
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    23
RichTextEditor_S60_3rd_Ed.mmp
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    24
#else
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    25
RichTextEditor.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
#ifdef EKA2 //3rd edition
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    30
..\data\picture.mbm		..\winscw\c\private\E1EF0030\picture.mbm
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    31
#else //1st edition
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    32
//..\data\picture.mbm		..\Wins\c\system\Apps\RichTextEditor\picture.mbm
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    33
//2nd edition
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    34
..\data\picture.mbm		..\winscw\c\system\apps\RichTextEditor\picture.mbm
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    35
#endif