From 1cdba0e8e98caded9ae108484e63dae37c59ded3 Mon Sep 17 00:00:00 2001 From: Wolfgang Beck Date: Fri, 25 May 2012 10:06:57 +1000 Subject: Update info.json files to use the new standard. Change-Id: Ia32cbf8dbc2e1aaa80896568a346bef062715618 Reviewed-by: Lorn Potter --- examples/QtSensors/accelbubble/info.json | 18 ++++++++-------- examples/QtSensors/cubehouse/info.json | 18 ++++++++-------- examples/QtSensors/grue/qml_app/info.json | 16 ++++++++------- .../QtSensors/qmlsensorgestures/qml_app/info.json | 24 +++++++++++----------- 4 files changed, 39 insertions(+), 37 deletions(-) (limited to 'examples') diff --git a/examples/QtSensors/accelbubble/info.json b/examples/QtSensors/accelbubble/info.json index 9a2ed70..80c81bd 100644 --- a/examples/QtSensors/accelbubble/info.json +++ b/examples/QtSensors/accelbubble/info.json @@ -1,14 +1,14 @@ { "info-version": "1.0", "dict": { - "Category": "application", - "Runtime": "qml", - "DisplayName": "Accel Bubble", - "Subcategory": "utility", - "MainQML": "main.qml", - "Version": "1.0", - "Identifier": "com.nokia.mt.accelbubble", - "Summary": "QtSensors Accel Bubble", - "Author": "Qt" + "displayName": { + "en_US": "Accel Bubble" + }, + "identifier": "com.nokia.mt.accelbubble", + "runtime": "qml", + "main": "main.qml", + "version": "1.0.0", + "category": "application", + "subcategory": "utility" } } diff --git a/examples/QtSensors/cubehouse/info.json b/examples/QtSensors/cubehouse/info.json index 39e39a8..8d297c0 100644 --- a/examples/QtSensors/cubehouse/info.json +++ b/examples/QtSensors/cubehouse/info.json @@ -1,14 +1,14 @@ { "info-version": "1.0", "dict": { - "Category": "application", - "Runtime": "qml", - "DisplayName": "Cubehouse", - "Subcategory": "utility", - "MainQML": "Cubehouse.qml", - "Version": "1.0", - "Identifier": "com.nokia.mt.cubehouse", - "Summary": "Cubehouse using Accelerometer", - "Author": "Qt" + "displayName": { + "en_US": "Cubehouse" + }, + "identifier": "com.nokia.mt.cubehouse", + "runtime": "qml", + "main": "Cubehouse.qml", + "version": "1.0.0", + "category": "application", + "subcategory": "utility" } } diff --git a/examples/QtSensors/grue/qml_app/info.json b/examples/QtSensors/grue/qml_app/info.json index 2e14fc7..700c3eb 100644 --- a/examples/QtSensors/grue/qml_app/info.json +++ b/examples/QtSensors/grue/qml_app/info.json @@ -1,12 +1,14 @@ { "info-version": "1.0", "dict": { - "DisplayName": "Grue Sensor", - "Identifier": "com.nokia.mt.grue", - "Runtime": "qml", - "MainQML": "main.qml", - "Version": "1.0.0", - "Category": "application", - "Summary": "The Grue sensor identifies your chance of being eaten by a Grue." + "displayName": { + "en_US": "Grue Sensor" + }, + "identifier": "com.nokia.mt.grue", + "runtime": "qml", + "main": "main.qml", + "version": "1.0.0", + "category": "application", + "subcategory": "utility" } } diff --git a/examples/QtSensors/qmlsensorgestures/qml_app/info.json b/examples/QtSensors/qmlsensorgestures/qml_app/info.json index 063caaa..02e1e0a 100644 --- a/examples/QtSensors/qmlsensorgestures/qml_app/info.json +++ b/examples/QtSensors/qmlsensorgestures/qml_app/info.json @@ -1,14 +1,14 @@ { - "info-version": "1.0", - "dict": { - "Category": "application", - "Runtime": "qml", - "DisplayName": "Gesture", - "Subcategory": "utility", - "MainQML": "Gesture.qml", - "Version": "1.0", - "Identifier": "com.nokia.mt.qmlsensorsgesture", - "Summary": "QML Sensors Gesture demo", - "Author": "Qt" - } + "info-version": "1.0", + "dict": { + "displayName": { + "en_US": "Gesture" + }, + "identifier": "com.nokia.mt.qmlsensorsgesture", + "runtime": "qml", + "main": "Gesture.qml", + "version": "1.0.0", + "category": "application", + "subcategory": "utility" + } } -- cgit v1.2.1