0
|
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:
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
#define BASE_ROM
|
|
18 |
#define EXCLUDE_SERIAL_DRIVERS
|
|
19 |
#define SYMBIAN_EXCLUDE_SERIALPORT
|
|
20 |
|
|
21 |
#include <rom\##VARIANT##\header.iby>
|
|
22 |
|
|
23 |
files=
|
|
24 |
|
|
25 |
#include <rom\##VARIANT##\kernel.iby>
|
|
26 |
#include "user.iby"
|
|
27 |
#include <rom\hal\hal.iby>
|
|
28 |
#include <rom\f32\f32.iby>
|
|
29 |
|
|
30 |
|
|
31 |
file=\epoc32\release\##MAIN##\##BUILD##\mmctest.exe sys\bin\mmctest.exe
|
|
32 |
device[ALL]=\epoc32\release\##KMAIN##\##BUILD##\d_mmcif.ldd sys\bin\d_mmcif.ldd
|
|
33 |
|
|
34 |
file=\epoc32\release\##MAIN##\##BUILD##\sdiotest.exe sys\bin\sdiotest.exe
|
|
35 |
device[ALL]=\epoc32\release\##KMAIN##\##BUILD##\d_sdioif.ldd sys\bin\d_sdioif.ldd
|
|
36 |
|
|
37 |
file=\epoc32\release\##MAIN##\##BUILD##\sdioapitest.exe sys\bin\sdioapitest.exe
|
|
38 |
device[ALL]=\epoc32\release\##KMAIN##\##BUILD##\d_sdioapi.ldd sys\bin\d_sdioapi.ldd
|
|
39 |
|
|
40 |
|
|
41 |
// NB These OMAP DMA COMM LDD & PDDs will get excluded by EXCLUDE_SERIAL_DRIVERS so
|
|
42 |
// that we can use the generic COMM LDD which is compatible with sdiosessionuart.pdd
|
|
43 |
//device[0x09080004]= \epoc32\release\##KMAIN##\##BUILD##\ECOMMDMA.LDD \sys\bin\ECOMM.LDD
|
|
44 |
//device[0x09080004]= \epoc32\release\##KMAIN##\##BUILD##\_H2_EUART.PDD \sys\bin\EUART.PDD
|
|
45 |
//device[0x09080004]= \epoc32\release\##KMAIN##\##BUILD##\sdiouart.pdd \sys\bin\EUART2.PDD
|
|
46 |
|
|
47 |
|
|
48 |
// Generic COMM LDD
|
|
49 |
device[0x09080004]= \epoc32\release\##KMAIN##\##BUILD##\ECOMM.LDD \sys\bin\ECOMM.LDD
|
|
50 |
|
|
51 |
// Test SDIO PIO COMM PDD, used by SDIOAPITEST.EXE - compatible with generic COMM LDD
|
|
52 |
device[0x09080004]= \epoc32\release\##KMAIN##\##BUILD##\sdiosessionuart.pdd \sys\bin\SESSIONEUART.PDD
|
|
53 |
|
|
54 |
// Test SDIO DMA COMM PDD, used by SDIOAPITEST.EXE - compatible with generic COMM LDD
|
|
55 |
// device[0x09080004]= \epoc32\release\##KMAIN##\##BUILD##\sdiosessramuart.pdd \sys\bin\SESSIONEUART.PDD
|
|
56 |
|
|
57 |
// Test SDIO Fragment DMA COMM PDD, used by SDIOAPITEST.EXE - compatible with generic COMM LDD
|
|
58 |
// device[0x09080004]= \epoc32\release\##KMAIN##\##BUILD##\sdiosessfragramuart.pdd \sys\bin\SESSIONEUART.PDD
|
|
59 |
|
|
60 |
|