0
|
1 |
// Copyright (c) 2004-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 the License "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 |
// template/template_variant/medlffs.mmp
|
|
15 |
// medlfs.pdd Template LFFS media physical device driver
|
|
16 |
//
|
|
17 |
//
|
|
18 |
|
|
19 |
/**
|
|
20 |
@file
|
|
21 |
*/
|
|
22 |
#define __USING_ASSP_REGISTER_API__
|
|
23 |
#define __USING_ASSP_INTERRUPT_API__
|
|
24 |
|
|
25 |
#include <variant.mmh>
|
|
26 |
#include "kernel/kern_ext.mmh"
|
|
27 |
|
|
28 |
target VariantTarget(medlfs,pdd)
|
|
29 |
targettype pdd
|
|
30 |
linkas medlfs.pdd
|
|
31 |
epocallowdlldata
|
|
32 |
capability all
|
|
33 |
|
|
34 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
|
|
35 |
SYMBIAN_BASE_SYSTEMINCLUDE(assp/template_assp)
|
|
36 |
SYMBIAN_BASE_SYSTEMINCLUDE(template)
|
|
37 |
SYMBIAN_BASE_SYSTEMINCLUDE(template/specific)
|
|
38 |
USERINCLUDE inc
|
|
39 |
|
|
40 |
sourcepath ../../../kernel/eka/drivers/medlfs
|
|
41 |
source flash_media.cpp
|
|
42 |
|
|
43 |
sourcepath specific
|
|
44 |
source lffsdev.cpp
|
|
45 |
|
|
46 |
library elocd.lib
|
|
47 |
library VariantTarget(ecust,lib)
|
|
48 |
|
|
49 |
|
|
50 |
VENDORID 0x70000001
|