1# 2# Power Test Nanoapp Makefile 3# 4 5# Nanoapp Configuration ######################################################## 6 7NANOAPP_NAME = power_test 8NANOAPP_ID = 0x012345678900000f 9NANOAPP_NAME_STRING = \"Power\ Test\" 10 11# Makefile Includes ############################################################ 12 13include ../common/power_test.mk 14