1*67e74705SXin Limodule AnotherModule { 2*67e74705SXin Li header "AnotherModule.h" 3*67e74705SXin Li exclude header "AnotherModuleExcluded.h" 4*67e74705SXin Li} 5*67e74705SXin Limodule Umbrella { 6*67e74705SXin Li umbrella "umbrella" 7*67e74705SXin Li} 8*67e74705SXin Limodule NotFramework { 9*67e74705SXin Li header "NotFramework.h" 10*67e74705SXin Li} 11*67e74705SXin Li 12*67e74705SXin Liframework module * { } 13