equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 1994-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 "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 |
|
18 |
|
19 |
|
20 TARGET elocl_reg.703 |
|
21 TARGETTYPE dll |
|
22 |
|
23 CAPABILITY All |
|
24 VENDORID VID_DEFAULT |
|
25 |
|
26 SOURCEPATH ../src |
|
27 SOURCE region.cpp |
|
28 SOURCE region_sk.cpp |
|
29 |
|
30 // This is a SYSTEMINCLUDE macro containing the middleware |
|
31 // layer specific include directories |
|
32 MW_LAYER_SYSTEMINCLUDE |
|
33 |
|
34 SYSTEMINCLUDE ../../../inc |
|
35 SYSTEMINCLUDE ../../inc |
|
36 SYSTEMINCLUDE ../inc |
|
37 SYMBIAN_BASE_SYSTEMINCLUDE(kernel) |
|
38 |
|
39 #if defined(WINS) |
|
40 DEFFILE ../def/region_wins.def |
|
41 #elif defined(GCC32) && !defined(X86GCC) |
|
42 DEFFILE ../def/region_gcce.def |
|
43 #else |
|
44 DEFFILE ../def/region_arm.def |
|
45 #endif |
|
46 |
|
47 START WINS |
|
48 BASEADDRESS 0x58000000 |
|
49 END |
|
50 |
|
51 UID 0x100039e6 0x100065c9 |
|
52 |