596
|
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 eMMC (Embedded Mass Memory) image configuration
|
|
15 |
#
|
|
16 |
|
|
17 |
|
|
18 |
|
|
19 |
###############################################################################
|
|
20 |
# __ __ __ __ ___
|
|
21 |
# ___| \/ | \/ |/ __|
|
|
22 |
# / -_) |\/| | |\/| | (__
|
|
23 |
# \___|_| |_|_| |_|\___|
|
|
24 |
#
|
|
25 |
|
|
26 |
EMMC_TITLE = eMMC
|
|
27 |
|
|
28 |
EMMC_DRIVE = E
|
|
29 |
EMMC_FATTYPE = 32# FAT32
|
|
30 |
EMMC_SIZE = 16777216# kB (= 16 GB)
|
|
31 |
EMMC_CLUSTERSIZE = 16# kB
|
|
32 |
EMMC_FATTABLE = 2
|
|
33 |
|
|
34 |
EMMC_SWVERFILE = $(EMMC_DATADIR)/Resource/Versions/User Content Package_Mass_Memory.txt
|
|
35 |
EMMC_SWVERINFO = # Don't generate sw version file
|
|
36 |
EMMC_EXCLFILE = # Don't generate exclude list
|
|
37 |
|
|
38 |
|
|
39 |
# END OF IMAKER_EMMC.MK
|