diff options
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/smoketest/smoketest.scp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/scp2/source/smoketest/smoketest.scp b/scp2/source/smoketest/smoketest.scp index aaed44f6492f..9465b870ab8e 100644 --- a/scp2/source/smoketest/smoketest.scp +++ b/scp2/source/smoketest/smoketest.scp @@ -55,6 +55,19 @@ Directory gid_Test_Dir_Brand_Root #endif Styles = (OFFICEDIRECTORY,ISINSTALLLOCATION,CREATE); End + +Directory gid_Test_Dir_Bundle + ParentID = PD_PROGDIR; + HostName = "%PRODUCTNAME.app"; + LangPackHostName = "%PRODUCTNAME Language Pack.app"; + PatchHostName = "%PRODUCTNAME Patch.app"; +End + +Directory gid_Test_Dir_Bundle_Contents + ParentID = gid_Test_Dir_Bundle; + HostName = "Contents"; + Styles = (OFFICEDIRECTORY); +End #endif Directory gid_Test_Brand_Dir_Program |