| author | Lukasz Forynski <lukasz.forynski@gmail.com> |
| Sun, 21 Nov 2010 01:51:16 +0000 | |
| branch | Beagle_BSP_dev |
| changeset 117 | 8dfd870f0c0f |
| parent 38 | cdb163c0843f |
| permissions | -rw-r--r-- |
|
38
cdb163c0843f
Initial contribution of the euart driver by Accenture.
george.norton
parents:
diff
changeset
|
1 |
// This component and the accompanying materials are made available |
|
cdb163c0843f
Initial contribution of the euart driver by Accenture.
george.norton
parents:
diff
changeset
|
2 |
// under the terms of the License "Symbian Foundation License v1.0" |
|
cdb163c0843f
Initial contribution of the euart driver by Accenture.
george.norton
parents:
diff
changeset
|
3 |
// which accompanies this distribution, and is available |
|
cdb163c0843f
Initial contribution of the euart driver by Accenture.
george.norton
parents:
diff
changeset
|
4 |
// at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html". |
|
cdb163c0843f
Initial contribution of the euart driver by Accenture.
george.norton
parents:
diff
changeset
|
5 |
// |
|
cdb163c0843f
Initial contribution of the euart driver by Accenture.
george.norton
parents:
diff
changeset
|
6 |
// Initial Contributors: |
|
cdb163c0843f
Initial contribution of the euart driver by Accenture.
george.norton
parents:
diff
changeset
|
7 |
// Accenture |
|
cdb163c0843f
Initial contribution of the euart driver by Accenture.
george.norton
parents:
diff
changeset
|
8 |
// |
|
cdb163c0843f
Initial contribution of the euart driver by Accenture.
george.norton
parents:
diff
changeset
|
9 |
// Contributors: |
|
cdb163c0843f
Initial contribution of the euart driver by Accenture.
george.norton
parents:
diff
changeset
|
10 |
// |
|
cdb163c0843f
Initial contribution of the euart driver by Accenture.
george.norton
parents:
diff
changeset
|
11 |
// Description: |
|
cdb163c0843f
Initial contribution of the euart driver by Accenture.
george.norton
parents:
diff
changeset
|
12 |
// omap3530\omap3530_drivers\euart\euart.mmp |
|
cdb163c0843f
Initial contribution of the euart driver by Accenture.
george.norton
parents:
diff
changeset
|
13 |
// |
|
cdb163c0843f
Initial contribution of the euart driver by Accenture.
george.norton
parents:
diff
changeset
|
14 |
// |
|
cdb163c0843f
Initial contribution of the euart driver by Accenture.
george.norton
parents:
diff
changeset
|
15 |
|
|
cdb163c0843f
Initial contribution of the euart driver by Accenture.
george.norton
parents:
diff
changeset
|
16 |
#include "beagle/variant.mmh" |
|
cdb163c0843f
Initial contribution of the euart driver by Accenture.
george.norton
parents:
diff
changeset
|
17 |
#include <assp/omap3530_assp/assp.mmh> |
|
cdb163c0843f
Initial contribution of the euart driver by Accenture.
george.norton
parents:
diff
changeset
|
18 |
#include "kernel/kern_ext.mmh" |
|
cdb163c0843f
Initial contribution of the euart driver by Accenture.
george.norton
parents:
diff
changeset
|
19 |
|
|
cdb163c0843f
Initial contribution of the euart driver by Accenture.
george.norton
parents:
diff
changeset
|
20 |
target AsspTarget(euart,pdd) |
|
cdb163c0843f
Initial contribution of the euart driver by Accenture.
george.norton
parents:
diff
changeset
|
21 |
targettype pdd |
|
cdb163c0843f
Initial contribution of the euart driver by Accenture.
george.norton
parents:
diff
changeset
|
22 |
romtarget euart.pdd |
|
cdb163c0843f
Initial contribution of the euart driver by Accenture.
george.norton
parents:
diff
changeset
|
23 |
|
|
cdb163c0843f
Initial contribution of the euart driver by Accenture.
george.norton
parents:
diff
changeset
|
24 |
systeminclude . |
|
cdb163c0843f
Initial contribution of the euart driver by Accenture.
george.norton
parents:
diff
changeset
|
25 |
systeminclude +/include/assp/omap3530_assp |
|
cdb163c0843f
Initial contribution of the euart driver by Accenture.
george.norton
parents:
diff
changeset
|
26 |
systeminclude +/include/platform/drivers |
|
cdb163c0843f
Initial contribution of the euart driver by Accenture.
george.norton
parents:
diff
changeset
|
27 |
|
|
cdb163c0843f
Initial contribution of the euart driver by Accenture.
george.norton
parents:
diff
changeset
|
28 |
sourcepath . |
|
cdb163c0843f
Initial contribution of the euart driver by Accenture.
george.norton
parents:
diff
changeset
|
29 |
source euart.cpp |
|
cdb163c0843f
Initial contribution of the euart driver by Accenture.
george.norton
parents:
diff
changeset
|
30 |
|
|
cdb163c0843f
Initial contribution of the euart driver by Accenture.
george.norton
parents:
diff
changeset
|
31 |
library AsspTarget(kaomap3530,lib) AsspTarget(uart,lib) VariantTarget(ecust,lib) AsspTarget(prcm,lib) |
|
cdb163c0843f
Initial contribution of the euart driver by Accenture.
george.norton
parents:
diff
changeset
|
32 |
|
|
cdb163c0843f
Initial contribution of the euart driver by Accenture.
george.norton
parents:
diff
changeset
|
33 |
uid 0 0x1000015b |
|
cdb163c0843f
Initial contribution of the euart driver by Accenture.
george.norton
parents:
diff
changeset
|
34 |
|
|
cdb163c0843f
Initial contribution of the euart driver by Accenture.
george.norton
parents:
diff
changeset
|
35 |
VENDORID 0x70000001 |
|
cdb163c0843f
Initial contribution of the euart driver by Accenture.
george.norton
parents:
diff
changeset
|
36 |
|
|
cdb163c0843f
Initial contribution of the euart driver by Accenture.
george.norton
parents:
diff
changeset
|
37 |
capability all |