diff options
Diffstat (limited to 'org.tizen.nativeapp.assignmenttracing.branding')
7 files changed, 83 insertions, 0 deletions
diff --git a/org.tizen.nativeapp.assignmenttracing.branding/.project b/org.tizen.nativeapp.assignmenttracing.branding/.project new file mode 100644 index 0000000..ece3ab7 --- /dev/null +++ b/org.tizen.nativeapp.assignmenttracing.branding/.project @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>org.tizen.nativeapp.assignmenttracing.branding</name> + <comment></comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>org.eclipse.pde.ManifestBuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>org.eclipse.pde.SchemaBuilder</name> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>org.eclipse.pde.PluginNature</nature> + </natures> +</projectDescription> diff --git a/org.tizen.nativeapp.assignmenttracing.branding/32_TIZEN_SDK_icon.png b/org.tizen.nativeapp.assignmenttracing.branding/32_TIZEN_SDK_icon.png Binary files differnew file mode 100644 index 0000000..e511542 --- /dev/null +++ b/org.tizen.nativeapp.assignmenttracing.branding/32_TIZEN_SDK_icon.png diff --git a/org.tizen.nativeapp.assignmenttracing.branding/META-INF/MANIFEST.MF b/org.tizen.nativeapp.assignmenttracing.branding/META-INF/MANIFEST.MF new file mode 100644 index 0000000..16cc3c8 --- /dev/null +++ b/org.tizen.nativeapp.assignmenttracing.branding/META-INF/MANIFEST.MF @@ -0,0 +1,6 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: Tizen Assignment Tracing for C +Bundle-SymbolicName: org.tizen.nativeapp.assignmenttracing.branding +Bundle-Version: 1.0.0.qualifier +Bundle-Vendor: The Linux Foundation diff --git a/org.tizen.nativeapp.assignmenttracing.branding/about.ini b/org.tizen.nativeapp.assignmenttracing.branding/about.ini new file mode 100644 index 0000000..fc8fa16 --- /dev/null +++ b/org.tizen.nativeapp.assignmenttracing.branding/about.ini @@ -0,0 +1,32 @@ +# about.ini +# contains information about a feature +# java.io.Properties file (ISO 8859-1 with "\" escapes) +# "%key" are externalized strings defined in about.properties +# This file does not need to be translated. + +# Property "aboutText" contains blurb for "About" dialog (translated) +aboutText=%blurb + +# Property "windowImage" contains path to window icon (16x16) +# needed for primary features only + +# Property "featureImage" contains path to feature image (32x32) +featureImage=32_TIZEN_SDK_icon.png + +# Property "aboutImage" contains path to product image (500x330 or 115x164) +# needed for primary features only + +# Property "appName" contains name of the application (translated) +# needed for primary features only + +# Property "welcomePage" contains path to welcome page (special XML-based format) +# welcomePage=$nl$/welcome.xml + +# Property "welcomePerspective" contains the id of the perspective in which the +# welcome page is to be opened. +# optional + +# Property "tipsAndTricksHref" contains the Help topic href to a tips and tricks page +# optional +# tipsAndTricksHref=/org.tizen.doc.user/tips/tizen_tips.htm + diff --git a/org.tizen.nativeapp.assignmenttracing.branding/about.mappings b/org.tizen.nativeapp.assignmenttracing.branding/about.mappings new file mode 100644 index 0000000..11120f1 --- /dev/null +++ b/org.tizen.nativeapp.assignmenttracing.branding/about.mappings @@ -0,0 +1,6 @@ +# about.mappings +# contains fill-ins for about.properties and bundle.properties +# java.io.Properties file (ISO 8859-1 with "\" escapes) +# This file does not need to be translated. +0=Tizen Assignment Tracing for C +1=date-time diff --git a/org.tizen.nativeapp.assignmenttracing.branding/about.properties b/org.tizen.nativeapp.assignmenttracing.branding/about.properties new file mode 100644 index 0000000..5c2e80a --- /dev/null +++ b/org.tizen.nativeapp.assignmenttracing.branding/about.properties @@ -0,0 +1,12 @@ +# about.properties +# contains externalized strings for about.ini +# java.io.Properties file (ISO 8859-1 with "\" escapes) +# fill-ins are supplied by about.mappings +# This file should be translated. + +blurb={0}\n\ +\n\ +Version : {featureVersion}\n\ +Build id : {1}\n\ +\n\ +Visit https://developer.tizen.org \n
\ No newline at end of file diff --git a/org.tizen.nativeapp.assignmenttracing.branding/build.properties b/org.tizen.nativeapp.assignmenttracing.branding/build.properties new file mode 100644 index 0000000..be9983f --- /dev/null +++ b/org.tizen.nativeapp.assignmenttracing.branding/build.properties @@ -0,0 +1,5 @@ +bin.includes = META-INF/,\ + 32_TIZEN_SDK_icon.png,\ + about.ini,\ + about.mappings,\ + about.properties |