# for module compiling
import os
from building import *


cwd = GetCurrentDir()
src = []
CPPPATH = [cwd]

group = DefineGroup('hal-sdc-headfile', src,depend = [''], CPPPATH = CPPPATH)

Return('group')