equal
deleted
inserted
replaced
|
1 # |
|
2 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
3 # All rights reserved. |
|
4 # This component and the accompanying materials are made available |
|
5 # under the terms of the License "Eclipse Public License v1.0" |
|
6 # which accompanies this distribution, and is available |
|
7 # at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 # |
|
9 # Initial Contributors: |
|
10 # Nokia Corporation - initial contribution. |
|
11 # |
|
12 # Contributors: |
|
13 # |
|
14 # Description: iMaker Memory MMC/SD card image configuration |
|
15 # |
|
16 |
|
17 |
|
18 |
|
19 ############################################################################### |
|
20 # __ __ ___ _ |
|
21 # | \/ |___ _ __ / __|__ _ _ _ __| | |
|
22 # | |\/| / -_) ' \ (__/ _` | '_/ _` | |
|
23 # |_| |_\___|_|_|_\___\__,_|_| \__,_| |
|
24 # |
|
25 |
|
26 MCARD_TITLE = MemCard |
|
27 |
|
28 MCARD_DRIVE = F |
|
29 MCARD_FATTYPE = 32# FAT32 |
|
30 MCARD_SIZE = 2097152# kB (= 2 GB) |
|
31 MCARD_CLUSTERSIZE = 16# kB |
|
32 MCARD_FATTABLE = 2 |
|
33 |
|
34 MCARD_SWVERFILE = #$(MCARD_DATADIR)/Resource/Versions/User Content Package_Mass_Memory.txt |
|
35 MCARD_SWVERINFO = # Don't generate sw version file |
|
36 MCARD_EXCLFILE = # Don't generate exclude list |
|
37 |
|
38 |
|
39 # END OF IMAKER_MEMCARD.MK |