|
1 /* |
|
2 * ============================================================================== |
|
3 * Name : CommonDialogsMbm.mmp |
|
4 * Part of : Common File Dialogs / CommonDialogs.dll |
|
5 * Description : This is project specification file for CommonDialogs bitmaps |
|
6 * file. |
|
7 * Version : ?Version |
|
8 * |
|
9 * Copyright (c) 2002-2006 Nokia Corporation. |
|
10 * This material, including documentation and any related |
|
11 * computer programs, is protected by copyright controlled by |
|
12 * Nokia Corporation. All rights are reserved. Copying, |
|
13 * including reproducing, storing, adapting or translating, any |
|
14 * or all of this material requires the prior written consent of |
|
15 * Nokia Corporation. This material also contains confidential |
|
16 * information which may not be disclosed to others without the |
|
17 * prior written consent of Nokia Corporation. |
|
18 * ============================================================================== |
|
19 */ |
|
20 |
|
21 START BITMAP CommonDialogs.mbm |
|
22 |
|
23 // target path |
|
24 TARGETPATH APP_BITMAP_DIR |
|
25 |
|
26 // bitmap header |
|
27 HEADER |
|
28 |
|
29 // source path to bitmaps2 |
|
30 |
|
31 |
|
32 // mbm file context |
|
33 |
|
34 // |
|
35 // Icons for different file types |
|
36 // |
|
37 |
|
38 // Image file |
|
39 SOURCE c8 qgn_prop_fmgr_file_image.bmp |
|
40 SOURCE 1 qgn_prop_fmgr_file_image_mask.bmp |
|
41 |
|
42 // gms picture |
|
43 SOURCE c8 qgn_prop_fmgr_file_gms.bmp |
|
44 SOURCE 1 qgn_prop_fmgr_file_gms_mask.bmp |
|
45 |
|
46 // precense logo |
|
47 SOURCE c8 qgn_prop_fmgr_dyc_logos.bmp |
|
48 SOURCE 1 qgn_prop_fmgr_dyc_logos_mask.bmp |
|
49 |
|
50 // link file |
|
51 SOURCE c8 qgn_prop_fmgr_file_link.bmp |
|
52 SOURCE 1 qgn_prop_fmgr_file_link_mask.bmp |
|
53 |
|
54 // digital type of files (eg. voice recorder) |
|
55 SOURCE c8 qgn_prop_fmgr_file_voicerec.bmp |
|
56 SOURCE 1 qgn_prop_fmgr_file_voicerec_mask.bmp |
|
57 |
|
58 // sound file |
|
59 SOURCE c8 qgn_prop_fmgr_file_sound.bmp |
|
60 SOURCE 1 qgn_prop_fmgr_file_sound_mask.bmp |
|
61 |
|
62 // playlist file |
|
63 SOURCE c8 qgn_prop_fmgr_file_playlist.bmp |
|
64 SOURCE 1 qgn_prop_fmgr_file_playlist_mask.bmp |
|
65 |
|
66 // sample type of files (eg. composer) |
|
67 SOURCE c8 qgn_prop_fmgr_file_compo.bmp |
|
68 SOURCE 1 qgn_prop_fmgr_file_compo_mask.bmp |
|
69 |
|
70 // apps file |
|
71 SOURCE c8 qgn_prop_fmgr_file_apps.bmp |
|
72 SOURCE 1 qgn_prop_fmgr_file_apps_mask.bmp |
|
73 |
|
74 // video file |
|
75 SOURCE c8 qgn_prop_fmgr_file_video.bmp |
|
76 SOURCE 1 qgn_prop_fmgr_file_video_mask.bmp |
|
77 |
|
78 // game file |
|
79 SOURCE c8 qgn_prop_fmgr_file_game.bmp |
|
80 SOURCE 1 qgn_prop_fmgr_file_game_mask.bmp |
|
81 |
|
82 // other file |
|
83 SOURCE c8 qgn_prop_fmgr_file_other.bmp |
|
84 SOURCE 1 qgn_prop_fmgr_file_other_mask.bmp |
|
85 |
|
86 |
|
87 // End of mbm File |
|
88 END |
|
89 |
|
90 // End of File |
|
91 |