equal
deleted
inserted
replaced
|
1 // This component and the accompanying materials are made available |
|
2 // under the terms of the License "Symbian Foundation License v1.0" |
|
3 // which accompanies this distribution, and is available |
|
4 // at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html". |
|
5 // |
|
6 // Initial Contributors: |
|
7 // Accenture |
|
8 // |
|
9 // Contributors: |
|
10 // |
|
11 // Description: |
|
12 // omap3530\omap3530_drivers\euart\euart.mmp |
|
13 // |
|
14 // |
|
15 |
|
16 #include "beagle/variant.mmh" |
|
17 #include <assp/omap3530_assp/assp.mmh> |
|
18 #include "kernel/kern_ext.mmh" |
|
19 |
|
20 target AsspTarget(euart,pdd) |
|
21 targettype pdd |
|
22 romtarget euart.pdd |
|
23 |
|
24 systeminclude . |
|
25 systeminclude +/include/assp/omap3530_assp |
|
26 systeminclude +/include/platform/drivers |
|
27 |
|
28 sourcepath . |
|
29 source euart.cpp |
|
30 |
|
31 library AsspTarget(kaomap3530,lib) AsspTarget(uart,lib) VariantTarget(ecust,lib) AsspTarget(prcm,lib) |
|
32 |
|
33 uid 0 0x1000015b |
|
34 |
|
35 VENDORID 0x70000001 |
|
36 |
|
37 capability all |