equal
deleted
inserted
replaced
1 // Copyright (c) 2001-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // This file basically provides the information required for building the whole of a component |
|
15 // C & C++ style comments are allowed in this file because it's passed through the C++ preprocessor |
|
16 // Examples are provided below of the kind of things we're expecting |
|
17 // |
|
18 // |
|
19 |
|
20 PRJ_PLATFORMS |
|
21 // specify the platforms your component needs to be built for here |
|
22 // defaults to WINS MARM so you can ignore this if you just build these |
|
23 |
|
24 |
|
25 PRJ_EXPORTS |
|
26 |
|
27 ppm1codec.iby /epoc32/rom/include/ppm1codec.iby |
|
28 ppm2codec.iby /epoc32/rom/include/ppm2codec.iby |
|
29 |
|
30 PRJ_MMPFILES |
|
31 |
|
32 ../Group/PPm1Codec.mmp |
|
33 ../Group/PPm2Codec.mmp |
|
34 |
|