templates/com.nokia.carbide.cpp.templates/plugin.properties
author tzelaw
Tue, 14 Apr 2009 15:03:19 -0500
changeset 94 d74b720418db
parent 2 d760517a8095
child 1383 619a297ab336
permissions -rw-r--r--
Test framework support: Ask debugger to remember DebugTarget so test framework can use it to setup test framework related utility. With this we can use the DebugUI way of launching while keeping test framework functionality
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
cawthron
parents:
diff changeset
     1
SymbianOS.label=Symbian OS
cawthron
parents:
diff changeset
     2
GenericSymbianOS.label=Generic Symbian OS
cawthron
parents:
diff changeset
     3
S60.3.label=S60
cawthron
parents:
diff changeset
     4
S80.label=Series 80
cawthron
parents:
diff changeset
     5
UIQ.label=UIQ
cawthron
parents:
diff changeset
     6
Tutorials.label=Tutorials
cawthron
parents:
diff changeset
     7
gui.label=GUI Application
cawthron
parents:
diff changeset
     8
dll.label=Basic dynamically linked library (DLL)
cawthron
parents:
diff changeset
     9
exe.label=Basic console application (EXE)
cawthron
parents:
diff changeset
    10
lib.label=Basic static library (LIB)
cawthron
parents:
diff changeset
    11
empty.label=Empty Project for Symbian
cawthron
parents:
diff changeset
    12
uiq3.label=3.x GUI Application
cawthron
parents:
diff changeset
    13
openc.label=Open C Console Application
cawthron
parents:
diff changeset
    14
cclass.label=Simple Symbian Style C++ Class
cawthron
parents:
diff changeset
    15
activeobject.label=Active Object Class