28 lines
1.9 KiB
Python

BINDIR = '/usr/local/bin'
BLOCK_MESSAGE_KEYS = []
BUILD_TYPE = 'rocky'
BUNDLE_NAME = 'geiger.pbw'
DEFINES = ['RELEASE']
LIBDIR = '/usr/local/lib'
LIB_DIR = 'node_modules'
LIB_JSON = []
MESSAGE_KEYS = {'ControlKeyResetRequest': 1, 'ControlKeyUnsupportedError': 4, 'ControlKeyChunk': 3, 'ControlKeyResetComplete': 2}
MESSAGE_KEYS_DEFINITION = '/home/zahkc/Documents/Projects/Pebble/geiger/build/src/message_keys.auto.c'
MESSAGE_KEYS_HEADER = '/home/zahkc/Documents/Projects/Pebble/geiger/build/include/message_keys.auto.h'
MESSAGE_KEYS_JSON = '/home/zahkc/Documents/Projects/Pebble/geiger/build/js/message_keys.json'
NODE = '/usr/bin/node'
NODE_PATH = '/home/zahkc/.pebble-sdk/SDKs/current/node_modules'
PEBBLE_SDK_COMMON = '/home/zahkc/.pebble-sdk/SDKs/current/sdk-core/pebble/common'
PEBBLE_SDK_ROOT = '/home/zahkc/.pebble-sdk/SDKs/current/sdk-core/pebble'
PREFIX = '/usr/local'
PROJECT_INFO = {'appKeys': {'ControlKeyResetRequest': 1, 'ControlKeyUnsupportedError': 4, 'ControlKeyChunk': 3, 'ControlKeyResetComplete': 2}, u'sdkVersion': u'3', u'projectType': u'rocky', u'uuid': u'a426b361-f97e-4934-8581-4e1cb299b74a', 'messageKeys': {'ControlKeyResetRequest': 1, 'ControlKeyUnsupportedError': 4, 'ControlKeyChunk': 3, 'ControlKeyResetComplete': 2}, 'companyName': u'Zahkc', u'enableMultiJS': True, u'targetPlatforms': [u'basalt', u'diorite'], 'versionLabel': u'1.0', u'watchapp': {u'watchface': True}, 'longName': u'geiger', u'displayName': u'geiger', 'shortName': u'geiger', u'main': {u'rockyjs': u'src/rocky/index.js', u'pkjs': u'src/pkjs/index.js'}, u'resources': {u'media': []}, 'name': u'Geiger Counter'}
REQUESTED_PLATFORMS = [u'basalt', u'diorite']
RESOURCES_JSON = []
SANDBOX = False
SUPPORTED_PLATFORMS = ['emery', 'diorite', 'chalk', 'basalt']
TARGET_PLATFORMS = ['diorite', 'basalt']
TIMESTAMP = 1691330724
USE_GROUPS = True
VERBOSE = 0
WEBPACK = '/home/zahkc/.pebble-sdk/SDKs/current/node_modules/.bin/webpack'