set(PACKAGE base-keys)

message(STATUS ${PACKAGE})

list(
  APPEND
  KEYLIST
  "DspExportMemory"
  "dspmuxd_memory"
  "iris_antenna"
  "iris_antsim"
  "iris_archive"
  "IRIS_AUDIO"
  "iris_event_cluster"
  "iris_inputef_cluster"
  "IRIS_LINKX"
  "IRIS_NET_CLSTR"
  "IRIS_NET_SHARE"
  "iris_outef_cluster"
  "iris_products"
  "iris_product_cfg_names"
  "iris_ribbon"
  "iris_ribbon_cluster"
  "IRIS_RTDISP0"
  "IRIS_RTDISP1"
  "IRIS_RTDISP2"
  "iris_rtq_buffer"
  "iris_sem_cluster"
  "IRIS_SHARE"
  "iris_sserver"
  "IRIS_SWEEPA"
  "IRIS_SWEEPB"
  "iris_window1_image"
  "iris_window2_image"
  "iris_window3_image"
  "iris_window4_image"
  "iris_window5_image"
  "iris_window6_image"
  "iris_window7_image"
  "iris_window8_image"
  "iris_window9_image"
  "iris_window10_image"
  "iris_window11_image"
  "iris_window12_image"
  "iris_window13_image"
  "iris_window14_image"
  "iris_window15_image"
  "iris_window16_image"
  "iris_window17_image"
  "iris_window18_image"
  "iris_window19_image"
  "iris_window20_image"
  "libs_antenna_cluster"
  "orda_share"
  "rt_test30730"
  "rvpx_global"
  "rvpx_global_cluster"
  "rvpx_ctshare"
  "rvpx_mmproc"
  "rvpx_user1"
  "rvpx_user2"
  "rvpx_user3"
  "rvpx_user4"
  "rvpx_hclass"
  "rvpx_dpatt"
  "rvpts_ctrl_lock-0"
  "rvpts_ctrl_lock-1"
  "rvpts_ctrl_lock-2"
  "rvpts_ctrl_lock-3"
  "rvpts_ctrl_lock-4"
  "rvpts_data-0"
  "rvpts_data-1"
  "rvpts_data-2"
  "rvpts_data-3"
  "rvpts_data-4"
  "tdwr_llwas"
  "TsArchLibCluster"
  "TsArchLibMemory")

foreach(KEY IN LISTS KEYLIST)
  install(
    FILES /dev/null
    DESTINATION ${IRIS_KEYS}
    RENAME ${KEY}
    COMPONENT base)
endforeach()
