Searched refs:APP_VERSION (Results 1 – 8 of 8) sorted by relevance
/device/google/contexthub/firmware/app/ |
D | app.mk | 110 CFLAGS += -DAPP_VERSION=$(APP_VERSION) 215 ifeq ($(APP_VERSION),) 216 APP_VERSION := 0 222 $(NANOAPP_POSTPROCESS) -s -a $(APP_ID) -e $(APP_VERSION) -v $(BIN_POSTPROCESS_ARGS) $< $@ 226 $(NANOAPP_POSTPROCESS) -a $(APP_ID) -e $(APP_VERSION) -v $(BIN_POSTPROCESS_ARGS) $< $@
|
/device/google/contexthub/firmware/app/test1.app/ |
D | Makefile | 29 APP_VERSION := 0 macro
|
/device/google/contexthub/firmware/app/test0.app/ |
D | Makefile | 27 APP_VERSION := 0 macro
|
/device/google/contexthub/firmware/app/chre/chre_test2.app/ |
D | Makefile | 27 APP_VERSION := 0 macro
|
/device/google/contexthub/firmware/app/chre/chre_test1.app/ |
D | Makefile | 27 APP_VERSION := 0 macro
|
/device/google/contexthub/firmware/app/chre/chre_test0.app/ |
D | Makefile | 27 APP_VERSION := 0 macro
|
/device/google/contexthub/firmware/os/drivers/hall/ |
D | hall.c | 35 #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/ |
D | hall_twopole.c | 36 #define APP_VERSION 2 macro 250 INTERNAL_APP_INIT(APP_ID, APP_VERSION, startTask, endTask, handleEvent);
|