62
|
1 |
// Copyright (c) 2008-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 |
// MMP file to compile only the resource files present in messging_config/biomsg component
|
|
15 |
// Compilation of resource files present in messging_config/biomsg component
|
|
16 |
//
|
|
17 |
//
|
|
18 |
|
|
19 |
/**
|
|
20 |
@file
|
|
21 |
*/
|
|
22 |
|
|
23 |
OPTION CW -w off
|
|
24 |
|
|
25 |
TARGETTYPE none
|
|
26 |
|
|
27 |
MW_LAYER_SYSTEMINCLUDE_SYMBIAN
|
|
28 |
|
|
29 |
START RESOURCE ../biomsg/vcdpbif/vcdp.rss
|
|
30 |
TARGETPATH resource/messaging/bif
|
|
31 |
LANG SC
|
|
32 |
END
|
|
33 |
|
|
34 |
START RESOURCE ../biomsg/vclpbif/vclp.rss
|
|
35 |
TARGETPATH resource/messaging/bif
|
|
36 |
LANG SC
|
|
37 |
END
|
|
38 |
|
|
39 |
START BITMAP vcdp.mbm
|
|
40 |
TARGETPATH resource/messaging/bif
|
|
41 |
SOURCEPATH ../biomsg/vcdpbif
|
|
42 |
SOURCE 2 vcdp0.bmp
|
|
43 |
END
|
|
44 |
|
|
45 |
START BITMAP vclp.mbm
|
|
46 |
TARGETPATH resource/messaging/bif
|
|
47 |
SOURCEPATH ../biomsg/vclpbif
|
|
48 |
SOURCE 2 vclp0.bmp
|
|
49 |
END
|
|
50 |
|
|
51 |
|
|
52 |
SMPSAFE
|