2
|
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 "Symbian Foundation License v1.0"
|
|
6 |
* which accompanies this distribution, and is available
|
|
7 |
* at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
|
|
8 |
*
|
|
9 |
* Initial Contributors:
|
|
10 |
* Nokia Corporation - initial contribution.
|
|
11 |
*
|
|
12 |
* Contributors:
|
|
13 |
*
|
|
14 |
* Description:
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
|
|
19 |
|
|
20 |
|
|
21 |
|
|
22 |
#define J2ME_SYSTEMAMS_CAPABILITIES LocalServices NetworkServices ProtServ Drm WriteDeviceData ReadDeviceData ReadUserData WriteUserData UserEnvironment SwEvent Location MultimediaDD NetworkControl AllFiles
|
|
23 |
|
|
24 |
// This list of capabilities must be kept in line with the VMs compile time capability set. These are
|
|
25 |
// defined by the capabilities as listed in the .component files. If you add a capability here then
|
|
26 |
// you need to add it to a relevant .component file as well
|
|
27 |
#define J2ME_VMS_CAPABILITIES LocalServices NetworkServices ProtServ Drm WriteDeviceData ReadDeviceData ReadUserData WriteUserData UserEnvironment SwEvent Location MultiMediaDD NetworkControl TrustedUI
|
|
28 |
|
|
29 |
// External library capabilities
|
|
30 |
#define EIKSVR_CAPABILITIES ProtServ TrustedUI
|