equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
2 * Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies). |
3 * All rights reserved. |
3 * All rights reserved. |
4 * This component and the accompanying materials are made available |
4 * This component and the accompanying materials are made available |
5 * under the terms of "Eclipse Public License v1.0" |
5 * under the terms of "Eclipse Public License v1.0" |
6 * which accompanies this distribution, and is available |
6 * which accompanies this distribution, and is available |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
22 define ROMDATE ##TODAY## |
22 define ROMDATE ##TODAY## |
23 |
23 |
24 #define NO_METROTRK_APP // don't want metrotrk application |
24 #define NO_METROTRK_APP // don't want metrotrk application |
25 #define HAS_ETHERNET // include etherDrv, ether802, DHCP |
25 #define HAS_ETHERNET // include etherDrv, ether802, DHCP |
26 #define SYMBIAN_EXCLUDE_FAX |
26 #define SYMBIAN_EXCLUDE_FAX |
27 #define SYMBIAN_EXCLUDE_IPSEC |
27 #undef __IPSEC |
28 #define SYMBIAN_EXCLUDE_OBEX |
28 #define SYMBIAN_EXCLUDE_OBEX |
29 |
29 |
30 #ifdef SYMBIAN_SYSTEM_STATE_MANAGEMENT |
30 #ifdef SYMBIAN_SYSTEM_STATE_MANAGEMENT |
31 # define _SSMSTARTUPMODE 8 //for ssma boot up. |
31 # define _SSMSTARTUPMODE 8 //for ssma boot up. |
32 #else |
32 #else |