Home
last modified time | relevance | path

Searched refs:APP_VERSION (Results 1 – 7 of 7) sorted by relevance

/device/google/contexthub/firmware/app/
Dapp.mk110 CFLAGS += -DAPP_VERSION=$(APP_VERSION)
216 ifeq ($(APP_VERSION),)
217 APP_VERSION := 0
223 $(NANOAPP_POSTPROCESS) -s -a $(APP_ID) -e $(APP_VERSION) -v $(BIN_POSTPROCESS_ARGS) $< $@
227 $(NANOAPP_POSTPROCESS) -a $(APP_ID) -e $(APP_VERSION) -v $(BIN_POSTPROCESS_ARGS) $< $@
/device/google/contexthub/firmware/app/test0.app/
DMakefile27 APP_VERSION := 0 macro
/device/google/contexthub/firmware/app/test1.app/
DMakefile29 APP_VERSION := 0 macro
/device/google/contexthub/firmware/app/chre/chre_test0.app/
DMakefile27 APP_VERSION := 0 macro
/device/google/contexthub/firmware/app/chre/chre_test1.app/
DMakefile27 APP_VERSION := 0 macro
/device/google/contexthub/firmware/os/drivers/hall/
Dhall.c35 #define APP_VERSION 2 macro
227 INTERNAL_APP_INIT(APP_ID_MAKE(NANOHUB_VENDOR_GOOGLE, 6), APP_VERSION, startTask, endTask, handleEve…
/device/google/contexthub/firmware/os/drivers/hall_twopole/
Dhall_twopole.c36 #define APP_VERSION 2 macro
250 INTERNAL_APP_INIT(APP_ID, APP_VERSION, startTask, endTask, handleEvent);