0
|
1 |
Manifest-Version: 1.0
|
|
2 |
Bundle-ManifestVersion: 2
|
|
3 |
Bundle-Name: Carbide.c++ Extensions - HTI Connection
|
|
4 |
Bundle-SymbolicName: com.nokia.s60tools.hticonnection;singleton:=true
|
|
5 |
Bundle-Version: 1.3.0
|
|
6 |
Bundle-ClassPath: .,
|
|
7 |
htiapi.jar
|
|
8 |
Bundle-Vendor: Nokia
|
|
9 |
Require-Bundle: org.eclipse.core.runtime,
|
|
10 |
org.eclipse.ui,
|
|
11 |
org.eclipse.jface.text,
|
|
12 |
org.eclipse.core.resources,
|
|
13 |
com.nokia.s60tools.ui;bundle-version="1.5.0",
|
|
14 |
com.nokia.s60tools.util;bundle-version="1.1.11",
|
|
15 |
com.nokia.carbide.remoteConnections;bundle-version="1.4.0",
|
|
16 |
com.nokia.carbide.trk.support;bundle-version="1.4.0",
|
|
17 |
com.freescale.cdt.debug.cw.core;bundle-version="1.4.0"
|
|
18 |
Bundle-RequiredExecutionEnvironment: J2SE-1.5
|
|
19 |
Bundle-Activator: com.nokia.s60tools.hticonnection.HtiApiActivator
|
|
20 |
Bundle-ActivationPolicy: lazy
|
|
21 |
Export-Package: com.nokia.HTI;x-friends:="com.nokia.s60tools.hticonnection.tests",
|
|
22 |
com.nokia.s60tools.hticonnection;x-friends:="com.nokia.s60tools.hticonnection.tests,com.nokia.s60tools.remotecontrol.tests",
|
|
23 |
com.nokia.s60tools.hticonnection.connection;x-friends:="com.nokia.s60tools.hticonnection.tests,com.nokia.s60tools.remotecontrol.tests",
|
|
24 |
com.nokia.s60tools.hticonnection.core;x-friends:="com.nokia.s60tools.hticonnection.tests,com.nokia.s60tools.remotecontrol.tests",
|
|
25 |
com.nokia.s60tools.hticonnection.exceptions,
|
|
26 |
com.nokia.s60tools.hticonnection.gateway;x-friends:="com.nokia.s60tools.hticonnection.tests,com.nokia.s60tools.remotecontrol.tests",
|
|
27 |
com.nokia.s60tools.hticonnection.listener,
|
|
28 |
com.nokia.s60tools.hticonnection.preferences;x-friends:="com.nokia.s60tools.hticonnection.tests,com.nokia.s60tools.remotecontrol.tests",
|
|
29 |
com.nokia.s60tools.hticonnection.services,
|
|
30 |
com.nokia.s60tools.hticonnection.services.connectiontestservice;x-friends:="com.nokia.s60tools.hticonnection.tests"
|