forked from blackberry/NDK-Samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.properties
54 lines (44 loc) · 2.4 KB
/
manifest.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
#
# Project template manifest file. This provides input to the New Project Wizard
# to direct the creation of a project from a template.
#
# This file is a Java properties file. The properties supported are:
#
# template.name - [required] The succinct name of the project template shown in the wizard
# template.description - [required] A brief description of the project template
# project.name - [required] The name of the example project that is created
# icon - [optional] The icon file to generate and list in the bar-descriptor.xml.
# Should be named "icon.png"
# actions - [optional] Space-delimited list of the permissions required (actions performed)
# by the application. The "run_native" action is implicit.
# open.file - [Optional] The file to open in an editor when the project creation
# is finished. Usually the bar-descriptor.xml (which is not in the
# example storage folder!)
# libs - [required] The libraries to which to link the project binary. Space-separated list.
# sources - [required] The source files to add to the project. Space-separated list.
# resources - [optional] Other non-source files to add to the project. Space-separated list.
# readmes - [optional] Read-me files to add to the project but not packaged in the BAR.
# Space-separated list.
#
# For the 'sources' and 'resources' lists, additional properties may optionally be defined
# that map the files to destination paths in the project. Depending on the kind of project
# that is created, these may be relative to some directory or other within the project (e.g.,
# a 'src/' directory.
#
# These properties consist of 'path.' appended by the source file name. For example:
#
# resources: some-file.xml other-file.xml
# path.some-file.xml: resources/config/main.xml
# path.other-file.xml: resources/misc/stuff.xml
#
template.name: BlackBerry® 10 OS Example Locale Project
template.description: Create a new BlackBerry® 10 OS Example project for working with locales.
project.name: LocaleSample
icon: icon.png
open.file: bar-descriptor.xml
libs: bps screen
sources: main.c dialogutil.c dialogutil.h
resources: LICENSE NOTICE
readmes: readme.txt
orientation: portrait
#actions: